iis

iis

Uncrippling Windows XP’s IIS 5.1

Scott Mitchell says the best new ASP.NET feature in VS.NET 2005 is the integrated webserver. I agree. No more ditzing around with annoying IIS dependencies and install issues: aspnet_regiis, anyone? Tight coupling of VS.NET to IIS is also number three in K Scott Allen’s worst

By Jeff Atwood ·
Comments

asp.net

ASP.NET NTLM Authentication - is it worth it?

At work, we have the luxury of assuming that everyone’s on an intranet. So when it comes to identity management on our ASP.NET websites, NTLM authentication is the go-to solution. Why trouble the user with Yet Another Login Dialog when you can leverage the built in NTLM functionality

By Jeff Atwood ·
Comments

iis

Killing Zombie Websites

Isn’t it annoying how deleting a folder from your wwwroot$ doesn’t automatically remove the corresponding website in IIS? You have to go into IIS and delete the website. If you’re lazy like me, you probably have about a dozen left-over zombie websites waiting to be deleted (or

By Jeff Atwood ·
Comments

.net 1.0

Side by side issues

This is something of a dying art, since Microsoft is doing their level best to pretend that .NET 1.0 doesn’t exist any more – but here are a few key utilities you’ll need when running .NET 1.0 and 1.1 side by side. Each website on an

By Jeff Atwood ·
Comments

debugging

DCOM, XP SP2, and Remote Debugging

I debug remotely at home, mostly because I prefer not using the crippleware version of IIS. It's kind of a pain to get it running, because you have to be more careful with permissions and configuration, but basically it works. At least, it worked until I installed XP

By Jeff Atwood ·
Comments