Tagged Questions
IIS (Internet Information Services) Version 6 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
33
votes
5answers
2k views
IIS 6.0 wildcard mapping benchmarks?
I'm quickly falling in love with ASP.NET MVC beta, and one of the things I've decided I won't sacrifice in deploying to my IIS 6 hosting environment is the extensionless URL. Therefore, I'm weighing ...
28
votes
10answers
26k views
What does an IISReset do?
On IIS 6, what does an IIS Reset do?
Please compare to recycling an app pool and stopping and starting an ASP.NET web site.
If you replace a DLL or edit/replace the web.config on an ASP.NET web ...
23
votes
8answers
6k views
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 ...
20
votes
5answers
10k views
How do you work out the IIS Virtual Path for an application?
When I try to change the ASP.NET version to v4 on IIS 6, I receive the following warning:
Changing the Framework version requires a restart of the W3SVC service. Alternatively, you can change the ...
15
votes
5answers
2k views
ASP.NET MVC3 and Windows Auth on IIS keeps redirecting to /Account/Login
I'm running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit a page that requires authentication. It then is auto-redirecting to /Account/Login when I have no ...
15
votes
5answers
5k views
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 ...
14
votes
4answers
9k views
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 ...
14
votes
4answers
12k views
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 ...
14
votes
7answers
6k views
Unmanaged DLLs fail to load on ASP.NET server
This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008.
This website uses two unmanaged external DLLs which are not .NET and I do not have the source code to ...
14
votes
10answers
3k views
What happens when I edit web.config?
I need to edit the web.config file on a live Sharepoint environment, but I'm unsure what will happen if I do (I want to output custom errors).
Will this cause the IIS6 worker process to recycle?
...
13
votes
1answer
423 views
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 ...
13
votes
3answers
6k views
ASP.NET MVC eurl.axd errors
Using the following steps:
(I have checked this similar post, which does not solve my problem.)
Under Windows Server 2003/IIS6, I create a new site called "testapp"
In VS2010, I create a new ...
13
votes
6answers
3k views
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 ...
13
votes
7answers
7k views
CustomErrors does not work when setting redirectMode=“ResponseRewrite”
In a old site, I was changing the way that CustomErrors works by adding redirectMode="ResponseRewrite" (new in 3.5 SP1)
The thing is that it shows me the generic error page (the one that you get when ...
13
votes
5answers
19k views
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.
12
votes
2answers
2k views
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. ...
12
votes
8answers
24k views
What causes an HTTP 405 “invalid method (HTTP verb)” error when POSTing a form to PHP on IIS?
I have one form in a PHP (5.2.9-1) application that causes IIS (Microsoft-IIS/6.0) to throw the following error when POSTed:
The page you are looking for cannot be displayed because an invalid ...
12
votes
6answers
4k views
Avoiding 401 response for each request using NTLM
We have here an asp.net 3.5 application using NTLM based windows authentication.
The system runs on a private network that actually distributed over different geographic places (connected via VPN).
...
12
votes
3answers
5k views
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 ...
12
votes
3answers
11k views
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 ...
11
votes
5answers
2k views
How to secure Elmah.axd?
We're using Elmah as our error logging system for an app that will be going into production soon. It's extremely useful, but if it goes into production like this anyone in the world access the error ...
11
votes
4answers
3k views
programatically 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 ...
11
votes
3answers
5k views
Hosting WCF on IIS6, does it require any special setup?
Does hosting a WCF service require any special configuration on IIS6?
10
votes
4answers
4k views
Display custom error page when file upload exceeds allowed size in ASP.NET MVC
My main issue is that I want to display an custom error page when an uploaded file exceeds allowed size (maxRequestLength in web.config).
When the big file is uploaded an HttpException is thrown ...
9
votes
1answer
194 views
ASP.NET gurus - small issue when setting app domain name for sharing SQL session in scale-out scenario
We have scaled-out some portions of our ASP.NET app to run on one server, and other portions to run on another server (& under a subdomain).
The two servers share (SQL Server) Session. We used ...
9
votes
2answers
2k views
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 ...
9
votes
3answers
4k views
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com
I am getting "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com" when I try to send the mail using ASP.NET. The site is deployed on IIS7, Windows 2008 server.
The ...
9
votes
6answers
12k views
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?
9
votes
2answers
9k views
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
...
9
votes
2answers
21k views
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 ...
9
votes
3answers
7k views
Get IIS6 to serve JSON files (inc. POST,GET)?
By default, IIS6 does not serve .json (no wildcard MIME type).
Therefore a 404 not found is thrown. I then add a new MIME type (.json, text/plain or application/x-javascript or application/json) ...
7
votes
5answers
800 views
Local ASP.NET MVC Suddenly Very Slow; Load times > 1 minute
Over the last few weeks I've been subject to a sudden and significant performance deterioration when browsing locally hosted ASP.NET 3.5 MVC web applications (C#). Load times for a given page are on ...
7
votes
1answer
786 views
Getting a 404 when setting up MVC in IIS 6 and using .NET 4 beta 2
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:
...
7
votes
4answers
2k views
Path 'PROPFIND' is forbidden?
I am receiving the following error but can't seem to make sense out of it within the context that it's happening:
Message
Path 'PROPFIND' is forbidden.
StackTrace
at ...
7
votes
3answers
2k views
First request is very slow after website sits idle with Asp.net mvc IIS6
I have a project in asp.net mvc, my hosting is using IIS6, and the first request after the website sit's idle is very slow.
I looked at, http://forums.asp.net/t/1418959.aspx and asked the hosting for ...
7
votes
3answers
3k views
What Causes “Internal connection fatal errors”
I've got a number of ASP.Net websites (.Net v3.5) running on a server with a SQL 2000 database backend. For several months, I've been receiving seemingly random InvalidOperationExceptions with the ...
7
votes
7answers
4k views
How to upgrade IIS 6 web app, so it opens in visual studio on machine running IIS 7
My web apps created in VS 2008 on Windows Server 2003, refuse to open in VS 2008 on Windows Server 2008.
"The Web Application project 'MyProjectName' is configured to use IIS. To access local IIS ...
7
votes
6answers
2k views
Does DefaultAppPool run with special elevated privilegs on IIS?
I'm running a piece of code within a web page that queries the IIS metabase using ADSI. The code is as simple as this:
DirectoryEntry iisNode =
new ...
7
votes
2answers
7k views
What might be causing the“The client disconnected” ASP.NET exception?
My .NET 3.5 application sporadically throws the following exception System.Web exception:
The client disconnected
Any ideas why this exception is occurring? My application is running on a load ...
7
votes
4answers
2k views
How can I determine which w3wp.exe process belongs to which web site?
I have an IIS6 web server that is hosting two application pools. Occasionally, one of the w3wp processes will spike the CPU for a while, and both app pools seem to suffer the consequences. I'm not ...
7
votes
2answers
5k views
WCF sessions with HTTPS
I cannot figure out how to enable per-session instances for my WCF service while using HTTPS. (I'm not an ASP.NET expert but don't want to use ASP.NET session state if possible.) I am using .NET ...
7
votes
4answers
5k views
WCF and Multiple Host Headers
My employers website has multiple hostnames that all hit the same server and we just show different skins for branding purposes.
Unfortunately WCF doesn't seem to work well in this situation.
I've ...
7
votes
4answers
6k views
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, ...
7
votes
6answers
18k views
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. ...
7
votes
3answers
2k views
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?
6
votes
4answers
724 views
Java: Is there a way of changing the received HTTP Response headers?
I'm using a JAX-WS generated client (using wsimport, the one bundled with Glassfish 2.1.1) to connect to a ASP.NET generated WebService running in a IIS 6.
When I request compression in the response ...
6
votes
2answers
3k views
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 ...
6
votes
3answers
927 views
Settings up a Mercurial server on IIS 6
I've set up a Mercurial server on a Windows 2003 / IIS 6 machine and when I try to pull the repository I get the following sequence
requesting all changes
adding changesets
adding manifests
adding ...
6
votes
3answers
3k views
In WiX how can I select an IIS website by name?
What I would like to do is show the installer user a list of the websites on their server and allow them to choose one (using the method described here: ...
6
votes
4answers
8k views
IIS 404 Custom Error not working as expected
I'm working on IIS6, ASP.NET, VS2008. The web site uses a custom error handler to catch 404 errors and serve an alternate page. When presented with an url of the form:
...