Search Results

0
votes

How do I integration testing to my code written using the ASP.NET Provider Model?

Instead of a "web.config" file in your unit test project, you'll need a "MySite.Test.dll.config" file instead where you can enter the correct configuration for the testing. Note, using this method …