error 404 from calling a WebPage
Brought to you by:
jlittle82
Hi,
i just trying nunit asp 1.4.1 with my asp.net app.
While running the first test, i get an error while calling
Browser.GetPage("http://localhost/mypage.aspx");
I am calling the page with the NUnit-GUI.exe
It seems that I don't have enough permissions. Has
anybody an idea what the reason is ?
I am using IIS 5.0 and Windows 2000 Professional
Kind regards
Uli Waibel
uwaibel@t-online.de
Logged In: YES
user_id=1376691
You have to give permissions for the NUnitASP directory to
ASPNET user and also in the properties of the virtual
directory NUnitASP you need to check the Anonymous
permissions in the Directory Security tab. Also uncheck the
Integrated Windows Authentication option in Directory security.