Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
6
votes
2 answers

IIS re-write from http to https only for subdomains of one domain only

I have an IIS7 web server with several sites running. Some of the sites are sub-domains of one domain and the others are totally separate domains. I want to use IIS re-write to redirect all the sub domain sites of one domain to https, but I want the…
Charlotte
  • 161
  • 1
  • 2
6
votes
1 answer

WMI Rights required to read root\MicrosoftIISv2 in IIS7 with IIS6 compatibility mode

I need to manage my IIS7 (Windows Server 2008) remotely with a WMI IIS6 API. So I added the IIS6 WMI Compatibility and IIS6 Metabase Compatibility roles to access the root\MicrosoftIIsv2 namespace. I have a domain account which is not administrator…
JoeBilly
  • 121
  • 1
  • 1
  • 7
6
votes
2 answers

Does WebDAV even work on IIS 7? I say nay

AKA "When developers have to be their own sysadmins" I've tried every configuration from the top 10 stack overflow and server fault results for WebDAV 405 on IIS (for verb PROPFIND and PUT). I'm running server 2008 SP2. Followed all the…
FlavorScape
  • 791
  • 4
  • 10
  • 20
6
votes
3 answers

How to debug why w3wp.exe crashes randomly?

On the main production server, the IIS worker process crashes sometimes. From the event viewer I get the following information. Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8 Faulting module name:…
shashi
  • 163
  • 1
  • 1
  • 5
6
votes
3 answers

What is Causing this IIS 7 Web Service Sporadic Connectivity Error?

On sporadic occasions we receive the following error when attempting to call an .asmx web service from a .Net client application: "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. …
user11764
6
votes
1 answer

What does IISReset do in addition to recycling all Application Pools?

And are any of those things not programmatically available (.Net) from Microsoft.Web.Administration?
Brian Deacon
  • 161
  • 1
  • 3
6
votes
6 answers

Javascript Errors only on Production Server?

I am in the process of releasing a couple of asp.net websites from development to production. Everything seems to be working fine in development, but upon the release to production we get a number of javascript errors when accessing the site. This…
ChrisHDog
  • 243
  • 1
  • 3
  • 8
6
votes
2 answers

Enabling POST requests for html files in IIS7

Problem There have been quite a few other questions about this (in particular, the 405 Method Not Allowed error), but I've yet to find a solution that seems to work. I have a web application in html and javascript only (no backend) and the…
Demelziraptor
  • 479
  • 1
  • 4
  • 11
6
votes
1 answer

Migrate an IIS 7 website from one server to IIS 7.5 on another

We have an IIS 7 website running on our live server and are in the process of setting up a new development server which has IIS 7.5 running. Is there any easy fast way to take the IIS 7 website and all its config etc and migrate it to the IIS 7.5…
6
votes
2 answers

HTTP Error 503. The service is unavailable. On Windows 2008 with iisstart.htm

We're getting "HTTP Error 503. The service is unavailable.". Googling has provided lots of near hits, but none have worked so far. The flow is: - confirm all app pools started - open browser to http://localhost, get 503 error - app pool is now…
6
votes
6 answers

IIS 6.0 vs IIS 7.0

My client has most of the applications in .NET, he is changing his hosting provider, now he is asking for advice whether he should use the Windows 2008 with IIS 7.0 or good old Windows 2003 with IIS 6.0 What advantage does 7.0 offer over 6.0?
6
votes
1 answer

How can I see which request caused IIS7 to reset due to a stackoverflow?

My IIS7 webservers are getting hundreds of requests a second, and at a known time a stackoverflow caused IIS7 to recycle the app pool. How can I see which request contained the stackoverflow, and ideally what the stack trace was in that request when…
Ben Sussman
  • 161
  • 2
6
votes
1 answer

Outbound URL Rewrite rule causes 500 server error on IIS7.0

When I added User-friendly URL using IIS URL Rewrite Module 2.0 i got this server error 500. I followed the guide on official MS learn iis page. I noticed when I unchecked following option "Create corresponding outbound rewrite rule" everything…
nemke
  • 161
  • 1
  • 1
  • 5
6
votes
1 answer

In IIS7, what is AboMapperCustom?

In my IIS7 configuration there appears to be a few handlers of the following form: name: AboMapperCustom-[number] path: * preCondition: [empty] scriptProcessor: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll What is this for? …
Justin R
6
votes
2 answers

Exporting SSL Cert private keys in IIS 7.0

In IIS 6 on Server 2003, I can go to a web site's properties and walk through the wizard to generate a new cert request. Once I complete the request and have the cert installed on the web site, I can go into the cert store and export the certificate…
Andy Schneider
  • 1,543
  • 5
  • 19
  • 28