NUnit web.config ASP.NET?
am 20.12.2007 21:36:29 von skneife
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
RE: NUnit web.config ASP.NET?
am 21.12.2007 01:27:01 von brucebarker
app.config in the nunit test project
-- bruce (sqlwork.com)
"skneife@gmail.com" wrote:
> 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
>