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.

2900 questions
25
votes
5 answers

IIS and Apache (WAMP) running

How can we run IIS 6 and Apache (wamp) in same machine at same time?
chrithccmc
  • 997
  • 4
  • 12
  • 17
25
votes
8 answers

ASP.NET MVC on IIS6

Where can I find some good pointers on best practices for running ASP.NET MVC on IIS6? I haven't seen any realistic options for web-hosts who provide IIS7-hosting yet. Mostly because I don't live in the U.S. So I was wondering on how you best build…
Seb Nilsson
  • 24,850
  • 29
  • 95
  • 124
25
votes
6 answers

Send mail using localhost SMTP

I am trying to setup SMTP server on IIS for sending mails. The SMTP server is intended to be used by the ASP.NET code in C#. I was previously using gmail smtp wherein i provided the smtp.gmail.com as host with secure port and my gmail uid/pwd. That…
pencilslate
  • 12,238
  • 17
  • 54
  • 72
24
votes
1 answer

How can you get a .NET 4.5 website to run on IIS6?

I've got an old Windows 2003 server running IIS 6, and I chose .net 4.5 for my latest web app. Problem is I can't get it to run on the server... .NET 4.0 framework is installed. I've run aspnet_regiis and deployed the website. I gave it it's own…
CodeRedick
  • 7,062
  • 7
  • 43
  • 70
23
votes
2 answers

User ASP.NET runs under

I'm a bit confused about how ASP.NET, what user it runs under? On iis 7.5 and on 6.0 A few of the user accounts that I'm not clear on are Network Service IUSR AppPool Any clarification on the different users would be appreciated and security…
Curtis White
  • 5,913
  • 12
  • 54
  • 79
22
votes
8 answers

Parse errors are not displayed

I want PHP to display parse errors on screen. What I get instead is a blank page. Nothing gets written to server's error log file. My setup: PHP5.2.9/IIS 6 (not Apache!). My PHP.INI: error_reporting=E_STRICT display_errors =…
temuri
  • 2,521
  • 4
  • 36
  • 58
22
votes
1 answer

Is there a difference between SSLv3 and TLS1.0?

Is there a difference between SSLv3 and TLSv1? How does IIS6.0 control what type of security is used for a website enabled with HTTPS? MS says that there is a hierarchy in which the security and encryption level is negotiated before connection is…
Nishith
  • 593
  • 3
  • 6
  • 16
21
votes
7 answers

Why can't I connect to a WCF service with net.tcp but i can with http?

I have a WCF service running on the IIS with a ServiceHostFactory. It's running fine with the WSHttpBinding but because of the speed and everything being on the same network (no firewalls) i want to speed up things a bit using the NetTcpBinding…
Per Hornshøj-Schierbeck
  • 14,299
  • 19
  • 76
  • 100
21
votes
7 answers

How do I recycle an IIS AppPool with Powershell?

I haven't really done any Windows scripting at all, so I am at a loss on how to pull this one off. Anyway, basically what we want to do is have a script that will take an argument on which IIS AppPool to recycle. I have done some research on…
Frew Schmidt
  • 9,184
  • 15
  • 60
  • 84
21
votes
3 answers

Web App getting Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

I see that many people get this error, but their situations all appear a little different from mine. I have a ASP.NET 4.0 web app that runs in IIS 6.0 on a Windows 2003 Server. When I Remote to the web server box and log on there and access the…
Chad
  • 21,566
  • 46
  • 173
  • 299
20
votes
5 answers

programmatically control output caching - disable or enable cache according to parameter value

We've got a fairly standard e-commerce scenario with paged lists of products within categories. For better or worse, about 80% of visitors never navigate past the first page, depending on the category there may then be 5-10 more pages of results…
Andrew M
  • 8,419
  • 6
  • 43
  • 61
19
votes
6 answers

WCF not running under IIS 6.0

Trying to get my WCF service running under IIS 6. I have created the .svc and aspnet_isapi.dll mapping according to: http://msdn.microsoft.com/en-us/library/ms752241.aspx When viewing the Server1.svc page, I am getting a 404. I have tested the site…
Blankman
  • 236,778
  • 296
  • 715
  • 1,125
18
votes
5 answers

ASP.NET routing on IIS 6

I have created a basic site using ASP.NET routing according to Mike Ormond's example "Using ASP.NET routing Independent of MVC". This works fine on my local machine running the built-in web server. However, when I deploy it to my server (Windows…
Peter
18
votes
5 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,000
  • 2
  • 9
  • 16
18
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
  • 35,135
  • 22
  • 88
  • 108