0
votes
1answer
20 views

404 - File or directory not found. In umbraco

I got 404 error when i run http://www.judsonsmartliving.org/jordan. if i use http://www.judsonsmartliving.org/jordan/index.html ,then its working. I found some solution to resolve this but they are ...
0
votes
1answer
19 views

Get active directory user group property in asp.net website - web.config

In my asp.net website, I am using ActiveDirectoryRoleProvider in my web.config. I would like to get active directory user group properties like ( group name, group description...) in my site. As there ...
0
votes
0answers
21 views

Destroying Web Configuration Object in C#

How do we destroy web configuration object after the following? Configuration config =WebConfigurationManager.OpenWebConfiguration(configPath); config.Save(); I'm having The configuration file ...
0
votes
1answer
30 views

how to deal with dynamic ip address mvc 4

I am working on asp.net mvc 4 web application wherein i have functionality to upload files to a machine connected in LAN (network). This works fine. Also i have functionality to download the files to ...
0
votes
1answer
15 views

Does storing URL rewrites in a separate file override manual entries?

Currently working with an external file for URL rewrites called rewritemaps.config (following these instructions), which works great. However, we have occasion to override an entry in that file with ...
0
votes
1answer
13 views

Web.config httpredirect is inserting a backslash when I don't want one

I'm updating a site into a more dynamic version of the site. And in the new site I use hash tags rather than a new page for every change in content. I'm using web.config files in directories to ...
0
votes
0answers
8 views

SlowCheetah vs CTT (Config Transform Tool)

We are evaluating to replace the transform engines of our config files and SlowCheetah and CTT seems to be the most interesting options since we have to transform other config files than web.config. ...
1
vote
1answer
44 views

Configuration error in ASP.NET website

I recently started getting this error: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below ...
-1
votes
0answers
21 views

Asp.net Membership Provider issue with connection string ApplicationServices

I have created a web site in ASP.net 4.0 (Visual studio 2010) and SQL 2008. I moved my website to production server (On server I have sql 2005 and Visual Sutdio 2005) Now In login page on Login ...
0
votes
0answers
32 views

App/Web Config file - How to use environment variable as a configuration setting?

In .Net, is there a way to include an environment variable in app.config setting and have it's value automatically expanded during retrieval (without calling ExpandEnvironmentVariables)? For example, ...
1
vote
0answers
19 views

URL Routing does not work on Windows EC2 instance

Recently we created a Windows Instance on Amazon EC2 and deployed our application. Everything is working fine except URL Routing. For this I have googled everything and tried all the possible ...
0
votes
2answers
33 views

Set ASP.NET Form Authentication login cookie expiration at the same time as the Session expiration

I've an ASP.NET web site that uses FormsAuthentication and a standard Session mechanism. In one of it's webpage the processing(on click of refresh button grid rebinds) is base on session value.If i ...
0
votes
1answer
14 views

Setting TimeOut for a page inside an iframe

I have recently see this piece of code where i can set the request time out for a specific page inside web.config my question is if the page is being loaded inside an iframe do the web.config still ...
0
votes
0answers
14 views

How to fix Element 'AdvancedAutoSuggestExtender' is not a known element.This can occur if there is a compilation error in the website or web.config

How to fix Element 'AdvancedAutoSuggestExtender' is not a known element.This can occur if there is a compilation error in the website or web.config file is missing. I use ...
1
vote
1answer
22 views

Refreshing Web.Config file in asp.net

I am using UrlRewriting module in one of my site, the site has 2 versions: DesktopMobile The code of the mobile version of the site resides in the desktop version only i.e if desktop version is in ...
0
votes
1answer
34 views

Connectionstring to other projects' App_Data folder

I have a asp.net webforms project with a database in the App_Data folder referenced by connectionstring: <add name="databaseconnectionstring" connectionString="Data ...
1
vote
1answer
27 views

Read an attribute “type” from a custom <section> node in web.config

I've defined my own <sectionGroup> and <section> elements in the web.config. One of the parameters that I need to specify via my custom <section> is a Type. For example, I ...
1
vote
1answer
38 views

use location tag in web.config to remove settings for a child app

hi i am trying to run a child application inside a sub folder of my asp.net website. The web.config file of my child application inherits from the root web.config and will not compile when i try to ...
0
votes
1answer
17 views

How to EnableSSL for Health Monitoring Notifications E-mail?

We are changing our email to Office 365, which force me to EnableSSL when I send Email from .NET. Since our Intranet Web Application run under .net 3.5, it look like I cannot enable SSL for SmtpClient ...
0
votes
1answer
33 views

Set WCF Service Configuration in code Behind in ASP.net

I want to Use WCF Service in Asp.net I had Add Refrence in Web site.i don't want to Update my Web.Config File. I want to Handle WCF Service from Code Behind.All Configuration property like ...
2
votes
1answer
65 views

ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development is using Windows 8. We're developing ...
0
votes
0answers
30 views

ASP.net disable section while under localhost

Is it possible to have certain section under the web.config to be disabled while the application is running on a localhost address? The problem that I'm trying to solve is that, certain section of ...
0
votes
1answer
44 views

URL rewrite in ASP.NET IIS error

I've tried to rewrite a URL of a .aspx page, but i find all times this error : error 500.23 : An ASP.NET httpHandlers configuration does not apply in Managed Pipeline mode. premise: I'm using ...
1
vote
1answer
46 views

Asp.net custom error redirects not working

I'm trying to ensure that no non-standard error messages are sent to a user for security reasons. Generally I have standard error messages setup and it works perfectly fine. I use these tags in the ...
0
votes
1answer
31 views

Web.config page - ASP.NET 3.5 error

I have the following web.config page (My site is in ASP.NET 3.5): <?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" targetFramework="3.0"/> ...
1
vote
0answers
53 views

Asp.net 2.0 solution getting hundreds of HttpRequestValidationException from other sites not my own

Ive got an interesting issue happening.The site is getting a bunch of the error messages from other sites (not my own): Exception type: HttpRequestValidationException Exception message: A ...
0
votes
1answer
22 views

Forms authentication not authenticating

I've set up the following forms authentication based on what I understand from the MCTS Self-Paced Training Kit for MCTS exam 70-562, but it isn't authenticating... <authentication ...
1
vote
0answers
45 views

Visual Studio 2012 Express: Selecting 'Debug' or 'Release' in solution configuration drop down doesn't work

Visual Studio 2012 Express, MVC 4 App: Selecting 'Debug' or 'Release' in solution configuration drop down doesn't work. I have Web.Release.Config & Web.Debug.Config. There is a transform ...
0
votes
0answers
11 views

Set robot tag in ASP.NET Web.config for all pages

I want to set Robot's Tag on all pages of my website. So I want to set it in the web.config. How should I do this ? This is the tag that I want to set : <meta name="ROBOTS" CONTENT="INDEX, ...
0
votes
1answer
34 views

Debug mode on pre-compiled ASP.Net web sites

I've searched all over SO and Google but have not been able to clear my confusion about this. It seems like a very basic question but am just not clear about this. It is advised everywhere that you ...
1
vote
1answer
65 views

Removing specific connection strings in web.config transformation

I have a few connection strings in my web.config that I want to remove using web.config transformation when I deploy my web app. I had found the MSDN page talking about web.config transformation but ...
0
votes
1answer
38 views

Add namespace to web.config in View folder

In my ASP MVC 3 site, I am trying to use the BeginCollectionItem dll from Steve Sanderson's blog post. I have my partial view set up like so @model Monet.Models.DropDownValues @using ...
1
vote
2answers
39 views

Modify web.config on runtime

If I modify an object on web.config that populates a combobox in a web application that is in a staging area or even production, do I need to restart the IIS or it detects that the web.config was ...
-1
votes
1answer
22 views

Does the web page developed in 4.0 framework will work in 2.0 framework?

I have asked to develop a web page for a website which is actually in asp.net 2.0. I got code and opened in Visual web developer express edition 2010 it prompted me to convert that web site from 2.0 ...
2
votes
1answer
54 views

Can you encrypt entire web.config file with aspnet_regiis?

I know you can encrypt appSettings and connectionStrings and other individual sections in web.configs using aspnet_regiis, but how does one encrypt an entire web.config? I have a client requesting ...
0
votes
0answers
58 views

Webservices do not work on server

Since the last time I hosted website(VS 2010) on IIS 7, none of the webservices work. My project has many webservices in different forms and none seems to work. When I invoked directly,entering URL in ...
0
votes
2answers
118 views

Writing a connection string to access a remote SQL Server database

My database is hosted on a remote server. I need to write the connection string which I have to include in the web.config file. server name -- abcs.efgh.ed-1.eee.sss.com,1433 (it also contains a port ...
0
votes
0answers
68 views

Web.config conflicting code hide file extension and custom 404

I'm just about finished building this website for a client of mine. All along I've been running a script inside the web.config file which hides the .php file extensions from the end of the web ...
1
vote
0answers
30 views

Add config transform for WebSite

We do have lots of legacy sites which are built with WebSite option in visual studio rather than project. What I am trying to do now is, using TeamCity and Octopus to streamline our deployment ...
2
votes
0answers
50 views

asp.net Attempting to create publish settings in vs 2012 gives strange error

I recently updated my asp.net 3.5 web project from Visual Studio 2010 to Visual Studio 2012. Every time I try to create publish settings it says the following: {There are errors in web.config. ...
0
votes
0answers
19 views

What's the difference between configuration/assemblyBinding and the configuration/runtime/assemblyBinding elements

In .NET framework configuration, there are 2 assemblyBinding elements: one can be directly under the configuration element, the other is under configuration/runtime. The documentation for the second ...
0
votes
2answers
137 views

Maximum request length exceeded iis 7

I appreciate this has been asked numerous times before, but i cannot seem to get this working. I have the following values in my config file: <httpRuntime maxRequestLength="16384" ...
0
votes
1answer
64 views

Split 'appSettings' section in several web.config files

I'm working on a ASP.NET project and I need to add some settings in appSettings section of my web-app. Now these settings are growing up, so I'd like to organize them in different files. I've created ...
0
votes
2answers
40 views

How to configure SQL Server + Web.config

I'm new to ASP.Net and have been given access to a solution that I am currently trying to get up and running. In Web.config, I see something like this: <add name="FOOBAR_Connection" ...
0
votes
1answer
27 views

2 culture settings for same web application?

Is it possible to use fr-CA culture setting for dates (franch dates) and en-CA for numbers (period decimal separator) in ASP.NET Web.config? Thank you
0
votes
1answer
38 views

How to redirect to login screen if not logged in for certain web pages

So I have a login.aspx and it is set up so that all forms redirect to the login page if you are not logged in. This site is suppose to be public, no login is required except if you are admin and want ...
0
votes
1answer
54 views

Visual Studio 2010 + ASP.Net Web Project: Looking in current folder for web.config (instead of root)

So I have been developing this application for my boss over the past few weeks and then last night the IT Administrator jacks with my machine. I think the only thing he did was rename the computer ...
0
votes
1answer
24 views

Displaying a particular web page when user roles don't match the <allow roles> tag in Web.config

We would like to display a particular web page when the role of people who are not administrators, sfaff and data entry administrators are logged in to our ASP.Net web site. We would like to display ...
0
votes
1answer
19 views

not found error not handling in web.config

i am trying to put customError tag in web.config file.. still it doesn't redirect to default url http://www.lacopainn.com/page/2/?p=dbasndwefxknyafc&wpmp_switcher=mobile here is my site. when ...
0
votes
1answer
49 views

IIS Rewrite root folder to different subfolders

I'm setting up a folder structure inside an application that looks like such: c:\inetpub\wwwroot\contoso\public c:\inetpub\wwwroot\contoso\secured I am wanting to map the following URLs to those ...

1 2 3 4 5 42
15 30 50 per page