18
votes
4answers
792 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 …
13
votes
8answers
1k 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 …
13
votes
10answers
5k 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 …
12
votes
10answers
800 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?
…
8
votes
4answers
429 views
Avoiding 401 response for each request using NTLM
HI,
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 …
8
votes
4answers
1k 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 …
6
votes
6answers
3k 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. …
6
votes
8answers
296 views
Whats the best way to securely publish a site post build?
So, in your experience, whats the best way? Is there a secure way that's also scriptable/triggerable in a build automation tool?
Edit: I should mention this is windows/.net and I'll be deploying to …
5
votes
5answers
695 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 …
5
votes
3answers
297 views
Do you lose functionality when hosting ASP.NET MVC on IIS 6? If so, what?
As a dev team, we're looking to switch to asp.net MVC and I've heard rumors about IIS 6 not being able to support all of the MVC functionality. Is this true? Is there any official set of …
5
votes
4answers
1k 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 …
5
votes
1answer
529 views
How do I programatically disable Etags in iis 6
I'm trying to turn Etags off on iis 6 since I'm load ballancing multiple servers, I don't want the etag to become a problem.
5
votes
3answers
1k 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 …
5
votes
5answers
706 views
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 …
5
votes
3answers
2k views
How can you load balance an IIS 6 hosted WCF Service?
We use BigIP to load balance between our two IIS servers. We recently deployed a WCF service hosted on by IIS 6 onto these two Windows Server 2003R2 servers.
Each server is configured with two host …
