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
5
votes
1 answer

How to edit hostname in https binding on IIS 7.5?

On Windows Server 2008 R2, the "Host name" box for editing the https binding is disabled. I'm unable to enable it so that I can enter the hostname for which to bind. The certificate "issued to" field is in *.example.com format. How does one enable…
Robert Kerr
  • 291
  • 1
  • 6
  • 16
5
votes
1 answer

IIS 7.5 - can't configure two SSL Certificates under one IP-adress?

We're setting up HTTPS for all our websites. Unfortunately I'm not really experienced in IIS. I have two certificates, one is a EV-UCC-Certificate with 10 subdomains included. the subdomains are from two different domains like…
SimonS
  • 785
  • 4
  • 14
  • 29
5
votes
1 answer

Why is ASP.NET auto-generating different machine keys when IsolateApps is disabled?

I'm hosting two web apps in IIS 7.5. They must share the ASP.NET Forms Authentication cookie. Since I do not want to put the machine key in the Web.config (I am not using web farms and I don't want the key visible in the web.config file), I've set…
Stephen Jennings
  • 1,393
  • 3
  • 23
  • 30
5
votes
1 answer

Can you prevent IIS7/8 from monitoring UNC paths for web.config changes?

I have a web server which loads imagery from UNC filesystems for each site. These are added as a virtual directory for each site. These filesystems can contain thousands of folders and it appears that IIS is monitoring each folder for changes, which…
Steve Temple
  • 135
  • 10
5
votes
1 answer

How to get a list of sites in IIS 7.5 binded to a certain ssl certificate using command line

Situation: an IIS 7.5 server with 30+ sites and 10+ certificates and a few certificates may be obsolete. Obsolete means they're not binded to the ip:port of any site on IIS. I could check each site bindings through the GUI, but that seems not the…
5
votes
2 answers

IIS 7.5 web application failing with NT Authority\Anonymous Logon

I am finding various google results, but none seem to fix my problem. I am setting up a new WINDOWS 2008 R2 box at work that is to communicate with an existing SQL 2012 box via web tools running in IIS 7.5 within our intranet. We are to use windows…
5
votes
1 answer

Could a Microsoft security update make major changes to the IIS configuration like this?

I've recently noticed a number of significant changes to my IIS configuration, some of which have major implications. I've dug through the daily backups and found that the change coincides with the installation of several security updates on 12 Sep…
RomanSt
  • 1,207
  • 1
  • 15
  • 32
5
votes
1 answer

IIS complains about port being used when it's not

I need to revive an application so it can be safely archived by a third party before being phased out. In order to do so without endangering the whole server, I want to force the user to authenticate before connecting, which means requiring…
Stephane
  • 6,432
  • 3
  • 26
  • 47
5
votes
1 answer

Can a URL Rewrite condition compare two server variables?

I am trying to compare two server variables as part of a URL rewrite condition. But first, some context... In IIS, if you request http://www.example.com/foo and foo is a directory, IIS sends a 302 "Object moved" redirect to…
MALfunction84
  • 161
  • 2
  • 10
5
votes
0 answers

How do I reduce the threads per process limit for an ISAPI app under IIS 7.5

I have a python WSGI application running under an ISAPI extension in IIS 7.5 on Windows Server 2008. I would like to increase the number of worker processes (which I know how to do) and reduce the number of threads per process (which I don't). I'm…
solublefish
  • 168
  • 1
  • 9
5
votes
0 answers

Tomcat/CF10/IIS7.5 Connector Tuning Help (503 Errors)

Problem: After a undetermined amount of time, all websites running in an application pool return 503 errors as IIS has stopped pool due to Rapid Failures from the pool. Increasing the number of failures from 5 to 50 still doesn't fix the issue. In…
Leeish
  • 151
  • 4
5
votes
1 answer

Why is Microsoft-HTTPAPI Returning 404 to My Network Switch?

Client (IE) requests to a static html keep_alive page seem to be working just fine but the network switch doing load balancing can't seem to request the same page when using the same EXACT URL. HTTPERR log entries coming from the switch give…
NickSuperb
  • 261
  • 3
  • 8
5
votes
3 answers

FTP restrict user access to a specific folder

I have created a FTP Site inside IIS 7.5 panel. Now I have access to whole site using administrator username and password. Now, I want to let my friend access a specific folder of that FTP site. (for example, this path: \some\folder\accessible\) I…
Mahdi Ghiasi
  • 361
  • 2
  • 4
  • 15
5
votes
1 answer

IIS 7.5 truncating POST body containing JSON data with ASP.NET MVC 3

I'm facing a problem which I hope is a configuration thing with IIS but is right now giving a lot of trouble. Basically I have a controller that accepts a JSON and does some processing. While it generally works fine, but every now and then when the…
5
votes
1 answer

Requests getting queued in IIS worker process at ExecuteRequestHandler

For some reason, the requests in one of our app pools started "hanging up" today. The CPU usage is low, as is memory consumption, but requests in a worker are coming in and just getting queued; they are all stuck at state…
jzimmerman2011
  • 323
  • 1
  • 4
  • 12