Top "Iis" questions

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows.

ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden

I'm developing an ASP MVC web project. Now I have a requirement which forces me to deploy to an IIS7 …

asp.net-mvc iis hosting
How do I create a user account for basic authentication?

I'd like to add basic authentication to my website. I followed the instructions in the MSDN article on Configure Basic …

iis iis-7 basic-authentication
401 Unauthorized: Access is denied due to invalid credentials

I am using IIS Express to deploy MVC4 application. This website runs perfectly on same computer. But in Lan it …

asp.net-mvc iis http-status-code-401 form-authentication
Enable IIS7 gzip

How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 …

iis iis-7 compression gzip
"Cannot verify access to path (C:\inetpub\wwwroot)", when adding a virtual directory

I am trying to set up IIS web services and ASP.NET services on Windows Server 2008 R2. The physical directory …

iis iis-7.5
How to register ASP.NET 2.0 to web server(IIS7)?

I have a web-page application already created, but when I open it in visual studio 2008, it says there that: ASP.…

iis iis-7 asp.net-2.0
How to create a self-signed certificate for a domain name for development?

I have subdomain.example.com that I use for development purposes. My web application solution contains a web API etc, …

iis ssl certificate ssl-certificate self-signed
"405 method not allowed" in IIS7.5 for "PUT" method

I use WebClient type to upload *.cab files to my server. On the server side, I registered a HTTP handler …

iis iis-7
System.Data.SqlClient.SqlException: Login failed for user

Working with my project in debug I have no issues. However running it in IIS I am getting this error: …

c# iis sql-server-2012 connection-string