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
8
votes
4 answers

The RSA key container could not be opened. Windows Server 2008 R2

I am setting up a second asp.net site on our Windows 2008 R2 server. We use a RSA Key Container to encrypt our connection strings. I created a new Application Pool with all the same settings as our Default Application Pool that is supporting our…
Blegger
  • 272
  • 1
  • 5
  • 14
8
votes
5 answers

IIS 7.5, Multiple Application Pools, and URL Rewriting (403.18 -- Forbidden)

Is there any way to configure IIS 7.5 to perform URL rewrites to different application pools on the same site without running into a 403.18 error? We're using Helicon ISAPI Rewrite 3 on IIS 6 and it's working like a charm. The root-level…
Jerry Hewett
  • 81
  • 1
  • 1
  • 2
8
votes
2 answers

CPU Limits for Application Pools in IIS 7.5

I see that in iis 7.5 I can set a CPU % utilization limit for a specified amount of time for an application pool. I can have also have it kill the worker process if this limit is violated. If tell it to do this, will the worker process…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
8
votes
2 answers

IIS7 - Web Deployment Tool - SetParam/SetParamFile to set http and https bindings + Cert

we're currently using the MS Web Deployment Tool to sync a live website and some WebServices from a staging box to two live servers. The staging box hosts the site on any IP on port 17000, whereas the two live servers are load-balanced and have a…
Andras Zoltan
  • 271
  • 3
  • 8
7
votes
1 answer

Replace wildcard certificate on multiple sites at once (using command line) on IIS 7.5

I have 3 websites: aaa.my-domain.com, bbb.my-domain.com and ccc.my-domain.com all using a single wildcard certificate *.my-domain.com on IIS 7.5 Windows Server 2008R2 64-bit. That certificate expires in a month and I have a new wildcard certificate…
7
votes
2 answers

How to find out which server generated a CSR

I sent a client a CSR a few months ago and now they finally sent me back the CA response. However, there are multiple Windows 2008R2 servers and I don't remember which one I used to generate the CSR and, therefore, I don't know which server contains…
blizz
  • 1,134
  • 1
  • 26
  • 47
7
votes
3 answers

IIS7.5 App Pool recycles - .Net OutOfMemoryException

strange situation with .Net OutOfMemoryExceptions in IIS / Windows 2008 R2 being thrown on random pages of the application being hit. We have about 1000 separate sites that are the same .Net application (different codebase folders and app pools per…
Code Monkey
  • 171
  • 1
  • 1
  • 5
7
votes
2 answers

how does NewRelic work by simply installing .Net agent?

Yesterday, I decided to give NewRelic a try. I signed up for a free account, and installed the .Net agent, and restarted IIS as instructed. Immediately, this agent started showing up a wealth of information on the dashboard like: most slow SQL…
Karl Cassar
  • 191
  • 2
  • 8
7
votes
1 answer

Can I prevent IIS from recycling if /bin changes?

IIS recycles an ASP.net Application Pool automatically whenever either the /bin folder or the web.config file changes. Is there a way to disable that feature? This is IIS 7.5 running in Integrated mode, and the underlying intention is to allow…
7
votes
3 answers

How to kill a single request in IIS?

I'm using IISPeek and can see that there's a single request that's hanging on a buggy page. I've fixed the bug so that others who open the page won't experience the problem, but the page is still active after almost an hour. I'd rather not stop the…
Petter Brodin
  • 201
  • 1
  • 2
  • 5
7
votes
3 answers

How to disable Request Filtering for a specific website on IIS 7.5?

I have Request Filtering enabled in my IIS 7.5 and want to keep it that way, however, one site is basically just a proxy for some internal Java application and I'd like to disable Request Filtering for that site. Is it possible to do that?
Borek Bernard
  • 729
  • 2
  • 11
  • 21
7
votes
2 answers

Setting up IIS 7.5 for AD Client Certificates for iOS devices

I am working on getting an iPad to auth to an IIS7.5 website using a local certificate mapped to a user in AD. I am not, in any sense of the word, an IIS admin. I essentially need to setup a proof of concept. I believe that this may work, but I just…
vonsch
  • 93
  • 1
  • 5
7
votes
1 answer

Intermittent IIS Connection close issue

really odd one here. I have a website which runs on IIS fine most of the time. On some occasions though I get a white 404 page with the text: Not Found HTTP Error 404. The requested resource is not found. Running fiddler I can see the following http…
Colm Troy
  • 271
  • 2
  • 10
7
votes
3 answers

How do I stop IIS7.5 starting by default?

I am doing a lot of work using the XAMPP stack, but every time I restart my machine, I have to manually stop IIS before I can start Apache. I can't find a service for IIS to configure not to start automatically. How can I prevent IIS from starting…
ProfK
  • 493
  • 5
  • 9
  • 28
7
votes
2 answers

HTTP Error 500.19 - Internal Server Error in Windows 7 IIS

I have a simple ASP.NET Web Site. When I try to run it on Windows 7 IIS, the following error message is displayed in my browser: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration…
Hossein Moradinia
  • 207
  • 1
  • 2
  • 8