Questions tagged [iis-6]

IIS (Internet Information Services) is a web server application and a set of feature extension modules created by Microsoft as part of Windows. IIS version 6 is shipped with Windows Server 2003 and Windows XP Professional x64 Edition. Both Windows XP and Windows Server 2003 are end of life, so migration to newer releases must be done.

Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft as part of Windows.

IIS version 6 is shipped with Windows Server 2003 and Windows XP Professional x64 Edition.

Both Windows XP and Windows Server 2003 are end of life, so migration to newer Windows releases must be done.

Some IIS Links:

See for more information.

2905 questions
18
votes
6 answers

Is there a way to get images to display with ASP.NET and app_offline.htm?

When using the app_offline.htm feature of ASP.NET, it only allows html, but no images. Is there a way to get images to display without having to point them to a different url on another site?
Joshua Turner
  • 1,029
  • 2
  • 10
  • 16
18
votes
4 answers

IIS6 + HttpModule: This operation requires IIS integrated pipeline mode

I am using IIS6, I've written an HttpModule, and I get this error? After googling the web I find that this problem is caused by the .NET framework 3.5, so I put this on a machine where I didn't install .NET 3.5, but the problem is still there!
sdhjl2000
  • 257
  • 1
  • 4
  • 11
18
votes
6 answers

ASP.NET Session Mix-up using StateServer (SCARY!)

We store two objects in session. Somehow, one of the objects from another user got loaded into a different user's session. The user should have had no access to this particular data, and as soon as they saw it they knew something was very wrong. We…
Josh Stodola
  • 81,538
  • 47
  • 180
  • 227
18
votes
8 answers

How can I determine the number of users on an ASP.NET site (IIS)? And their info?

Is there a way to determine the number of users that have active sessions in an ASP.NET application? I have an admin/tools page in a particular application, and I would like to display info regarding all open sessions, such as the number of…
Samuel Meacham
  • 10,215
  • 7
  • 44
  • 50
17
votes
3 answers

Why am I getting the error "Unrecognized attribute 'targetFramework'" in iis6?

I have a MVC application using .Net 4.0 and have installed it on a server with IIS 6 on it. I installed .Net 4 on the server and changed the ASP.Net version to 4.0.xxx. Unfortunately, I am still getting the error "Unrecognized attribute…
Brian
  • 37,399
  • 24
  • 94
  • 109
17
votes
2 answers

File Security (IP address access restrictions) in IIS7

I have a web service that contains 2 asmx files (public.asmx and private.asmx). On IIS6 I could go to the properties of private.asmx then, from the 'File Security' tab, deny all computers access except the IP address for localhost. In IIS7 I only…
Chris Arnold
  • 5,753
  • 5
  • 35
  • 55
17
votes
3 answers

IIS: web applications warmup

After IIS reset, first hit taking a long time because AppPool is starting and other .NET components, DB connections are initializing. What would be the best way to warm up IIS applications and preload required components (e.g. GAC Assemblies, WCF,…
usman shaheen
  • 3,636
  • 4
  • 30
  • 36
16
votes
1 answer

MVC Mini Profiler on IIS 6

Has anyone been able to get the MVC mini profiler working on IIS 6? I've set up the profiler in my application and it works perfectly in Visual Studio, IIS Express and IIS 7.5 but when I put the exact same application onto IIS 6 it won't work. The…
Adam Flanagan
  • 3,052
  • 23
  • 31
16
votes
3 answers

Hosting WCF on IIS6, does it require any special setup?

Does hosting a WCF service require any special configuration on IIS6?
Loaderman
16
votes
1 answer

Getting a 404 when using .NET 4 on IIS 6, with or without MVC

I've completed this set up on a fair few IIS 6 boxes, but one is giving me a tough time. The problem occurs when I add the application extension mapping to: c:\windows\microsoft.net\framework\v4.0.21006\aspnet_isapi.dll When this is in place, I get…
16
votes
4 answers

Upgrading IIS 5.1 To IIS 6 on Windows XP

Is it possible to update IIS on Windows XP from 5.1 to 6? If so how? Thanks.
David Waters
  • 11,979
  • 7
  • 41
  • 76
16
votes
3 answers

Classic ASP text substitution and UTF-8 encoding

We have a website that uses Classic ASP. Part of our release process substitutes values in a file and we found a bug in it where it will write the file out as UTF-8. This then causes our application to start spitting out garbage. Apostrophes get…
Derek Ekins
  • 11,215
  • 6
  • 61
  • 71
16
votes
5 answers

Hosting Mercurial with IIS 6

I'm trying to set up Mercurial repositories to be hosted by IIS under Windows Server 2003. Following this post I installed Python 2.5.4.4 and Mercurial 1.3, set up virtual dir, extracted library.zip and created hgwebdir.config. However, when I…
Artem Koshelev
  • 10,548
  • 4
  • 36
  • 68
15
votes
4 answers

Difference between IIS 6.0 vs IIS 7.0

We are using Windows 2003 server with IIS 6.0 and thinking of migrating to Window Server 2008 with IIS 7.0 to host our .Net applications Is anyone aware what are the benefits or drawbacks of it?
Miral
  • 5,968
  • 16
  • 57
  • 85
15
votes
5 answers

How do you tell IIS 6 to set the .NET version to 2.0 (not 1.1) When New sites are created?

We create new sites in IIS 6 (Windows Server 2003) using IIS Manager. When these sites are created in IIS 6, the ASP.NET version defaults to ASP.NET 1.1. We would like it to default to ASP.NET 2.0. The reason this is a problem for us is that when…
Rob