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.

Is it safe to set validateIntegratedModeConfiguration=false in order to continue using identity impersonate=true?

We have upgraded an ASP.NET web application from IIS6 to IIS7 integrated mode. Our application uses: <identity impersonate="…

asp.net iis-7 iis-6 impersonation integrated-pipeline-mode
401 Unauthorized error web api mvc windows authentication

I am getting 401 unauthorized error . My web service is written in mvc . in IIS configured to use windows authentication. Below …

c# iis-7 asp.net-web-api http-status-code-401
IIS7 URL Rewriting: How not to drop HTTPS protocol from rewritten URL?

I'm working on a website that uses IIS 7's URL rewriting feature to do a permanent redirect from example.com …

iis-7 url-rewriting
Global.asax not firing for .aspx pages in IIS7

We run a link redirection service which can handle links thrown at it in various formats. One of these formats …

asp.net iis-7 isapi-rewrite global-asax
How to set up Git bare HTTP-available repository on IIS

My server already runs IIS on TCP ports 80 and 443. I want to make a centralized "push/pull" Git repository available …

git version-control iis-7 dvcs
IIS 7 Log Files Auto Delete?

Is there any feature in IIS 7 that automatically deletes the logs files older than a specified amt of days? I …

asp.net iis-7
Why am I still getting "Access to the path 'C:\...\...' is denied" even after granting IIS_IUSRS write permission on the directory?

I've written a method on my controller that auto generates a powerpoint deck for my client and all that works …

asp.net-mvc iis-7 permissions aspose
Changing the physical path of an IIS website on a remote machine via Powershell

I'm currently working on a deployment script that will take my site, export it from svn, remove any testing files …

iis-7 wmi powershell-2.0
Is there something like IIS 6.0 Resource Kit Tools for IIS 7?

Is there something like IIS 6.0 Resource Kit Tools for IIS 7, specially the metabase explorer tool to be able to edit …

iis-7 iis-6 iis-metabase
Any tools to monitor IIS and application performance

I have a web-service application that exposes lot of web-methods ( internally calling internal APIs or external web-services). I would like …

web-services iis-7 monit