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?
Comments
Post a Comment