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

How can I configure IIS to save log files in a given folder without creating a W3SVCXXX folder under it?

You can configure IIS to save its logs in any folder you want; however, even if you configure this setting at the site level, it will always create another folder under the one you choose, called W3SVCXXX, where XXX is the site ID. Is it possible to…
Massimo
  • 70,200
  • 57
  • 200
  • 323
4
votes
1 answer

IIS 7.5 inconsistently Gzips files (with PHP & ASP.NET)

I made some changes to the web.config of a server running IIS 7.5 improve the performance (mostly front-end). A 3rd party testing tool says the site is running "PHP/5.3.10, ASP.NET" and if memory serves, it is ASP.NET 4.5 I think it's due to the odd…
adam-asdf
  • 191
  • 1
  • 11
4
votes
1 answer

The relationship between IIS Application Pool Maximum Worker Processes and Component Services Application Pooling

We're in the process of deploying a new app into it's live environment. The app servers are running an IIS hosted .NET application that uses EntityFramework and makes numerous calls to a non .NET COM+ application. We have been able to affect the…
4
votes
3 answers

Why is gzip compression varying in efficiency in IIS?

While running Fiddler, I noticed something odd in a request for a static ~5MB XML file to my server: Despite sending byte-for-byte identical headers (Edit: Including the headers), the responses were different: Response A: 1. 700KB of gzip…
Brian
  • 303
  • 1
  • 3
  • 15
4
votes
2 answers

How to update IIS 6 to IIS 7.5 on Windows Server 2008 R2 Standard?

I am running Windows Server 2008 R2 Standard edition at the moment I have IIS 6 installed. I need to update IIS to version 7.5. Using Server Management under Roles, I can see Web Server IIS Installed. Using Web Platform Installer I can see only IIS…
GibboK
  • 143
  • 1
  • 1
  • 6
4
votes
2 answers

IIS Advanced Logging Forward to Syslog

I am looking for a method that would allow us to forward the IIS Advanced Logging logs to a centralized log source via syslog or something similar. We are able to perform this currently for the regular IIS logs with Snare; however it does not work…
John
  • 2,276
  • 7
  • 44
  • 60
4
votes
3 answers

Trailing dots in url result in empty 404 page on IIS

I have an ASP.NET site on IIS8, but IIS7.5 behaves exactly the same. When I enter a URL like: mysite.com/foo/bar.. I get the following error with a '500 Internal Server Error' status code: even though I have custom error pages set up for 500 and…
Peter Hahndorf
  • 14,058
  • 3
  • 41
  • 58
4
votes
1 answer

IIS logging and incoming requests

When are incoming requests logged to file in IIS? Does it happen before or after they are processed and response is sent to the client? What happens in case if request is accepted but response isn't sent back (is the incomming request logged to file…
yojimbo87
  • 672
  • 5
  • 12
  • 22
4
votes
1 answer

IIS 7 virtual directory 404 error

I have set up a virtual directory called application under the default website. Inside this, i have a web applcation running. When i browse 80 from IIS and log into the homepage is fine, but then when i click onto go to another menu (subdirectory) i…
shaz
  • 41
  • 1
  • 2
4
votes
1 answer

Dynamic IP Restriction strategy

This morning one of our sites got attacked by a bot that was looking for vulnerabilities. The same IP address was used. However the BOT only made on average 12-16 page requests a minute. Different pages were hit that have 20-40 static resources made…
Rippo
  • 169
  • 4
  • 13
4
votes
2 answers

What file extensions must be allowed in request filtering when using ASP.Net MVC 3?

I have request filtering enabled and "Allow unlisted file name extensions" is set to false. When requesting any normal path, including "http://localhost" I get a 404.7 error - "The request filtering module is configured to deny the file extension."…
Chloraphil
  • 251
  • 3
  • 5
  • 15
4
votes
2 answers

Why do I need to add my application pool identity to the IIS_IUSRS group?

I'm setting up a .NET v4.0 web application on a Windows 2008 R2/IIS 7.5 server that uses a domain account for the application pool identity. When I access the site, I get the following error: The current identity () does not have write access to…
smcolligan
  • 41
  • 1
  • 3
4
votes
5 answers

The action can't be completed because the file is open in IIS Worker Process

I have a windows server 2008 R2 running a couple of sites for me, while developing i usually post updates to this server. Now, i tried posting an update but it failed said it has a file in use and the error msg is as follows: "The action can't be…
Bjørn
  • 276
  • 2
  • 6
  • 10
4
votes
2 answers

IIS HTTP Error 403.18 - ASP.NET MVC 3 (with PHP 5.3 installed?)

I am getting this error when I am setting up a ASP.NET MVC3 application onto an IIS server. HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the Web…
RicL
  • 153
  • 2
  • 5
4
votes
3 answers

IIS 7.5 - How to find which Handlers are being called for a request

Can anyone please guide me how can I find out which handlers are being called when request is made from asp.net application. P.S. I have added handler mapping for .htm files to call for executable aspnet_isapi.dll which were not available by…
iniki
  • 167
  • 2
  • 6