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
54
votes
17 answers

Can't use WAMP , port 80 is used by IIS 7.5

I am trying to use WAMP on Windows 7, my WAMP is online, but when I open localhost I get the welcome page of IIS 7.5, although I have uninstalled IIS 7.5 from my PC! Apache server test says that port 80 is used my Microsoft-HTTPAPI/2.0 MS Visual…
user1203861
  • 1,177
  • 3
  • 15
  • 19
53
votes
7 answers

The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration

I am getting error (The configuration section system.web.extensions cannot be read because it is missing a section declaration) while installing my Web Application in Server 2008 32 bit machine with .NET Framework 4.0. but it works well in 2008 r2…
Kevin M
  • 5,436
  • 4
  • 44
  • 46
52
votes
3 answers

"Access to the registry key 'Global' is denied" when accessing performance counters

I'm attempting to read some performance counters from my ASP.NET application. When I do, I get the error "Access to the registry key 'Global' is denied." I have tried following the instructions here and here, using the user IIS…
Katie Kilian
  • 6,815
  • 5
  • 41
  • 64
51
votes
14 answers

401 response for CORS request in IIS with Windows Auth enabled

I'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, but with Windows Auth + disabled anonymous authentication, the OPTIONS request sent always returns a 401 unauthorized…
dariusriggins
  • 1,434
  • 1
  • 15
  • 30
46
votes
1 answer

What is the correct usage of "runAllManagedModulesForAllRequests" in ASP.NET MVC2/3?

I've read various posts and questions about the use of runAllManagedModulesForAllRequests in the modules section of and I'm concerned that I'm using this setting incorrectly. All my ASP.NET MVC applications are written using .NET…
Kev
  • 118,037
  • 53
  • 300
  • 385
44
votes
22 answers

Build succeeds, but publish fails

Up until two days ago, I was able to use Visual Studio 2010's "Publish Web" option by right clicking on my project and clicking the publish button on the context menu. Now when I try to do the same thing, I get the following output: ------ Build…
p.wilt
  • 536
  • 1
  • 4
  • 6
44
votes
4 answers

IIS Manager can't configure .NET Compilation on .NET 4 Applications

i tried to configure the .NET Compilation Settings in the IIS Manager but all i see is an Error Message that tells me that there is an unrecognized element in the web.config file in C:\windows\Microsoft.NET\Framework64\v.4.0.30319\config\. A little…
Noffls
  • 5,397
  • 2
  • 29
  • 36
44
votes
4 answers

How do I get to IIS Manager?

In trying to reconnect and reconfigure an existing project on a new machine, I find here (The Web Application Project [...] is configured to use IIS. The Web server [...] could not be found. ), based on the err msg I got on opening the project, that…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
43
votes
2 answers

Memory Usage of Each Application Pool

I Use IIS 7.5 and I have Some ASP.NET sites and Some Web Services in different Application pools. In current days the Memory of server is in high usage, So how I know each application pool used memory? Is there any way? any suggestion?
Saeid Alizade
  • 853
  • 3
  • 9
  • 18
43
votes
5 answers

How to set up FTP on Azure VM

I need some help setting up FTP on my Azure VM instance. The VM is Windows Server 2012 R2. I have set up the Web Server Role and created an FTP site in IIS. I have confirmed that I can access the FTP server with ftp command: open localhost I…
ChiliYago
  • 11,341
  • 23
  • 79
  • 126
41
votes
1 answer

IIS 7.5 Fixing An attempt was made to load a program with an incorrect format problem?

I have a unusual problem throwing an exception "An attempt was made to load a program with an incorrect format" error? I have two identical websites on the same IIS server and my build configuration works for one of them but not the other. My C# MVC…
JK.
  • 21,477
  • 35
  • 135
  • 214
41
votes
3 answers

Windows Authentication for ASP.NET MVC 4 - how it works, how to test it

I have never used Windows Authentication for ASP.NET MVC web applications before, but Forms Authentication. Recently, I have had an ASP.NET MVC 4 web application that requires a Windows Authentication implementation for users who are granted to log…
Thomas.Benz
  • 8,381
  • 9
  • 38
  • 65
41
votes
4 answers

Unable to authenticate to ASP.NET Web Api service with HttpClient

I have an ASP.NET Web API service that runs on a web server with Windows Authentication enabled. I have a client site built on MVC4 that runs in a different site on the same web server that uses the HttpClient to pull data from the service. This…
40
votes
1 answer

ExecuteRequestHandler spent most of the time

I'm working on some performance related tasks and using new relic to diagnose first. Here is what I have got I'm wondering is it possible to improve on the ExecuteRequestHandler part? Any help will be appreciated. Thanks!
Ryan Chu
  • 1,381
  • 13
  • 20
40
votes
1 answer

Granting access to IIS 7.5 ApplicationPoolIdentity

When I try to access my ASP.NET MVC application I get the error: Access to the path 'C:\inetpub\wwwroot\website\bin\test.Platform.Config.xml' is denied I run IIS 7.5 with an application pool that has the property: Identity:…
Baxter
  • 3,035
  • 3
  • 20
  • 15