[NUnitAsp-devl] NUnitAsp with authentication
Brought to you by:
jlittle82
From: <lia...@op...> - 2004-10-13 04:06:13
|
Hi, While this is not exactly a good explanation of anything, I did get NUnitAsp working with authentication. My solution was to add the following line of code to my tests: browser.Credentials = System.Net.CredentialCache.DefaultCredentials I hope this is useful. Regards, Liam |