Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
33
votes
6 answers

How can I display and log PHP errors on IIS7?

We're running PHP 5.2.5 on an IIS 7 Server and we're having problems making PHP errors visible... At the moment whenever we have a PHP error the server sends back a 500 error with the message "The page cannot be displayed because an internal server…
Ben
  • 463
  • 1
  • 6
  • 8
32
votes
5 answers

Restrict access to IIS site to an AD Group

Is it possible in IIS to set up a site in IIS and only let users of a certain AD Group get access to it?
John
  • 345
  • 1
  • 3
  • 4
31
votes
4 answers

How do I restart a single website in IIS7+ using commandline?

How do I restart a single website in IIS7+ using commandline only? Same functionality as the circled menu item in the image - but from the commandline. Iisreset does not have any options to deal with individual sites, and I found some ancient…
Kjensen
  • 1,039
  • 10
  • 28
  • 39
29
votes
1 answer

Don't see Failed Request Tracing in IIS Manager

In the "Actions" Pane of IIS Manager (InetMgr), under Configure there is supposed to be a link for Failed Request Tracing. I don't see that... I just have "Limits..."?
JoelFan
  • 2,285
  • 5
  • 26
  • 30
29
votes
1 answer

Difference Between Private Memory Limit and Virtual Memory Limit in IIS

I want to set the max limit on the physical memory an application can use in IIS 7. Should I set a limit on Private Memory Limit or Virtual Memory Limit? Can some one point me to documentation of all settings in IIS 7
kishore
  • 872
  • 3
  • 13
  • 28
29
votes
3 answers

What is the IIS7 default keepalive time?

What is the IIS7 default time for HTTP keepAlive?
SDReyes
  • 653
  • 2
  • 8
  • 15
28
votes
6 answers

Recycle remote IIS app pool from the command line?

Is it possible to recycle an IIS7 app pool from the command line, on a different machine? I've found APPCMD (appcmd recycle apppool my-app-pool), but it only operates on the host it's run on, AFAICT. I heard a rumor there might be a way to do it…
Ken
28
votes
4 answers

How do you start/stop IIS 7 app pool from cmd line if there are spaces in the app pool name?

http://technet.microsoft.com/en-us/library/cc732742(WS.10).aspx The above URL describes how to start/stop an IIS 7 app pool. However, I have spaces in my app pool name. Double-quotes doesn't work. Ideas? C:\Windows>C:\Windows\System32\inetsrv\appcmd…
stimpy77
  • 459
  • 1
  • 5
  • 12
27
votes
9 answers

How to get IIS7 to release a locked file?

During our production builds, a very large (10 megabyte) static content file in the root directory will sometimes be locked by IIS and cannot be deleted by the clean task. This is presumably because it is being actively served to one or more clients…
Jarrod Dixon
  • 685
  • 2
  • 13
  • 23
27
votes
1 answer

Import .pem into IIS 7

I was given two .pem files to import. I did not generate these files. Can I import them into IIS 7 or do they have to be converted into another format? I know that IIS likes .pfx - can .pem's be converted if necessary? Any help is greatly…
divided
  • 367
  • 1
  • 4
  • 11
26
votes
1 answer

How can I export URL rewrite rules?

Is it possible to export URL rewrite rules for IIS7? I am setting up a duplicate of a website for internal use (testing) and want to duplicate all of the URL Rewrite rules without having to manually enter them. There is an import option, but no…
Matt
  • 409
  • 1
  • 5
  • 11
25
votes
2 answers

IIS 7.x Application Pool Best Practices

We are about to deploy a bunch of sites to some new servers. I have the following questions about application pools: It seems advisable to have one application pool per website. Are there any caveats to this approach? Will one application pool…
bopapa_1979
  • 439
  • 1
  • 5
  • 12
25
votes
1 answer

IIS: Content-Length 0 for CSS, Javascript and Images

After a clean re-installation of my Windows 7 system, I can't get IIS 7 to properly deliver any static content. Dynmic content (ASPX pages and content served by ASP.NET MVC controllers) works fine, but static files such as CSS, Javascript and…
Adrian Grigore
  • 1,072
  • 3
  • 21
  • 34
24
votes
8 answers

How to resolve FTP Error “Failed to retrieve directory listing” for Administrator account in IIS 7.5

Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in response. In passive mode, the command, response and…
smartcaveman
  • 685
  • 2
  • 8
  • 18
23
votes
2 answers

How to limit the memory used by an application in IIS?

The IIS worker processes are taking lot of memory on our servers. I want to limit the memory each application can use. I am confused whether I should set a limit on Virtual Memory Limit, or Private Memory Limit. Each application in our IIS is on its…
kishore
  • 872
  • 3
  • 13
  • 28