asp.net mvc - Web.Config issue with Unit Testing -


i trying unit test lot of mvc controllers, unfortunately keeps failing because needs lot of settings web.config..

which copied on not read it, i'm needing membership , rolemanager can't add app.config either, i've been able connection strings , application settings work with..

any idea how web.config work mstest?

mock http://www.asp.net/learn/mvc-videos/video-365.aspx


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -