How to enable external request in IIS Express?

There’s a blog post up on the IIS team site now explaining how to enable remote connections on IIS Express. Here is the pertinent part of that post summarized: On Vista and Win7, run the following command from an administrative prompt: netsh http add urlacl url=http://vaidesg:8080/ user=everyone For XP, first install Windows XP Service Pack … Read more