web.
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 safecontrolsI did not realize that: 'have a web.config in a separate class library and' was reading the web.config …
c# asp.net web-configI need to fix CurrentCulture as the invariant culture in an ASP.NET application. How can I do this? <…
asp.net web-config globalizationI 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-configI have troubles with blowery web and WebResource.axd. What is WebResource.axd?
c# asp.net web-configHow 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-authorizationI 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-8What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications? …
web-config iis-7.5I 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 activexHow 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