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
1
vote
0 answers

How can i create an IIS 6 WebSite remotely from Win2008R2 command line?

How can i do this if Iisweb.vbs is not available at IIS 6 Management Compatibility and AppCmd.exe only works with IIS7?
1
vote
1 answer

Url rewriting on Godaddy

I am working on a web application***(framework 3.5)***.I had done routing in this by using the following code: http://www.4guysfromrolla.com/articles/051309-1.aspx On local machine everything running fine.But when i deploy the code on IIS 6.0 i am…
Sunny
  • 3,185
  • 8
  • 34
  • 66
1
vote
1 answer

.htaccess condition will omit ranges of ip addresses, but that i can modify as i see valid addresses in logs

I have the following in my .htaccess file: RewriteCond %{REMOTE_ADDR} (\b88\.78\.30\.\d{1,3}|\b182\.\d{1,3}\.\d{1,3}\.\d{1,3}|etc..) RewriteRule (.*) http://www\.foobar\.com/botcatch.html [I,RP] As i look at my logs, i want to exclude valid ip…
1
vote
1 answer

How to Detect Email Bounces with IIS 6 with C#

Just as the question says. I am using IIS 6 to send emails out from my Windows Server with C#. I want to detect bounces with C# from the SMTP email server. Right now, all the bounces get sent to a Gmail account. I could just check and parse each…
SpoiledTechie.com
  • 10,515
  • 23
  • 77
  • 100
1
vote
0 answers

Add a custom http header to subdirectories

Here is the code I am using cscript adsutil.vbs set w3svc/1/ROOT/Test/css/HttpCustomHeaders "Cache-Control: max-age=36000" When I use it an error appears The path requested could not be found. ErrNumber: -2147024893 (0x80070003) Error Trying To…
Gerard Flynn
  • 9
  • 1
  • 5
1
vote
0 answers

URL rewriting in, IIS 6, .aspx

I've developed a small website in VS2012 that utilizes the following rewrite in web.config:
Arne
  • 3,006
  • 1
  • 22
  • 21
1
vote
1 answer

WebAPI for web forms producing 404 on site with SSL

I have not used the WebAPI for Web forms before but have inherited code that uses the WebAPI, so I apologise if this is a stupid question. From the research I have undertaken today our setup seems fairly basic... Route Table definition in…
1
vote
2 answers

MVC on IIS6 - 'Home' links not working correctly

I'm deploying a MCV 1.0 project on a web server running IIS6. (not by my choice) I've thru Steve Sandersons article Here and Phil Haack's article but I'm still having probelms. Right now I'm trying to implement Option 2 from Steve Sandersons…
Mark Buckley
  • 267
  • 1
  • 4
  • 14
1
vote
3 answers

WCF developed in 4.0

I have developed my WCF in 4.0 and still it is hosted in IIS 7. Suddenly the Client requirement changes and now wants to host in IIS 6. Will I face some hosting problem?
Jankya
  • 966
  • 2
  • 12
  • 34
1
vote
2 answers

Severity 14 error state 16 on our SQL Server 2005 ,login failed for user 'username'

We had the problem with source: logon error:18456,severity:14, state 16 login failed for user 'user name' client [XXXX] XXXX: is our IP address on our SQL Server 2005 machine. The important points are The error came and gone by itself That to…
Manikanta
  • 71
  • 2
  • 4
1
vote
3 answers

IIS7 fails to load aspx pages

I've been trying to migrate a fairly large web application from IIS6 to IIS7 the past few days, but every time it seems like we're about done, IIS7 fails to load aspx pages. The application is a .net 3.5 webapp that makes heavy use of reflection and…
Evan Larkin
  • 377
  • 2
  • 6
  • 16
1
vote
1 answer

ASP.NET MVC application running II6 with wildcard mapping using only 3 threads

During the performance testing of our ASP.NET MVC application I discovered interesting bottle neck. The application is using only 3 managed threads. I checked maximum thread pool size. It's 200 and we are having 197 available threads. I checked…
Jakub Šturc
  • 35,201
  • 25
  • 90
  • 110
1
vote
1 answer

"Enable HTTP Keep-Alive" in IIS cause disruption?

I have a production web site in IIS 6 where I need to change the value of the "Enable HTTP Keep-Alive" checkbox. Will that cause production disruptions? Recycles, app domain restarts, or similar?
Chris
  • 4,030
  • 4
  • 47
  • 76
1
vote
0 answers

Windows Server 2003 64bit IIS 6.0 Service Unavailable

I created a MVC 4 Web Api and ran all the configurations to get it running, but I get the error mentioned above. The event log says I am running two version of .NET I have enabled 32 bit applications on the server This is the proof of .NET 4…
1
vote
1 answer

Receiving a WCF callback service from a ASP.NET web app hosted in IIS

I have been working on this issue for a couple of days now. The problem has 3 working parts. I have a ASP.NET site , WCF IIS hosted service and WPF xbap app. What I'm trying to do is pass variables from the ASP.NET site to the WPF xbap app. So I…
Scott
  • 11
  • 4
1 2 3
99
100