Questions tagged [iis-7]

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

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

Some IIS Links:

See for more information.

9490 questions
4
votes
1 answer

IIS7 and 32bit Application Pool

Is there a performance compromise if the Application pool in IIS7 is set to 32bit enabled. Any blog or aritcle on this or any one has experienced this. Regards
Verybiztalker
  • 75
  • 1
  • 7
4
votes
1 answer

Create a Global IIS 7 rewrite rule

I have wildcard A records (* and *.*) for my domain pointing to my dev machine. Basically, any subdomain that is not www is pointed to my dev machine (except the root). I never want my dev machine to be index or "followed" by search engines. What I…
David Murdoch
  • 87,823
  • 39
  • 148
  • 191
4
votes
3 answers

Unable to set up WebDAV with IIS 7

Two symptoms... First, here's the situation: I'm running IIS 7 on a Windows 7 box. I'm trying to set up WebDAV but am running into problems. I followed the directions in this article to set things up in…
mahdaeng
  • 791
  • 4
  • 15
  • 25
4
votes
1 answer

How to support dots in WebApi2 urls for a pool running in Classic mode

I need to support dots in urls such as http://myserver/product/find?name=the.product.name for a pool running in Classic mode. There are good questions and answers here: Dot character '.' in MVC Web API 2 for request such as…
Sylvain
  • 19,099
  • 23
  • 96
  • 145
4
votes
3 answers

IIS7 / WPAS: Multiple WCF services in same AppDomain?

If host my WCF services in IIS7 or WPAS, is it possible to load up two or more services into the same AppDomain so that they can share static variables?
Wayne Bloss
  • 5,370
  • 7
  • 50
  • 81
4
votes
1 answer

httpErrors ExecuteUrl not redirecting

I have an asp.net hybrid web forms/mvc application. I'm attempting to use the httpErrors tag in my web.config to redirect to a custom error page when a user attempts to upload a file that exceeds my maxAllowedContentLength. While the "Redirect"…
Tom Regan
  • 3,580
  • 4
  • 42
  • 71
4
votes
1 answer

Using IIS7's Rewrite Module and a database

My company converted from an old website to a new one and we have a bunch of old pages with URLs like this: www.example.com?foo.aspx www.example.com?foo.aspx?ID=B&utm_source=Foo www.example.com?foo.aspx?ID=C&utm_source=Foo Those URLs need to go to…
Ben Hoffman
  • 8,149
  • 8
  • 44
  • 71
4
votes
3 answers

Certificate Trust Lists and IIS7

I need to generate a CTL for use with IIS7. I generated a CTL file using MakeCTL (on Win2k3 SDK) and put only my own RootCA certificate in the CTL. However, when I then use adsutil.vbs to set my website to use this CTL, I get: ErrNumber: -2147023584…
Neil Deadman
4
votes
1 answer

Windows Server 2008R2 IIS Appcrash - System.StackOverflowException

We have a asp.net MVC web application hosted on several servers of our customers. Recently on only one of them, apppool is recycled about every 15 minutes. I've checked the event viewer and there is no "Warning" level log that contains some help on…
Hosein
  • 581
  • 1
  • 7
  • 29
4
votes
3 answers

How can I modify a POST request using a custom IHttpModule and an HttpRequest filter?

Overview I want to be able to modify request parameters and content to 3rd party web services (ArcGIS Server). This will be used to create a security layer that exists between any client application and the server application. I think that I have…
Ryan Taylor
  • 8,740
  • 15
  • 65
  • 98
4
votes
0 answers

Why is the server sending an http 200 response instead of expected 206?

History: We are delivering .mp4 video via http partial request streaming. It works fine except on iPad/iPhone and we have followed all of the recommended procedures for encoding .mp4 files for iOS devices so the issue is not the files themselves. …
brianc
  • 455
  • 2
  • 21
4
votes
2 answers

Windows Authentication succeeds but IsAuthenticated == false

Environment is IIS 7 integrated pipeline, ASP.NET 4.0. I have a .aspx page configured without anonymous authentication and with windows authentication:
Donnie Hale
  • 381
  • 1
  • 3
  • 12
4
votes
3 answers

Static content caching

We are using IIS7 and dotnet 3.5 in our company to build different web applications used by our internal as well as external customers. It has been recommended that we start using static content caching to cache image and html files. My…
Kheat
  • 43
  • 3
4
votes
3 answers

SVG still not appearing after adding mime type

I am trying to display an svg image. When I display the svg image with the below code is does not display. Logo I also tried this syntax, but then it downloads instead of displaying.