VS 2008 Web Tests on Windows 7

Tags: .NET, ASP.Net, Visual Studio

I faced tons of problem on IIS 7/Windows 7 with the web tests (ASP.Net) using Visual Studio 2008. The following blog post from Alan really makes it clear how to make it work (although it is not intended to run on Windows 7). Very simple, very good job Alan!

Keep in mind: You need to open the Visual Studio 2008 “run as Administrator” in order this to work.

http://www.gangleri.net/2007/12/29/UnitTestingASPNetApplicationsWithVisualStudio2008.aspx

Hope this helps who is stuck with the web testing issues on Windows 7.

No Comments