Questions tagged [iis-7.5]

IIS 7.5 is the version of IIS that ships with Windows 2008 R2, Windows Small Business Server 2011, and Windows 7. A subset of IIS 7.5 is provided by IIS Express, optionally installed by the Web Platform Installer.

IIS 7.5 is the version of IIS that ships with Windows 2008 R2, and Windows 7.

It is substantially similar to IIS 7.0 from Windows 2008, but includes the following features:

  • FTP 7.5 - FTP "6.0" is no longer shipped with IIS, further reducing dependency on InetInfo.exe
  • WebDAV 7.5
  • Configuration Editor
  • Request Filtering enhancements and UI

Because the OS used to run the web server is the Windows 2008 R2 / Windows 7 kernel, enhancements to those platforms are inherited by IIS.

A subset of IIS 7.5 is provided in IIS Express, optionally installed by the Web Platform Installer.

1231 questions
96
votes
4 answers

What should I do to make sure that IIS does not recycle my application?

I have a WCF service app hosted in IIS. On startup, it goes and fetches a really expensive (in terms of time and cpu) resource to use as local cache. Unfortunately, IIS seems to recycle the process on a fairly regular basis. So I am trying to…
AngryHacker
  • 2,877
  • 6
  • 32
  • 33
85
votes
11 answers

IIS 7.5 (Windows 7) - HTTP Error 401.3 - Unauthorized

I'm trying to test my ASP.Net website on localhost and I'm getting this error: HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings…
Nathan Ridley
  • 2,599
  • 3
  • 19
  • 18
70
votes
6 answers

How to diagnose a 500 Internal Server Error on IIS 7.5 when nothing is written to the event log?

I've just deployed an update to an existing ASP.NET MVC3 site (it was already configured) and I'm getting the IIS blue screen of death stating HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error…
Greg B
  • 1,598
  • 5
  • 17
  • 32
53
votes
2 answers

How do I find out the W3SVC number of a given IIS7.5 website?

I have a server running multiple websites under IIS7.5. I want to view the log files for one website in particular. In C:\inetpub\logs\LogFiles I see a number of folders, W3SVC1 through 6. How do I find out which website corresponds to which…
Liam
  • 663
  • 1
  • 5
  • 5
43
votes
2 answers

IIS6 vs. IIS7 and IIS7.5: handling URLs with plus sign (+) in base (not querystring)

For any URL with a plus sign (+) in the base URL (not the querystring), IIS7 and IIS7.5 (Windows Server 2008 and 2008 R2) do not appear to forward the URL to the default handler on an ASP.NET application. I started noticing the issue with a custom…
patridge
  • 982
  • 1
  • 10
  • 15
43
votes
4 answers

Directly editing IIS 7 applicationHost.config configuration file

I know that IIS 7+ uses XML config files instead of the metabase. I also know that if I edit a web.config file for a given site, IIS automagically detects the changes and implements any corresponding config changes. However, does this also apply to…
lunadesign
  • 451
  • 1
  • 4
  • 3
35
votes
4 answers

How to enable TLS 1.1, 1.2 in IIS 7.5

We want to support web browsers utilizing TLS 1.1 and 1.2, which has been apparently implemented by Microsoft, but is turned off by default. So I went searching on Google and discovered some pages everyone seems to be…
Sam Rueby
  • 656
  • 3
  • 8
  • 17
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
25
votes
1 answer

IIS 7.5 - Disable Overlapped Recycle property not being obeyed when web.config is updated

I have a site which holds an exclusive lock on some resources. I used the .NET Application_Start and Application_End events to acquire and release the lock on these resources at the appropriate time. For this to work properly, there can only ever be…
John
  • 351
  • 3
  • 4
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
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
3 answers

IIS is overriding my response content, if I manually set the Response.StatusCode

Problem when I manually set the HTTP Status of my response stream to, say, 404 or 503, IIS renders up the stock IIS content/view, instead of my custom view. When I do this with the web development server (AKA. Cassini), it works correctly (that is,…
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
22
votes
2 answers

Troubleshooting Windows Authentication problems (no challenge) in IIS 7.5?

I know that there are thousands of reports of people having trouble getting Integrated Windows Authentication to work with IIS, but they all seem to lead to web pages that don't apply or solutions that I've already tried. I've deployed dozens of…
Aaronaught
  • 492
  • 2
  • 4
  • 13
22
votes
3 answers

How many simultaneous requests can be handled by a medium class server on the average?

I have bought a PRIMERGY TX100 S1 Server with a trial version of Windows Server 2008 R2 Web Edition. My internet connection with a static IP is very very fast (about 50 mega bit per second) for both downloading and uploading. My site serves text…
Motivated Student
  • 245
  • 1
  • 2
  • 7
1
2 3
82 83