Top "Iis-7" questions

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.

The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE))

I have a website in an IIS 7 shared hosting environment. It's running .NET 3.5. I have a download button to download …

c# asp.net iis-7 shared-hosting httpexception
How to check app pool last recycled

is it possible to check when i recycled the app pool last time, i want to check the date when …

iis-7 application-pool recycle
IIS does not list a website that matches the launch url

I need to debug the website i 'm developing (ASP.NET MVC3, Razor, .NET 4, VS2010 SP1 (as administrator)) in IIS7 (…

visual-studio-2010 debugging iis-7 windows-vista
Browser is not prompting for a client certificate

Background: I am updating an internal application to a two-step authentication process. I want to add a client certificate authentication …

authentication iis-7 windows-server-2008 smartcard client-certificates
Increase number of threads per worker process IIS

How do you increase the number of threads per worker process in IIS?

iis-7 worker-process
Deploying WCF Tutorial App on IIS7: "The type could not be found"

I've been trying to follow this tutorial for deploying a WCF sample to IIS . I can't get it to work. …

wcf iis-7 iis-manager
IIS and Static content?

According to Ultra-Fast ASP.NET: Chapter 3 - Caching: Files that the browser retrieves from the server should be stored in …

asp.net http caching iis-7 header
Multiple domains in 443 port in same IP

i have hosted the one website "www.example1.com" in port 443(https) in IIS 7. now i bought a new domain …

iis-7 https multiple-domains
IIS7 Overrides customErrors when setting Response.StatusCode?

Having a weird problem here. Everybody knows that if you use web.config's customErrors section to make a custom error …

asp.net iis-7
How do I upload large (> 25MB) files to a web service?

I have a web service that takes a byte[] and saves it. This works fine for "small" files, but once …

.net web-services iis-7 large-file-upload