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
10
votes
3 answers

Intermittent crash of w3wp.exe with ThreadAbortException after .NET 4.6 upgrade

For the last couple days we have seen intermittent crashes of the w3wp.exe worker process serving the main application pool for our corporate web site. Sometimes the crashes are isolated, and IIS is able to restart the worker process successfully.…
Jordan Rieger
  • 3,025
  • 3
  • 30
  • 50
10
votes
1 answer

How to setup hostname to website in local IIS

I am using Windows 10 with IIS enabled. I need to setup local websites on different ports with hostnames which I can access locally by using those hostnames. For e.g. Website Name: abcd website Path to Directory:…
rustygb
  • 306
  • 1
  • 5
  • 13
10
votes
0 answers

DNX beta8+, ASP.NET 5 and Kestrel in Azure

As of ASP.NET Announcement 69: "ASP.NET 5 applications run in IIS have been hosted by a component named Helios" and In beta8, we're discontinuing the "Helios" IIS host.. Also: Hosting ASP.NET 5 applications in IIS will now be achieved using the…
Dovydas Navickas
  • 3,533
  • 1
  • 32
  • 48
10
votes
7 answers

Single ASP.net site with Multiple Instances & web.configs

We have a legacy ASP.net powered site running on a IIS server, the site was developed by a central team and is used by multiple customers. Each customer however has their own copy of the site's aspx files plus a web.config file. This is causing…
Danielb
  • 1,608
  • 5
  • 24
  • 34
10
votes
4 answers

Thread.Abort in ASP.NET app causes w3wp.exe to crash

Please do not set duplicate flag on this qustion - it is not about "why ThreadAbortException occurs", it is about "why w3wp.exe process terminates after ThreadAbortException". Let's say we have simple web application with following code…
user2440074
10
votes
10 answers

Why are ASP.NET pages so much slower on localhost than on the production server

The title pretty much sums it up, and I'm sure there's a perfectly valid explanation, but it seems extremly odd that loading pages(after they're compiled) on my local computer seems to take forever, when the same code is blistering fast when…
Morten Bergfall
  • 2,296
  • 4
  • 20
  • 35
10
votes
1 answer

Setting up Django on IIS

I have been trying to setup Django to work on IIS 7 Enterprise (Version 6.1 on Windows 7), but so far have been unable to. I am using Django 1.8.3 and Python 2.7. I am using PyISAPI to run Django on IIS. I have tried both the 2.6 version of…
abden003
  • 1,325
  • 7
  • 24
  • 48
10
votes
2 answers

What does an HTTP 500 error with a 121 sub-status signify?

I have a Web Application running in Azure and I've had a few outages where the server is unresponsive. When I look in the IIS log, I see HTTP 500 errors with a sc-substatus of 121 and a sc-win32-status of 0. Omitting all other fields, the logs look…
Chad Gilbert
  • 36,115
  • 4
  • 89
  • 97
10
votes
3 answers

Are file extensions needed in tags?

I have a web application that will display logos. Some of the logos will be in GIF format. Some will be in JPEG format. I'd like to standardize a file naming convention, so that I can find the logo file given the company's Primary Key. For example…
Aheho
  • 12,622
  • 13
  • 54
  • 83
10
votes
4 answers

Why Get-ItemProperty is case insensitive but Set-ItemProperty is case sensitive?

I was trying to set IIS properties for my DefaultAppPool via PowerShell and I end up with a really curious case: Get-ItemProperty is case insensitive. Set-ItemProperty is case sensitive. Does someone know why we have this curious behaviour? PS…
LeBaptiste
  • 1,156
  • 14
  • 20
10
votes
1 answer

Custom Folder Structure in ASP.NET MVC 5

I'm trying to determine if it is possible (or practical) to implement Uncle Bob's Screaming Architecture in ASP.NET MVC 5 rather than using the default folder structure. Here's a link to a description of the Screaming Architecture:…
Matthew Renze
  • 634
  • 1
  • 6
  • 17
10
votes
5 answers

ASP.NET URL validation

We have a custom REST handler on ASP.NET that is configured like this to handle all incoming requests: However, passing it a pipe character, properly encoded or not at all, triggers a…
rudib
  • 261
  • 3
  • 7
10
votes
1 answer

How to measure a Website Bandwidth (Upload+Download) in MB using C#/VB.Net programmatically?

Hope that everybody is fine here. I am writing a windows service in C#/VB.Net that aims at measuring bandwidth consumption for all WebSites on localhost and store their statistics for upload , download etc on local/remote database. Target Platforms…
Steve Johnson
  • 3,054
  • 7
  • 46
  • 71
10
votes
1 answer

Auto update asp.net web application from remote server

I have several clients who are using web application hosted in their local IIS server at different locations. Currently all are using version 1.0. I published the new version of the application say version 1.1, zipped and host in http server at…
nightfire001
  • 759
  • 3
  • 20
  • 50
10
votes
3 answers

IIS Web Garden advantages / disadvantages

When do you need IIS Web Garden feature. What's pro's and con's?
hakan
  • 886
  • 2
  • 8
  • 15