Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
5
votes
1 answer

IIS 7 can't run ASP.NET MVC application due to missing System.Web.Helpers

I've set up IIS 7 on my Windows 2008 R2 server according to this guide and deployed my ASP.NET MVC application on it via the one-click publishing method in Visual Studio 2010, but the IIS server fails to run the application due to a configuration…
aknuds1
  • 2,095
  • 3
  • 17
  • 23
5
votes
3 answers

Free application or script to monitor App pool memory usage

I want an application or script that displays the following: Worker process, App pool name, memory usage, and optionally cpu usage. I am familiar with using %windir%\system32\inetsrv\appcmd.exe list wp but this just gets me the workerproces id…
notandy
  • 564
  • 1
  • 5
  • 19
5
votes
4 answers

Which CPU configuration for new servers (IIS7 / Windows Server 2008)?

I have a certain budget for ordering a couple of new servers from a vendor. The new servers will run Windows Server 2008/IIS 7 with a lot of web sites (ASP.NET and classic ASP). They don't have to run SQL Server or any other database software. All…
splattne
  • 28,508
  • 20
  • 98
  • 148
5
votes
1 answer

Where to set username/password for BASIC authentication in IIS7

I have a .net web app running on iis7 (windows 2008) and want to add some simple protection to it. I've managed to set up BASIC authentication, but cant work out where I set the username/passwords that are allowed to access the resource
Anthony Main
  • 233
  • 3
  • 9
5
votes
1 answer

ASP.NET custom configuration section declaration breaks IIS Manager Configuration Editor

I have a simple .NET custom configuration component that allows me to specify a custom configuration group and section in my ASP.NET 2.0 (the web project targets .NET Framework 3.5) web application's web.config file: In my web.config I have the…
Kev
  • 7,877
  • 18
  • 81
  • 108
5
votes
3 answers

Certificate Trusts Lists in IIS7

I am trying to enable mutual authentication for my WebService hosted in IIS7. I have the server side cert setup and working but cannot figure out how to get a Certificate Trust List created and setup in IIS7 so that I can require and validate client…
BrettRobi
  • 357
  • 2
  • 4
  • 10
5
votes
1 answer

IIS 7: Disable authentication for certain client IPs

I have a virtual directory that's protected with basic authentication. I'd like to disable authentication for certain IPs, so that all requests from e.g. 127.0.0.1 are allowed without asking for credentials. How can I do this?
5
votes
1 answer

Why is IIS_IUSRS used instead of IUSR for file permissions?

I was recently setting up a Drupal install on IIS7. The setup instructions required that the IIS_IUSRS account be given, temporarily, write access to the settings.php file so it could write the database configuration to the file. In the end I had to…
webworm
  • 604
  • 2
  • 8
  • 18
5
votes
4 answers

500 Internal Server Error after changing .NET Framework Version to 4.0 in IIS7

I just changed my .NET Framework Version of the Application Pools in IIS7 Manager, following Specify a .NET Framework Version for an Application Pool (IIS 7) instructions by Microsoft Technet. Now when I try to re-upload my ASP.NET page, it shows me…
René
  • 241
  • 2
  • 3
  • 10
5
votes
1 answer

Cannot get IIS7 to send cookies to IE

I have a web application that I have created that uses the basic asp.net authentication. The authentication systems are working fine code-wise, however I cannot get IIS7 to send the cookies to IE web browsers. When I browse to my site in Chrome…
KallDrexx
  • 306
  • 1
  • 3
  • 12
5
votes
2 answers

IIS 7 rewriting subdomain to point at a specific port

Having installed Team Foundation Server 2010 on Windows Server 2008, I need an easy URL for our developers to access their repositories. The default URL for the TFS repositories is http://localhost:8080/tfs Now I want the subdomain domain…
Tommy Jakobsen
  • 259
  • 5
  • 10
5
votes
1 answer

Import IIS6 website configuration into IIS7

I have many websites hosted on IIS6 and I want to migrate them to IIS7. It is enough if the basic configuration (folder, virtual folders inside, hostheaders, ) is migrated. a great part of the configuration is in web.config anyway. It is even okay…
sinni800
  • 263
  • 2
  • 11
5
votes
3 answers

AppCmd backup for IIS7 gives access denied error (hresult:80070005)

I have a script I have been using on another Windows 2008 to delete the IIS7 backup of configs and create a fresh one: SET DEST=C:\Backup\Web\IIS7 SET BACKUPNAME=IIS7-CONFIGS %windir%\system32\inetsrv\appcmd.exe delete backup…
TruMan1
  • 435
  • 2
  • 9
  • 18
5
votes
2 answers

Can I set a default domain for a Windows Authenticated website in IIS7?

I have an intranet site using Windows Authentication. When users are prompted for credentials, they enter: User: domain\username Pass: SomePassword It'd be nice if they could leave off the domain\ part which would be filled in with a default…
Michael Haren
  • 1,301
  • 7
  • 18
  • 31
5
votes
2 answers

How to calculate Webserver Bandwidth usage

I have a production web server (VPS) running Server 2008 with II7 and i have been asked to look into the usage of each site (there is about 10 sites running on this server) I have been looking at a http://niknak.org/software/IIsTrafficMonitor but it…
d1k_is
  • 163
  • 9