Visual Studio 2008 Professional Edition
Unit Tests
Source
[TestMethod()]
[HostType("ASP.NET")]
[UrlToTest("http://localhost/UnitTestPrj/SampleTestPage.aspx")]
[DeploymentItem("UnitTestPrj.dll")]
public void Test()
{
//uncomment this line if you want to debug
System.Diagnostics.Debugger.Break();
}