I just found this framework last Friday and really wanted to pass it along to anyone else using ASP.NET. I have been using NUnit for a while now and really do love the fact of being able to write test and know before pushing out a dll that I haven't broken anything during my latest addition, but with ASP.NET there hasn't been (at least as far as I've seen) a way to test the user interface and logic flow until recently. The ASP.NET team wrote a tool (http://www.codeplex.com/as... for them at some ......
I recently convert a ASP.NET 1.1 web app to 2.0 and included MasterPages to define a consistent look, menu etc but ran into a problem with the <meta name="DownloadOptions" content="noopen"/> code. Our site allows users to export data to Excel and text files and also upload pictures and some other file types. Problem is you need to have the <meta name="DownloadOptions" content="noopen"/> tag in the html <header> which exist in the MasterPage and as you know content pages can not ......