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

Assign more memory to w3wp worker processes

My workers processes cap out at 70mB. How do I raise this limit? I have 4Gb on Windows 2003 IIS6. Thanks!
2
votes
4 answers

Run FTP server on port 80 along with web traffic

I have IIS running two sites + IIS virtual folders (w3root) on a win 2k3 server. I wondered if there were any way to also piggyback FTP traffic on that pipe by using port 80 on the ftp server. How would I do this and still keep the web stuff running…
Caveatrob
  • 111
  • 1
  • 3
  • 12
2
votes
1 answer

Can I configure IIS 7+ to do a dynamic reverse proxy based on the incoming hostname?

I am trying to configure IIS to proxy requests based on the incoming hostname. For example, if my proxy server is an IIS server located at www.proxy.com, a request to www.google.com.www.proxy.com would be proxied to www.google.com I have tried to…
2
votes
1 answer

Building fault tolerant IIS/MSSQL stacks (Sql Clustering?)

We had a raid failure yesterday on a server that was hosting databases and IIS. We're trying to determine the best way forward in terms of our IIS and MSSQL hosting environment. We'd like redundancy on the IIS side and the SQL side. For some of our…
Sean
  • 159
  • 6
2
votes
1 answer

extract iis saved password

In IIS6 settings for a domain, under the Directory Securty » Authentication and access control » Enable anonymous access, there's typically a user name and password supplied specifying the user credentials used for anonymous access. As that password…
tylerl
  • 15,055
  • 7
  • 51
  • 72
2
votes
0 answers

Login challenge missing after migrating asp website from .net 2.0 to 4.0

I'm upgrading an old internal website from .net 2 to 4 using this procedure from msdn. I mostly got rid of .net assembly references in the web.config and switched the DefaultAppPool. However when I tried to access the website using…
irco
  • 151
  • 1
  • 4
2
votes
1 answer

Change to RS 2008R2 configuration stopped IIS site receiving traffic through load balancer (and its still not working after backing it out)

Background We are testing a pair of Windows 2008 R2 (IIS 7.5) web servers in conjunction with a hardware load balancer (external device) that splits port 80 traffic coming into a Virtual IP between the 2 servers. There is a test website set up on…
Laurence
  • 241
  • 2
  • 9
2
votes
1 answer

How to include PHP file from a Virtual Directory on IIS?

I would like to know if there is a way to include PHP files from Virtual Directory to a PHP file in site's root. For example I have siteroot: siteroot\index.php siteroot\other.php and a separate userconfig dir, containing client's individual…
Slava
  • 201
  • 3
  • 12
2
votes
2 answers

How Do I Migrate a Single Application from IIS6 to IIS7?

I have a number of applications currently running on a Windows Server 2003 system. We'd like to migrate one of those applications to IIS7 on a Windows Server 2008 R2 box. This is a new web server, has IIS installed, but nothing else. I know how to…
John Saunders
  • 425
  • 7
  • 22
2
votes
2 answers

IIS HTTPS Windows Performance Counters

We are currently checking the performance of our production sites (Windows 2003). They are serving a lot of HTTPS traffic, which we can't currently swap over to HTTP. I was wondering what were the best performance counters to investigate to see if…
Andrew Cox
  • 268
  • 3
  • 6
2
votes
1 answer

Intranet web site; sometimes using computer name works, othertimes the IP works..exclusively and alternating

I have created a web application hosted in IIS 7. When I deploy my web app to customers it can be reached via the computer name most of the time, however sometimes it will suddenly stop working. The site cannot be found. At that point you can use…
2
votes
0 answers

Forcing IIS virtual smtp server to verify outgoing TLS certificate

I am in a situation where a web application is using the IIS virtual SMTP server to send out email. The IIS virtual SMTP server is then configured to send all mail out through a smarthost, over TLS encryption. This is working, except that through…
joelsand
  • 121
  • 1
  • 1
  • 6
2
votes
1 answer

phpmyadmin and import of an existing database

I have just installed phpmyadmin on a Windows 2008 Sever with IIS installed and I want to important a database which I have created on my own machine onto this server within phpmyadmin. When I try do so I get an error message File could not be…
2
votes
3 answers

How can I make Windows Server start my Apache service after the IIS service?

I have both Apache and IIS on a Windows Server 2k3. The Apache server is reached by tunneling through IIS using the Apache Tomcat Redirector Everything works just fine until I reboot. When I do apparently the Apache Tomcat 6 service starts before…
D-Mac
  • 23
  • 4
2
votes
0 answers

Setting PHP remote write permissions in IIS7

I have two windows server 2008 servers. One is a web server one is a file server. A php script runs on the web server and is supposed to write to the other server. I am getting a permissions error. I have given the full UNC path in the php copy…
chronoz
  • 129
  • 1