Top "Web-config" questions

web.

Sharepoint web part: type could not be found/registered as safe

I have a SharePoint web part (essentially just a "Hello World" app) that I just created and am having a …

sharepoint web-parts web-config safecontrols
ConfigurationManager.AppSettings getting null?

I did not realize that: 'have a web.config in a separate class library and' was reading the web.config …

c# asp.net web-config
How to configure invariant culture in ASP.NET globalization?

I need to fix CurrentCulture as the invariant culture in an ASP.NET application. How can I do this? <…

asp.net web-config globalization
What are the Web.Debug.config and Web.Release.Config files for?

I just upgraded to Visual Studio 2010 and MVC 2.0 and I noticed the Web.config has two additional files attached to …

asp.net asp.net-mvc visual-studio-2010 asp.net-mvc-2 web-config
What is WebResource.axd?

I have troubles with blowery web and WebResource.axd. What is WebResource.axd?

c# asp.net web-config
How to specify root (/) location in web.config?

How does one specify root location in web.config to allow unauthenticated users access it? The root location is served …

asp.net web-config asp.net-authorization
IIS UrlRewrite is not working for IIS 8

I have just moved my website to new computer which uses IIS 8 from one has IIS 7.5. All but URL rewriting …

url-rewriting web-config iis-8
What is the difference between customErrors and httpErrors?

What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications? …

web-config iis-7.5
How to read web.config APP key settings in HTML markup

I have an ASP.NET site which uses a 3rd party activeX control. I have to pass a few parameters …

asp.net html object web-config activex
How to add CommandTimeout to connection string in web.config

How to add CommandTimeout to connection string in web.config? I tried: <add name="ConnectionString" connectionString="Data Source=;Initial …

web-config timeout connection-string connection-timeout