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

Conditional location authorization in web.config?

In IIS 7.5 web.config we can set authorization for various paths/folders like so:
JK.
  • 21,477
  • 35
  • 135
  • 214
2
votes
1 answer

why aren't cshtml files rendering iis7.5 windows server 2008

since i've already wasted 5 days on this problem with .cshtml asp.net web pages i figured why not ask the gurus. HTTP Error 404.4 - Not Found The resource you are looking for does not have a handler associated with it. Detailed Error…
user1494864
  • 21
  • 1
  • 2
2
votes
1 answer

Can I use the root web.config to do a global redirect on certain directories?

I'm trying to use the root IIS 7.5 web.config to redirect certain URLS. For instance a perfect example of what I am trying to achieve is redirecting to WebMail. So if someone was to browse to http://www.clientwebsite1.com/webmail they would be…
Anthony
  • 441
  • 1
  • 5
  • 20
2
votes
1 answer
2
votes
2 answers

IIS 7.0 and IIS 7.5 Express URL Routing issue

Update: I change the Question Title and try to make the environment clearly to explain my question! and Important: Thank you for your help, sincerely! Pic1: Remote IIS 7.0: you can see the code and website structure! Pic2: Remote IIS 7.0: you can…
Guest
  • 77
  • 9
2
votes
1 answer

What does ColdFusion's JWildCardHandler do in IIS?

I tried to disable Script permission on a folder for uploads and realized if I don't remove the JWildCardHandler, I would get, HTTP Error 403.1 - Forbidden You have attempted to run a CGI, ISAPI, or other executable program from a directory that…
Henry
  • 32,689
  • 19
  • 120
  • 221
2
votes
1 answer

Error getting directory entry from IIS on Win 7 RC1

I have code that works on Win XP (IIS 5.1) and Win Server 2008 (IIS 7.0) but fails on the Windows 7 release candidate, which runs IIS 7.5. I construct a new DirectoryEntry("IIS://localhost/w3svc"). The DirectoryEntry object returned by the…
Buggieboy
  • 4,636
  • 4
  • 55
  • 79
2
votes
1 answer

How to get x-server variable back in IIS 7.x

I'm not sure if this was a change in IIS 7 or if someone before me actively removed X-Server from the HTTP response headers but I need to be able to tell which server in the farm served the current page. I don't see X-Server in the custom variables…
David Perry
  • 1,324
  • 5
  • 14
  • 31
2
votes
1 answer

IIS 7.5 connection problems

In the last couple of weeks my site has hung. Connections increase but seem to never release. Once it hits 700+ current connections (using the performance tool) the whole site hangs and I have no choice but to do iisreset to get it working again. …
GregInWI2
  • 904
  • 1
  • 17
  • 26
2
votes
0 answers

Url route doesn't work as expected with IIS

I use url routing in my asp.net project, following is my route for product page. RouteTable.Routes.MapPageRoute("product", "{language}/p/{type}/{no}/{product}", "~/Product.aspx", true); expected result is as…
Adam Right
  • 955
  • 6
  • 17
  • 35
2
votes
0 answers

IIS 7.5 Compression & Chunked Transfer Issue

I had to render a json feed. Since the size of the feed is around 10 MB, I decided to enable compression in ASPNET. I enabled dynamic compression for json mime type. Compression works well and reduced the size to 1 MB (significant compression…
2
votes
1 answer

Upgrading to 2K8 Server, An error occurred loading a configuration file: Failed to start monitoring changes to '\\networkshare'

I moved my site off of a 2k3 server over to a 2k8 server. The site has a virtual directory pointed to a network share which has different credentials than the one used by the site. I set the virtual directory to use the correct credentials and it…
rmblstrp
  • 254
  • 3
  • 10
2
votes
3 answers

MVC 4 - Upload Doesn't Work in IE When deployed to IIS 7.5

This problem only happens when I deploy this to our live server, it works fine on my development machine in the visual studio web server, and it is only a problem in IE (8 & 9 both) Posting a jpeg with this form...
2
votes
1 answer

Minification and GZip won't work together

I am using the bundling and minification support to minify my css and Javascript files in my MVC 3 project. The minification works fine but the minified files seem to pass through without compression on IIS 7.5. Is this a known issue? If yes any…
NVM
  • 5,442
  • 4
  • 41
  • 61
2
votes
0 answers

Why do I need to add my application pool identity to the IIS_IUSRS group?

I'm setting up a .NET v4.0 web application on a Windows 2008 R2/IIS 7.5 server that uses a domain account for the application pool identity. When I access the site, I get the following error: The current identity () does not have write access to…
smcolligan
  • 29
  • 1
  • 2