Top "Web-config" questions

web.

Setting up connection string in ASP.NET to SQL SERVER

I'm trying to set up a connecting string in my web.config file (Visual Studio 2008/ASP.NET 3.5) to a local …

asp.net web-config connection connection-string
Login failed for user 'IIS APPPOOL\ASP.NET v4.0'

I have a web project (C# Asp.Net, EF 4, MS SQL 2008 and IIS 7) and I need to migrate it to …

c# asp.net iis-7 web-config
Read connection string from web.config

How can I read a connection string from a web.config file into a public class contained within a class …

c# .net asp.net web-config connection-string
How to increase request timeout in IIS?

How to increase request timeout in IIS 7.0? The same is done under application tab in ASP configuration settngs in IIS 6.0. …

asp.net iis iis-7 web-config iis-7.5
Error to use a section registered as allowDefinition='MachineToApplication' beyond application level

It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. The top line in all …

asp.net web-config
Asp.net - <customErrors mode="Off"/> error when trying to access working webpage

I have created an asp.net webpage and have uploaded it onto a webserver. However when I try to view …

asp.net web-config webserver custom-errors
How to set web.config file to show full error message

I deployed my MVC-3 application on windows Azure. But now when I am requesting it through staging url it shows …

c# asp.net asp.net-mvc-3 web-config
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2

This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, …

asp.net iis web-applications web-config iis-7.5
How to force HTTPS using a web.config file

I have searched around Google and StackOverflow trying to find a solution to this, but they all seem to relate …

c# asp.net iis https web-config
How to set the Default Page in ASP.NET?

Is there any section or code which allows us to set default page in web.config? For example, when people …

asp.net iis-7 web-config