Web.config is an XML file that stores the main settings and configuration files for an ASP.NET web application.

learn more… | top users | synonyms (1)

-1
votes
1answer
38 views

What strategy for encrypting web.config sections should I use?

I want to add automated encryption of some sections of web.config with following requirements: It should be done automatically every time application is started (I don't want to do it manually using ...
0
votes
1answer
26 views

Web.Config Debug/Release : Doesn't work

I have this in my web.config <add name="AS400" connectionString="Provider=IBMDA400;Data Source=AAAAA;User Id=aaaaaa;Password=aaaaaa;Default Collection=*SYS;" providerName="System.Data.OleDb" ...
0
votes
1answer
17 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
19 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
27 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
2answers
25 views

Can the Area and Views folders in ASP.Net MVC inherit data from the root web.config?

In an ASP.Net MVC app there is a web.config in the root directory, the views folder, and the area folder. I have declared a namespace in my root web.config but any views in the views or area folder ...
0
votes
1answer
14 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
0answers
17 views

Deploying website(asp.net mvc in to Azure) : 500 - Internal server error

I need to upload file(more than 4MB) into my AzureBlobStorage I added to webconfig this code: <system.webServer> <security> <requestFiltering> <requestLimits ...
0
votes
1answer
12 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 ...
2
votes
1answer
15 views

Wrapping of Application Settings in a Web Application

I have this application setting in my Web.Config of an ASP.NET MVC 4 project. <appSettings> ... <add key="GridSize" value="12" /> </appSettings> I only use it in ...
0
votes
0answers
13 views

IIS rewrite rule not working?

I need to redirect some URL's Below Given: www.mysite.com/account to www.mysite.com/account.php also www.mysite.com/account/ to www.mysite.com/account.php i used this code in web.config <rule ...
0
votes
1answer
25 views

Web config setting not overriding service endpoint?

I've been pulling my hair out trying to figure out what is going on here... We have an application we are trying to deploy to a server, and we need to change the endpoint for a SOAP service that it ...
0
votes
0answers
8 views

Convert .htaccess to web.config

I did a LAMP project for my client. But now he needs to move the work to an IIS Server. And I am having a lot of trouble converting my .htaccess file to web.config. And yes, I tried Google and read a ...
0
votes
1answer
31 views

CRM Connection String Authentication Free

I am currently developing a billing system web application for our company. We are using CRM to get our Accounts and Contacts. I am using entity approach, which CRM provides a huge class of objects. ...
2
votes
1answer
27 views

Can SimpleMembership and Entity Framework share a connection string?

Currently when using Entity Framework and SimpleMembership I need to have 2 connection strings in web.config. The first is used when calling WebSecurity.InitializeDatabaseConnection and its a simple ...

1 2 3 4 5 268
15 30 50 per page