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.
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-modeI 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-401I'm working on a website that uses IIS 7's URL rewriting feature to do a permanent redirect from example.com …
iis-7 url-rewritingWe 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-asaxMy 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 dvcsIs there any feature in IIS 7 that automatically deletes the logs files older than a specified amt of days? I …
asp.net iis-7I'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 asposeI'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.0Is 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-metabaseI 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