Questions tagged [iis-7.5]

IIS (Internet Information Services) Version 7.5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2008 R2 and Windows 7.

Internet Information Services (IIS7.5) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2008 R2 and Windows 7.

Some IIS Links:

See for more information.

4223 questions
434
votes
14 answers

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

I installed DotNetOpenAuth SDK-3.4.5.10201.vsix, and I can't get it working. It works locally (when I run as localhost), but when I try to publish it doesn't work. The IIS error message I get is: Error Summary HTTP Error 500.22 - Internal Server…
Mikael
  • 5,429
  • 5
  • 30
  • 38
429
votes
4 answers

IIS AppPoolIdentity and file system write access permissions

Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated. My question is: using ASP.NET in IIS 7.5, how does IIS and/or the operating system allow the web application to…
rsbarro
  • 27,021
  • 9
  • 71
  • 75
342
votes
28 answers

ASP.NET MVC on IIS 7.5 - Error 403.14 Forbidden

I'm running Windows 7 Ultimate (64 bit) using Visual Studio 2010 RC. I recently decided to have VS run/debug my apps on IIS rather than the dev server that comes with it. However, every time I try to run an MVC app, I get the following error: HTTP…
Omar
  • 39,496
  • 45
  • 145
  • 213
208
votes
15 answers

Detailed 500 error message, ASP + IIS 7.5

IIS 7.5 , 2008rc2, classic asp, 500 error msg: The page cannot be displayed because an internal server error has occurred. I need to know how to configure IIS to get a more detailed error. I've tried setting to true all of debugging options in the…
egidiocs
  • 2,747
  • 3
  • 21
  • 20
192
votes
4 answers

What is the difference between customErrors and httpErrors?

What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications? What are the guidelines for using each section?
Alan T
  • 3,294
  • 6
  • 27
  • 27
182
votes
19 answers

ASP.NET 4.5 has not been registered on the Web server

In my Win 7 development machine, and in order to use SQL Express instance instead of the localDB installed by default. I unchecked "Use IIS Express" in my MVC 4 project properties page (Web tab), then I got the following error: ASP.NET 4.5 has not…
Sami-L
  • 5,553
  • 18
  • 59
  • 87
179
votes
8 answers

How to increase request timeout in IIS?

How to increase request timeout in IIS 7.0? The same is done under application tab in ASP configuration settngs in IIS 6.0. I am not able to find the asp.net configuration section in IIS 7.0
Dotnet Rocks
  • 1,801
  • 2
  • 12
  • 5
157
votes
24 answers

Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2

This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we get the following error... Here's the error in full: HTTP Error…
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289
144
votes
7 answers

Fixing slow initial load for IIS

IIS has an annoying feature for low traffic websites where it recycles unused worker processes, causing the first user to the site after some time to get an extremely long delay (30+ seconds). I've been looking for a solution to the problem and I've…
Cavyn VonDeylen
  • 4,189
  • 9
  • 37
  • 52
136
votes
22 answers

Script not served by static file handler on IIS7.5

I've just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the application, I had to change to the Classic App Pool, then set that pool for framework 4.0. Now I get the following error: HTTP…
ProfK
  • 49,207
  • 121
  • 399
  • 775
125
votes
7 answers

How to give ASP.NET access to a private key in a certificate in the certificate store?

I have an ASP.NET application that accesses private key in a certificate in the certificates store. On Windows Server 2003 I was able to use winhttpcertcfg.exe to give private key access to the NETWORK SERVICE account. How do I give permissions to…
thames
  • 5,833
  • 6
  • 38
  • 45
106
votes
12 answers

Viewing my IIS hosted site on other machines on my network

At home I have a simple network setup containing 2 machines. On one machine i have a site hosted with IIS7. Rather than the standard localhost/index.htm address I have added an entry in the HOSTS file pointing the local IP (127.0.0.1) to this domain…
Truegilly
  • 1,061
  • 2
  • 8
  • 3
102
votes
34 answers

HTTP 404 Page Not Found in Web Api hosted in IIS 7.5

I have a Web Api application. It works perfectly well when I tested it using the VS 2010 debugging dev server. But I now deployed it to IIS 7.5 and I am getting a HTTP 404 error when trying to access the application. Here is my web.config
Armand
  • 9,847
  • 9
  • 42
  • 75
97
votes
9 answers

"Cannot verify access to path (C:\inetpub\wwwroot)", when adding a virtual directory

I am trying to set up IIS web services and ASP.NET services on Windows Server 2008 R2. The physical directory was created, but I cannot get it to work. This is a fresh IIS Role installation. The server is on a domain, and domain\server$ has…
John Dewey
  • 6,985
  • 3
  • 22
  • 26
96
votes
4 answers

How to Find App Pool Recycles in Event Log

I have configured an app pool in IIS 7.5 to recycle when the memory usage goes above a certain level. I have also configured it to log this information. Where in the event log should I look for this? I have tried filtering based on the source being…
peter
  • 13,009
  • 22
  • 82
  • 142
1
2 3
99 100