asp.net mvc - mvc Unit Test Provider did not return ProviderManifestToken String -


currently using nunit test , i'm getting "provider did not return providermanifesttoken string" error whenever execute test. figured it's not able access web.config situated in separate project. wondering how go passing connection string unit test project? or have store connection string in unit test project itself? resx file? no? appreciated. thanks!

if have unit-test assembly named school.student.tests.dll, need make sure school.student.tests.dll.config there proper connection string. or need copy connection string web.config app.config in unit test project


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -