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.

X-Frame-Options Allow-From multiple domains

I have an ASP.NET 4.0 IIS7.5 site which I need secured using the X-Frame-Options header. I also need to enable …

asp.net security iis-7 header internet-explorer-9
Using Custom Domains With IIS Express

Traditionally I use custom domains with my localhost development server. Something along the lines of: dev.example.com dev.api.…

iis iis-7 iis-express
How do I create a user account for basic authentication?

I'd like to add basic authentication to my website. I followed the instructions in the MSDN article on Configure Basic …

iis iis-7 basic-authentication
Enable IIS7 gzip

How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 …

iis iis-7 compression gzip
How to register ASP.NET 2.0 to web server(IIS7)?

I have a web-page application already created, but when I open it in visual studio 2008, it says there that: ASP.…

iis iis-7 asp.net-2.0
Maximum value of maxRequestLength?

If we are using IIS 7 and .Net Framework 4, what will be the maximum value of maxRequestLength?

.net iis-7 .net-4.0 maxrequestlength
Invalid application path

IIS7 Windows 7 64bit No matter what I do I can't seem to add an application to a web site. When …

iis-7
IIS7: Setup Integrated Windows Authentication like in IIS6

This is for IIS 7 on a Windows Server 2008 that is not part of an AD domain. I would like to …

authentication iis-7 windows-authentication
"405 method not allowed" in IIS7.5 for "PUT" method

I use WebClient type to upload *.cab files to my server. On the server side, I registered a HTTP handler …

iis iis-7
Request is not available in this context

I'm running IIS 7 Integrated mode and I'm getting Request is not available in this context when I try to access …

asp.net iis-7