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.

Cache-control: no-store, must-revalidate not sent to client browser in IIS7 + ASP.NET MVC

I am trying to make sure that a certain page is never cached, and never shown when the user clicks …

c# asp.net-mvc iis-7 http-headers cache-control
Removing/Hiding/Disabling excessive HTTP response headers in Azure/IIS7 without UrlScan

I need to remove excessive headers (primarily to pass penetration testing). I have spent time looking at solutions that involve …

asp.net iis-7 azure penetration-testing response-headers
IIS 7 on Win 2008 R2 does not display images by default

I have some images hosted on the Default Web Site on IIS 7 but when i attempt to browse them IIS …

iis-7 windows-server-2008-r2
System.Web.UI.ViewStateException: Invalid viewstate

I have a web application developed in ASP.net & C#. I also use Telerik ASP.NET AJAX for web …

c# asp.net iis-7 telerik
IIS Manager is working but Window is not showing up in Windows 7

IIS Manager window is not showing in my machine. It is visible in taskbar but when I click on it, …

windows iis-7
How to know for sure if FastCGI is being used to run php scripts

I have a hosted site and I'm having trouble configuring Joomla (running Joomla + php + mySQL on IIS7 + win server 2008). I …

php iis iis-7 fastcgi
No Basic Authentication choice available in IIS7

I do not have the option for Basic Authentication in IIS Manager under IIS=>Authentication. I do have the …

iis-7 basic-authentication
Run multiple sites from one IP in IIS

I have a box with Windows Server 2008 and IIS 7, and I'm using an ASP.NET app. I am trying to …

asp.net iis-7 windows-server-2008 windows-firewall
How does the session timeout work in IIS 7?

In web.config, I set timeout in the sessionState to 20 minutes. According to MSDN, this timeout specifies the number of …

asp.net iis-7 timeout session-state
How do I remove eTag headers from IIS7?

Per Yahoo's best practices for high performance web sites, I'd like to remove Etags from my headers (I'm manually managing …

asp.net iis-7 etag