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
15
votes
4 answers

Increase file upload size limit in iis6

Is there any other place besides the metabase.xml file where the file upload size can be modified? I am currently running a staging server with IIS6 and it is setup to allow uploading of files up to 20mb. This works perfectly fine. I have a new…
JustLogic
  • 1,738
  • 2
  • 12
  • 24
15
votes
5 answers

Get Performance Counter Instance Name (w3wp#XX) from ASP.NET worker process ID

I would like to display some memory statistics (working set, GCs etc.) on a web page using the .NET/Process performance counters. Unfortunately, if there are multiple application pools on that server, they are differentiated using an index (#1, #2…
fsabau
14
votes
1 answer

Is it safe to set validateIntegratedModeConfiguration=false in order to continue using identity impersonate=true?

We have upgraded an ASP.NET web application from IIS6 to IIS7 integrated mode. Our application uses: and therefore we have had to set: Is this sensible? My…
Greg Tarr
  • 496
  • 3
  • 5
  • 19
14
votes
6 answers

URL Rewrite from /default.aspx to /

I'm using the URL Rewriting.NET tool with IIS 6. I've got my default page content set for default.aspx in IIS. What I'm trying to do is have /default.aspx provide a 301 redirect to the root directory (www.example.com/default.aspx ->…
CodeMonkey1313
  • 15,717
  • 17
  • 76
  • 109
14
votes
2 answers

How can I create a new application pool in a Web Setup Project?

I need to deploy my web service. It needs to run in a separate application pool in IIS with its own credentials. Is it possible to do this by using a Web Setup Project in VS 2008? By default, I seem to only be able to choose an existing application…
Grzenio
  • 35,875
  • 47
  • 158
  • 240
14
votes
5 answers

Integrated Windows Authentication showing wrong loggedin user

I have an asp.net 2.0 application running on IIS 6.0. I am using Integrated Windows Authentication. Some users have two network accounts, a personal account and an administrative account. The problem I am facing is that sometimes when they are…
Marwan
  • 1,058
  • 1
  • 11
  • 20
14
votes
1 answer

IIS 6.0 Application Pool crash

Have a lot of troubles on production server. Some routing cause crashing of Application Pool with event id 1011: Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 1011 Date: 1/21/2009 Time: 9:08:17 AM User: N/A …
AlfeG
  • 1,475
  • 4
  • 18
  • 33
14
votes
3 answers

Deploy asp.net mvc beta to iis 6 causing 404's

I'm struggling to get around the 404 errors from asp.net mvc beta when deploying on IIS 6. I had this working in one of the previews by mapping .mvc in IIS but this no longer works. I've read Omar's post and several others on the web and tried their…
Guy
  • 65,082
  • 97
  • 254
  • 325
14
votes
4 answers

Deploying Asp.Net MVC 2 /C# 4.0 application on IIS 6

I got a problem migrating from VS.Net 2008 / MVC 1 to VS.NET 2010 (+C# 4.0) / MVC 2 The web.config has been updated, the site runs well in Cassini, but my problem now is deploying on IIS 6. I updated the web site to run using ASP.Net 4, but whatever…
Mose
  • 1,781
  • 3
  • 16
  • 35
14
votes
2 answers

IIS6 SMTP Server stops for no reason?

I am not sure if anyone else has seen this, but I have the SMTP server configured for IIS6. I am not running exchange, by the way, just the regular SMTP server that comes with windows server 2003 and IIS6. For some reason my SMTP server stops and…
DDiVita
  • 4,225
  • 5
  • 63
  • 117
14
votes
7 answers

Classic ASP: Multiple ASPSESSIONID in cookies

I have a problem with a classic asp page and I just cannot solve it since 3 days. The page is working with Sessions - sometimes it happens that the ASPSESSIONID cookie is set twice in the Request.ServerVariables("HTTP_COOKIE"). This causes the…
swervedriver
  • 166
  • 1
  • 1
  • 5
13
votes
4 answers

Website is running a cached dll somehow after changing it

The situation is I made a minor bug fix to a class, so they want to just deploy the dll affected. They stopped IIS, replaced the dll in the /bin folder of the iis directory for the web site with the new one I gave them, and started iis again. …
dwidel
  • 1,264
  • 1
  • 12
  • 22
13
votes
2 answers

WCF Custom JSONP Binding and httpsTransport

My question revolves around a WCF REST Service for IIS that responds with JSONP. I took the classes in this solution: http://msdn.microsoft.com/en-us/library/cc716898.aspx and added them to mine. Things were working fine on my developer…
user175106
13
votes
2 answers

IIS6 and .Net 4.5?

In the past, the .NET framework has been independent from IIS versions, and have worked with IIS 6+. Will IIS 6 be supported for .NET 4.5?
Inx
  • 2,364
  • 7
  • 38
  • 55
13
votes
4 answers

IIS CSS Caching

When we are developing new sites or testing changes in new ones that involve css after the new code is committed and someone goes to check the changes they always see a cached version of the old css. This is causing a lot of problems in testing…
Greg
  • 7,233
  • 12
  • 42
  • 53