Top "Web-config" questions

web.

Escape quote in web.config connection string

I have a connection string in my web config: <add name="MyConString" connectionString="Server=dbsrv;User ID=myDbUser;Password=…

asp.net escaping web-config connection-string
How can I add an ampersand for a value in a ASP.net/C# app config file value

I've got a C# program with values in a config file. What I want is to store ampersands for an …

c# asp.net web-config
Authentication issue when debugging in VS2013 - iis express

I'm trying to pick up the windows username when debugging in Visual Studio 2013. I am simply using: httpcontext.current.user.…

web-config windows-authentication iis-express visual-studio-2013
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

I am getting error (The configuration section system.web.extensions cannot be read because it is missing a section declaration) …

asp.net .net iis-7 web-config iis-7.5
Pros and cons of AppSettings vs applicationSettings (.NET app.config / Web.config)

When developing a .NET Windows Forms Application we have the choice between those App.config tags to store our configuration …

.net web-config app-config
The name 'ViewBag' does not exist in the current context - Visual Studio 2015

I'm starting to develop in ASP.NET again and I ran into a small error within Visual Studio. My .cshtml …

c# asp.net-mvc visual-studio razor web-config
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

every thing work fine locally but this error occurs when I publish it: The 'Microsoft.ACE.OLEDB.12.0' provider is …

c# asp.net web-config ms-access-2007
URL Routing, Image Handler & "A potentially dangerous Request.Path value"

I've been experiencing this problem now for quite sometime and have decided to try and get to the bottom of …

asp.net .net vb.net web-config httphandler
Use Visual Studio web.config transform for debugging

Possible Duplicate: How can I use Web.debug.config in the built-in visual studio debugger server? I want to use …

asp.net visual-studio web-config visual-studio-publish
IIS express: Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to

In Visual studio, Solution->Web.Project->Properties->Web, I have changed my Project Url from http://localhost:51123/ …

visual-studio-2012 web-config iis-express