Questions tagged [iis]

IIS is Internet Information Services, the web server included with Microsoft's Windows Server operating systems. This is a generic tag. Wherever possible please use a *version-specific* tag, such as [iis-7], [iis-7.5], etc.

IIS is Internet Information Services, the web server included with Microsoft's Windows and Windows Server operating systems.

This is a generic tag. Wherever possible please use a version-specific tag such as:

  • on Windows Server 2016 and Windows 10
  • on Windows Server 2012 R2 and Windows 8.1
  • on Windows Server 2012 and Windows 8
  • on Windows Server 2008 R2 and Windows 7
  • on Windows Server 2008 and Windows Vista
  • on Windows Server 2003 and Windows Server 2003 R2; Windows XP x64 Professional (END-OF-LIFE)
  • on Windows 2000 and Windows XP Professional (END-OF-LIFE)

It is also recommended that you tag your questions with the appropriate windows-version tags.


IIS 7 and newer versions are built on a modular architecture, plugging in to the kernel-mode HTTP.SYS listener. User-mode Modules can be added or removed individually so that only modules required for specific functionality have to be installed.

IIS includes these module groups:

  • HTTP (request-processing pipeline, errors, redirects)
  • security
  • content
  • compression
  • caching
  • logging and diagnostics

The IIS Manager (INETMGR) is the IIS administrative GUI.

The command-line utility "AppCmd" provides a scriptable interface to the IIS configuration data.

The PowerShell WebAdministration module is included with IIS 7.5+.

The newer PowerShell IISAdministration module is included in IIS 10+. It is the only IIS PS Admin module supported on Nano server at the time of release.

5327 questions
2
votes
2 answers

Monitoring IIS servers

I have a few iis servers (windows 2003) I would like to monitor, and I would like the information presented in graph form if possible. A couple of the servers i have full access into so I should be able to query using snmp, but some of them all I…
beakersoft
  • 997
  • 15
  • 29
2
votes
0 answers

IIS/VS2010 Web Deployment gives 404

I use 1 click publish to a few servers to deploy website from VS2010. All servers are running IIS7 under Windows 2008R2. 1 server is a bit special because it listens to port 80 but the firewall will map this to port 80 internally on that server. Now…
Roger Far
  • 341
  • 1
  • 5
  • 17
2
votes
2 answers

Creating new Default Website

Apparently I deleted the default website on my server. That is, I have 3 and none seem to be the "Default", though one is listening on port 80 for blank headers. TFS wants one installed, how do I add it back? Windows Server 2003, Datacenter Edition;…
tsilb
  • 608
  • 2
  • 10
  • 15
2
votes
2 answers

What Configuration Changes Require Restarting the Web Service?

I am under the impression that certain (web server) configuration changes require cycling the service. Is there a rule of thumb of what specific changes require restarting the service or is it just good practice? Does the server always tell you…
Gary
  • 267
  • 2
  • 4
  • 10
2
votes
2 answers

PHP fatal error on Zend when upload local site to live site

I used Zend Framwork with Digitalus CMS. I work with ubuntu for test/developping, the website work perfectly fine there. The problem is when I migrate the website to the IIS production server, I get those errors : PHP Fatal error: Uncaught exception…
Achu
  • 241
  • 1
  • 2
  • 11
2
votes
3 answers

View IIS application responses

I know IIS logs all requests made to the server. If my application makes requests out to other web services, is there a way to see what the response was or at least the headers of the responses?
Omar
  • 195
  • 3
  • 14
2
votes
1 answer

Web Farm Framework Excluding Folders

Currently getting to grips with Web Farm Framewor and ARR. The Primary and Secondary servers are syncing from Primary to Secondary as they should be. However, there is a cache folder that is being synced which in turn causes the Secondary server to…
Jamie
  • 21
  • 3
2
votes
1 answer

What is the purpose of session.key in C:\WINDOWS\system32\inetsrv\Icorn

The size of the C:\WINDOWS\system32\inetsrv\Icorn\session.key file (and a similar one, session.key.bk) has gone beyond 8 GB. I want to free up space on this server. What can I do to safely reclaim that space? Is it an IIS setting? Is it ok to just…
esegura
  • 23
  • 2
2
votes
2 answers

Is it safe to kill a specific w3wp (IIS Worker) process in Task Manager on IIS 7, Windows 2008 Server?

There is a Win 2008 server with a few website, and sometimes an image conversion website consumes huge amounts of RAM. Is it generally safe (though not a good idea) to just kill that w3wp process (IIS Worker Process) in the Windows Task Manager or…
Olaf
  • 861
  • 2
  • 12
  • 22
2
votes
1 answer

where is information about virtual directories stored?

Server hosted somewhere on internet just broke down, so guys from IT support decided to install Linux temporarily so we can access file system in order to do backup. We have there some web services installed as virtual directories, and, of course,…
Draško
  • 123
  • 1
  • 4
2
votes
2 answers

Microsoft Web Farm Framework failing due to lack of hard drive space

I have Microsoft Web Farm Framework setup in a production environment and it seems to work well (better than keeping the servers in sync manually) except that it is causing an excessive number of log files to be generated. I just removed 450 GB…
Brian
  • 173
  • 1
  • 9
2
votes
2 answers

What solution are you using for IIS 7.5 logging?

I'm looking for some recommended configurations for IIS (7.5) logging for a reasonably high-traffic web-farm? Currently generating approx 500MB uncompressed logs on each of 4 web servers daily. ODBC logging? To SQL Server seems like a lot of…
Jason Duffett
  • 185
  • 1
  • 2
  • 8
2
votes
1 answer

Single Sign-on for Intranet WordPress using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory?

Is it possible to have single sign-on for intranet WordPress sites by using OpenID (or OAuth), IIS, Integrated Windows Authentication, Active Directory? I'd like to have Active Directory users automatically log in to non-IIS (LAMP) intranet sites…
user24932
  • 145
  • 7
2
votes
1 answer

track iis work process resets

Is there any way to know if IIS resets the app pool/worker process, in IIS 6? We're seeing funny results in our web application, and I think it has to do with sessions being cleared because the work precess is being recycled, but I don't know how to…
Jeremy
  • 913
  • 2
  • 10
  • 19
2
votes
3 answers

IIS 7.5 using Classic ASP converts a boolean value to a string in the local language

I have a Classic ASP application running on a workstation with a Danish version of Windows 7 with IIS 7.5. The problem: When the application writes a boolean as a string, it will write "True" or "False" on an English server. However, on my Danish…
Niels Brinch
  • 413
  • 5
  • 16
1 2 3
99
100