Questions tagged [iis]

Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows. Please mention which version of IIS you're running either in your question or by adding a version specific tag.

Wiki

IIS stands for Internet Information Services (IIS, formerly Internet Information Server) which is an extensible web server created by Microsoft for use with Microsoft Windows.

Several versions of IIS have shipped over the years, the most recent being:

  • IIS 10.0 - shipped with Windows 10 Fall Creators Update and Windows Server 2016
  • IIS 8.5 - shipped with Windows 8.1/Windows Server 2012 R2
  • IIS 8.0 - shipped with Windows 8/Windows Server 2012
  • IIS 7.5 - shipped with Windows 7/Windows Server 2008 R2
  • IIS 7.0 - shipped with Windows Vista/Windows Server 2008
  • IIS 6.0 - shipped with Windows 2003
  • IIS 5.1 - shipped with Windows XP Professional
  • IIS 5.0 - shipped with Windows 2000
  • IIS 4.0 - shipped with Windows NT Server/Workstation 4.0

Tag usage

The tag can be used for programming related problems when configuring IIS server for web development purposes. The tag can also be used for programming problems in implementing IIS services using IIS server.

Please note that https://serverfault.com/ is another StackExchange website, which can be used for more specific server installation and configuration related problems.

Important: Please ensure that you mention which version of IIS you're working with when asking a question. For example, there is a world of difference between IIS6 and IIS7+ and these products are very different, operationally and architecturally.

External Links

Related Tags

38900 questions
241
votes
31 answers

How do I resolve "HTTP Error 500.19 - Internal Server Error" on IIS7.0

What causes this error, how can I fix it? Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x8007052e Config Error Can not log on locally to C:\inetpub\wwwroot as user…
Stuart
  • 11,775
  • 6
  • 33
  • 31
238
votes
16 answers

Best way to run scheduled tasks

Today we have built a console application for running the scheduled tasks for our ASP.NET website. But I think this approach is a bit error prone and difficult to maintain. How do you execute your scheduled task (in an windows/IIS/ASP.NET…
Niels Bosma
  • 11,758
  • 29
  • 89
  • 148
230
votes
10 answers

Enable IIS7 gzip

How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 is really gziping them before sending to the client?
Paulo
  • 7,123
  • 10
  • 37
  • 34
226
votes
22 answers

Deploying website: 500 - Internal server error

I am trying to deploy an ASP.NET application. I have deployed the site to IIS, but when visiting it with the browser, it shows me this: Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it…
Jacob Jedryszek
  • 6,365
  • 10
  • 34
  • 39
220
votes
19 answers

How do I improve ASP.NET MVC application performance?

How do you improve your ASP.NET MVC application performance?
SDReyes
  • 9,798
  • 16
  • 53
  • 92
209
votes
26 answers

Access to the path is denied when saving image

I'm trying to save an image to a folder in .NET C# but I get this exception: Access to the path 'C:\inetpub\wwwroot\mysite\images\savehere' is denied.The error occured at mscorlib because at System.IO.__Error.WinIOError(Int32 errorCode, String…
Burjua
  • 12,506
  • 27
  • 80
  • 111
209
votes
17 answers

Publish to IIS, setting Environment Variable

Reading these two questions/answers I was able to run an Asp.net 5 app on IIS 8.5 server. Asp.net vNext early beta publish to IIS in windows server How to configure an MVC6 app to work on IIS? The problem is that the web app is still using…
drpdrp
  • 2,351
  • 3
  • 11
  • 15
206
votes
3 answers

How to set .net Framework 4.5 version in IIS 7 application pool

I installed the Visual Studio 11 Beta and suddenly all the async action methods I had created under the VS 11 Developer preview started hanging (apparently this issue: http://blogs.msdn.com/b/pfxteam/archive/2012/03/03/10277166.aspx). My app is…
Gene Reddick
  • 4,655
  • 4
  • 34
  • 35
206
votes
30 answers

HTTP Error 503. The service is unavailable. App pool stops on accessing website

There are number of posts on this and I have tried many a things by now. But to no avail. Myself a Winforms Developer basically, started working on this Web stuff few days back as my company is taking Web initiatives. I have a ASP.Net project and I…
Sandy
  • 11,332
  • 27
  • 76
  • 122
205
votes
6 answers

Cannot serve WCF services in IIS on Windows 8

When I try to serve a WCF service on IIS in a Windows 8 machine, I get the well known error The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be…
faester
  • 14,886
  • 5
  • 45
  • 56
204
votes
13 answers

How can I create a self-signed cert for localhost?

I've gone through the steps detailed in How do you use https / SSL on localhost? but this sets up a self-signed cert for my machine name, and when browsing it via https://localhost I receive the IE warning. Is there a way to create a self-signed…
chris
  • 36,094
  • 53
  • 157
  • 237
199
votes
13 answers

Asp.net 4.0 has not been registered

When I try to open my Visual Studio project I get the following error: Asp.Net has not been registered on the webserver you need to manually configure your webserver for Asp.net 4.0. Update: Nevermind I fixed it: I just repaired .Net Framework…
user228777
  • 3,082
  • 9
  • 33
  • 50
198
votes
24 answers

HTTP Error 403.14 - Forbidden - The Web server is configured to not list the contents of this directory

I just created a new empty website in Visual Studio 2012 and clicked on run (i.e view in browser) and I get this error: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. I went into IIS and…
Aindriú
  • 3,560
  • 9
  • 36
  • 54
196
votes
5 answers

How to add ASP.NET 4.0 as Application Pool on IIS 7, Windows 7

Configuring servers is not my strong suit by any means. I'm trying to move a development project to Windows 7. One of the things that I need to run the application is to select ASP.NET v4.0 as the application pool within IIS. I went through the…
Burferd
  • 2,481
  • 7
  • 24
  • 24
179
votes
8 answers

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. I am not able to find the asp.net configuration section in IIS 7.0
Dotnet Rocks
  • 1,801
  • 2
  • 12
  • 5