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
31
votes
9 answers

WCF service returning 404 on method requests

I have a WCF service page running only WebGets/WebInvokes over SSL - it works fine on my local machine (self signed cert). On production, however, I can reach service.svc (and it gives me the message about how to consume) but service.svc/AnyRequest…
Snuffleupagus
  • 6,365
  • 3
  • 26
  • 36
31
votes
3 answers

IIS AAR - URL Rewrite for reverse proxy - how to send HTTP_HOST

Trying to use AAR as a reverse proxy in front of several back end IIS servers. One public ip address assigned to the server running IIS/AAR Then outbound URL rewrite rules are setup to redirect to one of several back end servers depending on…
Ryan
  • 23,871
  • 24
  • 86
  • 132
30
votes
4 answers

Prevent IIS from serving static files through ASP.NET pipeline

Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default avoided this, but I see the requests on my Application_AuthenticateRequest breakpoint and there's no need to actually authenticate those…
kenwarner
  • 28,650
  • 28
  • 130
  • 173
30
votes
3 answers

Web deploy error to IIS - application pool managedRuntimeVersion

When trying to deploy an ASP.NET application deployment package to IIS, I receive an error (The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v2.0'. This application requires 'v4.0'. I have taken…
John
  • 361
  • 1
  • 3
  • 5
30
votes
5 answers

Detecting Memory Leaks in ASP.NET

My development team is using ASP.NET 3.5 / 4.0 right now, and our sites are running on IIS 7.5. Recently, we've been having problems (about once a week) that are causing Out of Memory exceptions to be thrown in our ASP.NET applications. The…
Aaron
  • 7,431
  • 12
  • 35
  • 37
30
votes
8 answers

Can PHP and ASP.Net run together within the same web site in IIS 7.5?

A portion of our site is done in PHP and a portion of our site is done in ASP.Net. We just set up a new web server with Windows Server 2008 R2 which has IIS 7.5 installed. I understand that IIS 7+ supports PHP, but can PHP and ASP.Net run…
Aaron
  • 1,454
  • 3
  • 22
  • 29
30
votes
2 answers

IIS how to determine ApplicationPoolIdentity account?

Windows Server 2008 R2 Standard ( Microsoft Windows Server Version 6.1 Build 7601: Service Pack 1 ) IIS 7.5.7600.16385 In IIS Manager for a Site assigned an ApplicationPool with Identity = ApplicationPoolIdentity ( the default setting ) , how to…
30
votes
4 answers

Mercurial client error 255 and HTTP error 404 when attempting to push large files to server

Problem: 19/06/10 Update: More evidence problem is server-side. Receiving this error on Windows 7 command line (see below for full traceback): URLError:
coderunner
  • 303
  • 1
  • 3
  • 5
30
votes
4 answers

Semaphore exception - Adding the specified count to the semaphore would cause it to exceed its maximum count

I've been having this SemaphoreFullException for quiet some time. To summarize.. I have hosted an application on IIS 7.5 with ASP.NET v4.0 framework Application Pool (integrated). I am using windows authentication to authenticate my users through…
Ali Haider
  • 467
  • 1
  • 6
  • 15
29
votes
1 answer

Add custom header based on file type

We are trying to add a custom header (X-Robots-Tag) for sitemap files in IIS 7.5. However, it does not appear that IIS supports custom headers based on a file type or wildcard (only subfolders). Can we add a custom header for only *.xml.gz files via…
Matt Beckman
  • 5,022
  • 4
  • 29
  • 42
28
votes
2 answers

Hows does one prevent passwords and other sensitive information from appearing in an ASP.NET dump?

How does one prevent passwords and other sensitive data submitted to and received from ASP.NET web pages in IIS/ASP.NET dump files? Steps to reproduce Using Visual Studio 2010, create a ASP.NET MVC 3 intranet application. Configure it to use…
bloudraak
  • 5,902
  • 5
  • 37
  • 52
28
votes
2 answers

IIS 7.5 remove etag headers from response

I know this question has been asked alot of times, however most of them were in 2009-2010. I am pretty sure a while back a project I was working on removed them, however I cannot find any way to remove them at the moment. So has there been any…
Grofit
  • 17,693
  • 24
  • 96
  • 176
28
votes
4 answers

Proper method to remove www from address using IIS URL Rewrite

What is the optimal way to remove the www subdomain from a url using IIS URL Rewrite?
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
28
votes
3 answers

No Mime Types Option in IIS 7

I have a problem in IIS whereby I have installed a web applcation that runs using .NET but when you navigate to it none of the images are displayed and the CSS is not being used, so the page is completely unformatted. I am stumped by this but I was…
5lovak
  • 411
  • 1
  • 4
  • 8
28
votes
2 answers

IIS 7.5 applicationHost.config file is not being updated

I'm currently playing around with the Microsoft.Web.Administration (MWA) namespace in order to adjust our application to configure IIS 7.5 with the new API. I understood that all IIS level changes should be expressed in the following file (I'm on…
OmriSela
  • 566
  • 1
  • 6
  • 15