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

Properly handle IIS request with percent sign in url (/%)

I am looking for any kind of solution to properly get an IIS request such as https://stackoverflow.com/% and http://bing.com/% to not display a 400 Bad Request page, but display a custom error page similar to how http://google.com/% and…
bkaid
  • 211
  • 1
  • 2
  • 9
15
votes
1 answer

What's the process name for IIS in Windows 7?

In Windows XP the process name for IIS was inetinfo.exe. I don't see it in Windows 7 in the task manager? It seems things have changed. Is it still a separate process?
Tony_Henrich
  • 954
  • 3
  • 12
  • 23
14
votes
0 answers

How to disable SSL 2.0 on IIS 7.5?

I've seen this KB Article which Microsoft put out covering how to remove SSL 2.0 on IIS 7.0 and earlier, but I can't find anything advising on how to do the same on IIS 7.5. The registry keys mentioned on that KB article are no longer in the…
John Hoge
14
votes
1 answer

Load-Balanced IIS 7.5 Web Server ASP.NET Session State problem

we have a problem with an ASP.NET website where the users' sessions are behaving oddly - session data appearing, disappearing and re-appearing. I think I know what the problem is: Our setup is 2 x Load balanced WebServers + single session state…
James McCormack
  • 243
  • 1
  • 2
  • 7
14
votes
3 answers

Block Bots with IIS 7.5 and 8.0

I would like to block a bot with IIS. With Apache you can add a command to your .htaccess file, as outlined here. How would I accomplish this with IIS 7.5? Update In addition to answer below, there are a total of approaches I discovered since…
Josh
  • 651
  • 2
  • 6
  • 15
13
votes
2 answers

Why can't I log in to a Windows-protected IIS 7.5 directory on the server?

I have a web site with an admin subdirectory that is protected by integrated Windows authentication. Works flawlessly from remote PCs. But when I attempt to access these pages on the server itself, I get an authorization failure. I'm using the…
user21146
  • 367
  • 1
  • 5
  • 19
13
votes
4 answers

Web Deploy to IIS 7 with Pass-through authentication

After much trial and error configuration, I'm currently able to script msdeploy.exe to deploy a package built in Visual Studio 2010 to a remote server running IIS 7.5 with a command line like: Basic authentication command: msdeploy…
spoulson
  • 2,183
  • 5
  • 22
  • 30
12
votes
4 answers

Temporarily redirect *all* HTTP/HTTPS requests in IIS to a "server maintenance" page

We've got an IIS server that hosts hundreds of separate web apps, and the physical database server that hosts these apps is going to be taken offline for maintenance for a brief period (we expect it to take less than 15 minutes). During that period,…
Josh
  • 287
  • 1
  • 3
  • 8
12
votes
2 answers

Grant NON-administrator privileges to IIS 7

We are implementing a pseudo-Platform as a Service environment. It's a fairly simple set up that parallels Infrastructure as a Service: basically our clients will each have a access to their own servers, we will maintain the OSes while our clients…
Snowburnt
  • 775
  • 2
  • 5
  • 18
12
votes
3 answers

Can Https work without a certificate?

Recently our infrastructure team told our development team that you do not need a certificate for https. They mentioned that the only benefit of buying a certificate was to give the consumer peace of mind that they are connecting to the correct…
Mark
  • 235
  • 1
  • 2
  • 7
12
votes
1 answer

What does Virtual Bytes mean in Worker Processes pane in IIS7.5 Manager?

What does Virtual Bytes mean in Worker Processes pane in IIS7.5 Manager? If I open IIS Manager (On WindowsServer 2008r2), and go to the Worker Processes page, I can see that one of my AppPool processes reports Private Bytes (KB) 106,435.00 Virtual…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
11
votes
3 answers

How to configure IIS 7.5 SSL \ TLS to work with iOS 9 ATS

Problem: Our mobile app can no longer establish a secure connection to our web-service since iOS 9 now uses ATS. Background: iOS 9 introduces App Transport Security Server Setup: Windows Server 2008 R2 SP1 (VM) IIS 7.5, SSL certs from digicert.…
RobDigital
  • 283
  • 3
  • 9
11
votes
4 answers

IIS 7.5 not logging

I have a strange issue with a Windows Server 2008 R2 running IIS: HTTP logging stopped a few months ago (I just found out), and I cannot seem to get it to start logging again. I have both HTTP Logging and Logging Tools installed (under Web Server/…
Jim Balo
  • 270
  • 2
  • 4
  • 13
11
votes
1 answer

Does generating a CSR through IIS 7.5 on Windows Server 2008 R2 always create a new private key?

Generating a CSR for a Windows 2008 R2 server and need to ensure that the private key used for the CSR is new. I have used OpenSSL before to create my own self-signed certs for testing and if I remember correctly, I was able to specify a private key…
jzimmerman2011
  • 323
  • 1
  • 4
  • 12
11
votes
2 answers

IIS httpErrors ExecuteURL appends weird query string like 500;http://mysite.com/failed-page to the target URL

I've noticed weird behavior in IIS error pages. I've got this setup:
bunny
  • 111
  • 5
1 2
3
82 83