I am using Nunitasp for testing .aspx pages.While running the test case in the GUI the following error occurs:
NUnit.Extensions.Asp.DoctypeDtdException : Problems with DOCTYPE DTD: <The remote server returned an error: (407) Proxy Authentication Required.>. Your DOCTYPE is probably incorrect. If you're not sure what the DOCTYPE should be, use <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >, Visual Studio .NET's default.
* I'm working in a intranet network with .net framework 2.0 and microsoft visual studio 2005
Can anyone please help me in getting rid of this error??