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
2 answers

HTTPERR filling up, fast with Timer_ConnectionIdle

We have 2 web servers that have used up over 100GB of logging in C:\Windows\System32\LogFiles\HTTPERR. Is there a standard way for disabling this logging as it's just filled with Timer_ConnectionIdle. I'd like to disable this via Group Policy if at…
Chad Moran
  • 385
  • 2
  • 7
  • 14
5
votes
2 answers

Increasing Web.config size limit

We are running up against some sort of size boundary on the Web.config file in our ASP.NET application. This appears to be 250KB. Is there any way to increase this limit? EDIT Sorry, fingers got confused typing. 250KB not 250MB :)
Kyle
  • 165
  • 2
  • 6
5
votes
2 answers

IIS 7.5 Custom HTTP Response Headers Not Working

Trying to setup custom HTTP Response Headers on a new install of IIS7.5 on Windows Server 2008 R2 Standard and they are not working. Default headers work fine (X-Powered-By, etc...). Modifying default header values work (ie. change X-Powered-By to…
Craig
  • 211
  • 2
  • 8
4
votes
0 answers

Shared Configuration and AppSettings

We use Shared Configuration for our IIS config, so the same config is used by the webservers. This works well. We like to share some server-level between the servers. (in IIS manager, select Server -> Application Settings) Will the…
Julian
  • 93
  • 6
4
votes
0 answers

How to enable two consecutive periods in URL without introducing a security vulnerability

I have a site running on IIS 7.5 which hosts some user-generated content. Recently, I came across a file with two periods in its filename. Let's call it foo..bar.jpg. When I attempt to access it, I get a 400 error which unhelpfully just says Bad…
mm201
  • 141
  • 3
4
votes
3 answers

How do IIS FTP 7.5 User accounts work?

We'd like to set up an IIS 7 FTP server with non-Windows user accounts. We've heard that FTP Server v7.5 supports this, but the documentation is talking about "IIS Manager Accounts" and implies that these accounts have the ability to configure…
davidcl
  • 162
  • 2
  • 2
  • 11
4
votes
3 answers

IIS7 w3wp process hung on recycle

A single server has started to sometime leave zombie w3wp.exe processes when trying to recycle. A new process is spawned properly and everything seems to work, except the old processes are still present and take up memory. Task manager reports…
Mark S. Rasmussen
  • 2,138
  • 2
  • 21
  • 31
4
votes
3 answers

Adding a virtual directory IIS 7.5 Windows 7 Ultimate x64

Trying to get my IIS 7.5 playing nice with VS 2008 on Windows 7 Ultimate 64-bit. I'm getting this error: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0,…
Dave
  • 273
  • 1
  • 5
  • 11
4
votes
1 answer

Adding varnish causes IIS to slow down with less traffic?

We are trying to put varnish in front of our IIS 7.5 farm. Said farm handles 3 websites (SiteA, B and C) - varnish is going in front of A only. When we add varnish, we get a 75-90% hit ratio but our IIS farm actually slows down so much that the…
Nate Fox
  • 193
  • 2
  • 7
4
votes
1 answer

IIS 7.5 not rolling over logs hourly

I have six IIS 7.5 web servers deployed using a Shared Configuration. The properties for the logging in the configuration are set to log Per Site, W3C, and on an hourly schedule: For five of the web servers, this works correctly. However for one…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
4
votes
2 answers

IIS: logging client certificate's thumbprint

On IIS 7.5, with client authentication by certificate, how to enable logging of client certificate's thumbprint (or serial, or subject dn) to IIS log?
4
votes
2 answers

2008 R2 TLS 1.2 enabled in registry, rebooted, but not functioning

Yes, I rebooted the server. Several times. This actually affects both TLS 1.1 and 1.2. The only one currently working is 1.0. I followed the instructions here: http://support.microsoft.com/kb/245030 I've double checked all the names and values; I've…
pantsburgh
  • 63
  • 1
  • 1
  • 7
4
votes
1 answer

Poodle Exploit - Disable SSL v3 on a website specific basis

I'm looking for a very specific situation here with this Poodle exploit. I have a need to disable SSL v2/3 on a subset of my IIS websites, but leave SSL 2/3 available on a few others. Is it possible to do this with IIS 7.5?
Falcones
  • 73
  • 5
4
votes
0 answers

How can I stop IIS 7.5 adding it's own redirect HTML to one issued by PHP?

I have an IIS 7.5 server configured with PHP 5.4.5 running through FastCgi. PHP is configured to return gzip encoded data if the client supports it. My problem is when I issue a 303 See Other header from PHP, IIS is sticking some HTML before the…
PeterBelm
  • 141
  • 1
4
votes
3 answers

How to forbid usage of web.config files?

I have a Windows 2008 R2 server with IIS7.5 installed. I need to provide users with read-write access to some directory tree via WebDAV. The same users will also be able to reach the same directories by other means - FTP, SFTP, CIFS, etc. My aim: I…
Cat Mucius
  • 155
  • 1
  • 11