Top "Iis-7" questions

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.

applicationhost.config file path in IIS 7, 7.5, 8, 8.5 and IIS 10?

Anyone please explain me the applicationhost.config file location in the different mentioned IIS versions. Please mention the exact locations …

iis iis-7 iis-express iis-8 iis-10
How do I enable upload of large files in classic ASP on IIS 7?

Recently I had to get an old ASP application working in IIS 7.5 on a W2K8 server. Almost everything works …

iis iis-7 asp-classic
IIS URL Rewrite {R:N} clarification

I've not been able to understand the purpose of {R:N}. Could anyone please clarify when to use {R:0} vs. {…

iis-7 url-rewriting
What exactly happens when I set LoadUserProfile of IIS pool?

I faced the following issue. I run the following code var binaryData = File.ReadAllBytes(pathToPfxFile); var cert = new X509Certificate2(…

c# .net iis-7 x509certificate application-pool
Mixing Forms authentication with Windows authentication

I have an (ASP.NET 3.5) intranet application which has been designed to use forms authentication (along with the default aspnet …

asp.net iis-7 forms-authentication windows-authentication
Rewriting URLs from https:// to http:// in IIS7

I'm trying to rewrite urls from the form: https://example.com/about to the form http://example.com/about using …

iis-7 https url-rewriting url-rewrite-module
How to assign a SSL Certificate to IIS7 Site from Command Prompt

Can you advise me whether it is possible or not to assign a SSL Certificate to a website in IIS7 …

iis iis-7 ssl ssl-certificate appcmd
Difference between <system.web> and <system.webServer>?

Every time I have to add a handler or module for ASP.NET with IIS7, the instructions always tell me …

asp.net iis-7 web-config
Remove HTML or ASPX Extension

In a hosted IIS7 environment, I am looking for the simplest way to use extension-less file names. Simply I have …

asp.net html iis-7 url-rewriting
How to solve a "HTTP Error 404.3 - Not Found" error?

Simple problem. I start up VS2008 and create a new WCF Service application. This will create a default application with …

c# visual-studio-2008 iis-7 wcf http-status-code-404