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
2 answers

IIS Identities: Application Pool vs Connect As in Basic Settings

In the Basic Settings section of a website in IIS 7.5, there is an option to specify a user account via Connect As.... If this is kept off, pass through authentication is used. I assumed that would use the identity of the Application Pool however…
Marcus
  • 400
  • 2
  • 5
  • 16
5
votes
1 answer

Saving website level rewrite rules to applicationHost.config

Is it possible to save rewrite rules configured on the level of a website to the applicationHost.config, while using IIS Manager? (I know how to do that manually) By default they are saved to Web.config file. I need it to get rules deployed to other…
Tomek
  • 153
  • 6
5
votes
0 answers

W2K8 R2 ApplicationPoolIdentity and gigs of data filling up drive

I run an IIS7 web server and use ApplicationPoolIdentity with 'Load User Profile' and my primary hard drive is filling up fast. The C:\Users directory is filling up with temporary data. For example, C:\Users\website1.com and C:\Users\website2.com…
dimos
  • 159
  • 1
5
votes
1 answer

IIS7 Web Farm Framework 2.0 Basic Setup Questions On Load Balancing

Possible Duplicate: IIS7 Web Farm Framework 2.0 Basic Setup Questions On Load Balancing Pardon the basic questions but I can't seem to find any basic answers. I'm in the process of standing up a standard server farm using Web Farm Framework 2.0.…
5
votes
1 answer

IIS 7 password protect folder and files

I am using IIS 7 and I would like sombody to tell me how to password protect a folder. And how would you get the username and password dialog to show when someone tries to download a file in that directory.
shad
  • 65
  • 1
  • 1
  • 5
5
votes
2 answers

Non-domain IIS using domain user for AppPool identity?

Is there any way to get IIS7 on a non-domain computer (a Windows 7 development VM in this instance) to use a domain account for an AppPool identity? I can input the credentials (domain/username, etc.) but then the AppPool throws an error about the…
5
votes
1 answer

IIS Configuration Management... Alternatives to MSDeploy and Web Farm Framework?

In my experience both IIS Web Farm Framework and MSDeploy is doing a really poor job of managing configurations between servers. While the idea behind the Web Farm Framework and MSDeploy is awesome, I don't think any of those two have done a good…
JohannesH
  • 369
  • 2
  • 5
  • 21
5
votes
2 answers

How NLB will work with IIS-7 web services?

We'are going to join 2 (two) IIS7 web-servers into NLB with the same web-service published (2 instances of the same web-service one per web-server). Do I understand correctly, that NLB will work for my web-services, delegating web requests to one…
Andrew Florko
  • 175
  • 1
  • 2
  • 8
5
votes
2 answers

Is it possible to create an internal SSL certificate with Subject Alternative Names

Having just upgraded from Exchange 2003 to Exchange 2010, I'm attempting to create a certificate that can be used both internally and externally (by staff). Previously with exchange 2003, we didn't need an certificate for internal use, so we simply…
Bryan
  • 7,628
  • 15
  • 69
  • 94
5
votes
3 answers

IIS7 - email alert when an Application Pool stops?

I am using IIS7 for my web app, and for some reason, once in awhile the Application Pool crashes (stops). I would like to receive an email notification when this happens. Is this possible? If so, how? Or, should I be looking at a server monitoring…
pearcewg
  • 183
  • 3
  • 8
5
votes
2 answers

ASP.NET app eating memory. Application / Session objects the reason?

So we're stress testing an ASP.NET application developed by an external company. We're doing roughly 50 requests per second, and after about half an hour each of the 48 worker process (w3wp.exe) is up to about 400 MB and counting. Running on…
Nilzor
  • 185
  • 2
  • 9
5
votes
3 answers

Accessing static content of an ASP.Net MVC project with IIS7

I've pointed my local IIS 7 to my local ASP.Net MVC project and everything is working fine except for the static content. Going to http://localhost:8080/Content/Site.css gives me a 404. I can see the folder on IIS Manager. Any ideas what might be…
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83
5
votes
5 answers

HTTP 500 Error not being tracked in IIS's "Failed Request Tracing"

I created a new site in IIS7, added a new application underneath that site. When trying to then use an ASP.NET web service that is housed underneath this new application, I get an HTTP 500 Internal Server Error. I've looked through the Event logs,…
user10095
5
votes
1 answer

IIS get back default config

How to reset IIS to get back to the default configuration (no applications installed)?
sultan
  • 287
  • 3
  • 10
5
votes
3 answers

How do you prevent IIS accepting TCP connections when stopped?

I am running IIS 7 on a windows 2008 R2 machine and have found that stopping IIS does not prevent it accepting connections. Stopping IIS won't even kill an active telnet session on port 80. The server continues to show 404 pages. Am I missing…
jhappoldt
  • 153
  • 5