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

Setup IIS to require client certificate and to use anonymous authentication

Setup IIS to require client certificate and to use anonymous authentication I have a WCF web service for our customers to use. I want to protect this using client certificates. I will also use the client certificate to identify the customer. I've…
Palpie
  • 235
  • 2
  • 4
  • 11
5
votes
4 answers

IIS 7.5 returning 404 for unknown host names

This just doesn't seem correct to me, so I'm looking for someone to tell me how I've misconfigured IIS... Configuration is IIS7.5 (2008R2), without SP1. I have IIS 7.5 configured w/several sites. ALL sites have hostnames defined in the bindings,…
WaldenL
  • 1,258
  • 1
  • 14
  • 26
5
votes
2 answers

Win2k8R2 / IIS 7.5 - users getting 503 response, no 503 error reported in logs

I've got 2 web servers with mirrored content. There's a load balancer sitting in front of them. Starting yesterday we've been getting people complaining about 503 errors. i can't find any 503 errors in the IIS log file. However the server host is…
merk
  • 214
  • 2
  • 9
5
votes
2 answers

Multiple instances of a web site on a single server - upgrade one at a time

I would like to host a single physical machine two copies of the same very site to minimize downtime during upgrades. I think I could put a load balancer in front of the machine, assign two IPs to this machine and set the IPs in the load balancer.…
Andrei Rînea
  • 310
  • 5
  • 17
5
votes
4 answers

Very, very simple asp.net page takes forever to load

I've got a page that couldn't be more simple: <%@ Page Trace="true" %>

Hello World

Other Page

<%=DateTime.Now.ToString()%> ... but it takes forever to load.…

John Hoge
  • 619
  • 3
  • 7
  • 14
5
votes
3 answers

How to block null/blank user-agents in IIS 7.5

We are going through a large scale DDOS attack, but it isn't the typical bot-net that our Cisco Guard can handle, it is a BitTorrent attack. This is new to me, so I am unsure how to stop it. Here are the stats IIS is processing between 40 and 100…
Jeremy Boyd
  • 606
  • 1
  • 10
  • 17
5
votes
1 answer

Using Virtual Directories with FTP

I've successfully installed and used FTP to transfer files to my server running Windows Server 2008. I've decided to create one FTP site in IIS 7.5 which leads to my \ftproot\ folder, and In an effort to make things a bit more secure, I've selected…
Jonathan
  • 1,309
  • 2
  • 22
  • 29
5
votes
1 answer

IIS7.5 redirect IP to domain

But stuck on this one, looked on google but couldnt find anything. The deployment of the site went slightly wrong and some pages were being saved as: http://73.34.12.../page.aspx Where the IP was the underlying IP address for the domain (so the…
Tom Gullen
  • 385
  • 4
  • 8
  • 24
5
votes
1 answer

IIS 7.5 on Win server 2008 r2 useAppPoolCredentials

I'm trying to set up Windows authentication for a new website in IIS 7.5. I have the Windows authentication module enabled for the site and all other authentication types(such as anonymous, Basic etc) disabled. The App pool for the site runs under a…
Abhijeet Patel
  • 189
  • 4
  • 12
5
votes
1 answer

ASP.NET custom configuration section declaration breaks IIS Manager Configuration Editor

I have a simple .NET custom configuration component that allows me to specify a custom configuration group and section in my ASP.NET 2.0 (the web project targets .NET Framework 3.5) web application's web.config file: In my web.config I have the…
Kev
  • 7,877
  • 18
  • 81
  • 108
5
votes
1 answer

Specific site unable to connect to MSSQL server after reboot

I have a very annoying problem on my Windows 2008 R2 server. Each time it's restarted, either planned or unplanned, one specific site is not able to connect to the database server, a MSSQL Server 2008 R2 Express instance on the same machine. It will…
Kasper
  • 51
  • 1
5
votes
1 answer

which is my Web.Config on IIS 7.5

i googled this and found it is storing inside my asp framework folder... but may i know which is the right web.config file for my specific application ? there is too many application running... and i found many web.config i'm using window server 64…
1myb
  • 201
  • 1
  • 4
  • 10
5
votes
2 answers

How can I get just the site name from the "AppCmd.exe list site" command?

If I run the following command on my server: %windir%\system32\inetsrv\AppCmd.exe list site I get this output: SITE "MyCompany.MyProject.WebRole_IN_0_Web" (id:1273337555,bindings:https/555.555.555.555:443:,state:Started) How can I get just the…
Tom Robinson
  • 775
  • 2
  • 11
  • 21
5
votes
1 answer

How Do I Configure IIS FTP 7.5 Passive Ports Per-FTP Site? (Setting appears locked at the server level)

I am needing to use the functionality to set the FTP PASV port range that IIS FTP7.5 will use, but it seems this is locked down in configuration at the server level; I can not modify the port range per-site. (I can modify the IP address but not the…
Andrew Barber
  • 1,089
  • 12
  • 23
5
votes
1 answer

How to allow access by ip address, with fallback to basic authentication in IIS?

I have a number of sites in IIS that I'd like to allow direct access to people in a certain subnet, then require basic authentication for everyone else. Here's the exact same functionality I want in Apache:
Mark Biek
  • 1,927
  • 2
  • 14
  • 12