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

How to Grant IIS 7.5 access to a certificate in certificate store?

In Windows 2003 it was simple to do and one could use the winhttpcertcfg.exe (download) to give "NETWORK SERVICE" account access to a certificate. I'm now using Windows Server 2008 R2 with IIS 7.5 and I am unable to find where and how to set…
thames
  • 955
  • 3
  • 10
  • 20
20
votes
5 answers

401 - Unauthorized On Server 2008 R2 IIS 7.5

I have a web application deployed to Server 2008 IIS 7.5 box. From remote it gives this error: 401 - Unauthorized: Access is denied due to invalid credentials. (remote = desktops on the same LAN) Have tried several remote clients using different…
mxmissile
  • 599
  • 1
  • 7
  • 20
19
votes
3 answers

Why don't I have Deploy actions available in IIS 7 Manager?

I'm currently investigating options to script automated deployment of an ASP.NET web app. Using MSBuild I can create a package and import it manually or by script into a server running IIS 7. However, after reading instructions, such as Vishal…
spoulson
  • 2,183
  • 5
  • 22
  • 30
18
votes
2 answers

Is there any reason why TLS 1.1 and 1.2 are disabled on Windows Server 2008 R2?

Windows Server 2008 R2 seems to support TLS 1.1 and 1.2 but they are disabled by default. Why are they disabled by default? Do they have any drawbacks?
Peter
  • 376
  • 2
  • 3
  • 12
18
votes
3 answers

IIS 7.5 Globe with Question Mark Icon

I changed the Physical Path to my website in IIS 7.5 and the icon changed to this: It was completely vanilla before I changed that. I can't find any documentation on what that icon means and the tooltip only says "Default Web Site (Multiple…
Chiramisu
  • 620
  • 1
  • 4
  • 16
18
votes
3 answers

Should I impersonate PHP via FastCGI?

I am installing the latest version of PHP onto IIS 7.5 via FastCGI, and all of the instructions say that FastCGI should impersonate the calling client by setting fastcgi.impersonate = 1 If my website will have this configuration dedicated…
WimpyProgrammer
  • 509
  • 1
  • 4
  • 13
17
votes
5 answers

IIS 7.5 on Windows 7 x64 Ultimate is missing the Management Service icon

IIS 7.5 on Windows 7 x64 Ultimate is missing the Management Service icon which is present in IIS 7.5 on Windows Server 2008 R2. Is it possible to enable it, or is it possible to access the Management Service configuration panel in another way? Edit…
Miky
  • 171
  • 1
  • 1
  • 3
17
votes
3 answers

How to disable SSLv2 or SSLv3?

Anyone know how to disable certain SSL versions and only enable others in IIS 7.5?
user3386733
  • 179
  • 1
  • 2
  • 4
17
votes
2 answers

IIS 404 error where file exists

I have a fresh VPS installation from my provider (Windows 2008 R2, IIS 7.5). The default web site works fine: http://5.9.251.167/ I created a new website, and binding for http://new.ianquigley.com On that server and everywhere else that Domain…
Ian Quigley
  • 643
  • 1
  • 6
  • 12
17
votes
5 answers

What are the "to-do" on protecting Windows server facing the web?

I currently begin to deploy Windows servers facing the web. And I would like to know what are you way of protecting your servers ? What softwares are you using ? On Linux, i'm using Fail2ban to prevent bruteforce and Logwatch to get daily reports…
Kedare
  • 1,786
  • 4
  • 20
  • 37
17
votes
3 answers

IIS 7.5 Creating self signed certificates with validation date of more than a year

I am creating self-signed SSL certificates in IIS 7.5 for internal use. The problem I have is that I want to create them so that they last for 10 years as it is only a dev environment. I can't see an option in IIS 7.5 where you can specify a the…
user1153199
  • 311
  • 1
  • 2
  • 5
17
votes
2 answers

How to use IIS URL Rewrite with gzip compression

I've been trying to create outbound rules in IIS 7.5 on Windows 2008 R2 on a site that has static HTML pages and compression enabled. If I have any form of compression enabled (static or dynamic) I get this error: HTTP Error 500.52 - URL Rewrite…
mpipe3
  • 281
  • 1
  • 2
  • 4
16
votes
4 answers

IIS 7.5: How to configure custom Authentication Error page with Windows Authentication. 401 header problems

I have a php website running under IIS 7.5. The site is secured by Windows authentication and that works fine: When users go to the site, they are asked for username/password and get through if authenticated. If users click Cancel or mistype…
trailmax
  • 263
  • 1
  • 3
  • 7
16
votes
3 answers

What role does "App Pool Identity" play for an Application Pool?

When talking about IIS 7.5 security, AFAIK: App Pool Identity decides whom my web application runs as. Authentication Method decides whom the clients are authenticated as. I have a virtual folder configured like this: I use Anonymous Authentication…
smwikipedia
  • 646
  • 4
  • 8
  • 15
1
2
3
82 83