Hi!
When running NUnit tests against my ASP.NET application I want the
values in
the web.config to be loaded, otherwise connectionstrings and other
configurations won't be availible and the tests will fail.
How do I load the web.config from the NUnit tests?
Sam
bruce barker - 21 Dec 2007 00:27 GMT
app.config in the nunit test project
-- bruce (sqlwork.com)
> Hi!
>
[quoted text clipped - 6 lines]
>
> Sam