While working with ASP.NET, if you face this error

Image 1.
Then make sure you have below tag in your web.config file:
- <hostingEnvironment shadowCopyBinAssemblies="false" />

Image 2.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
While working with ASP.NET, if you face this error

Image 1.
Then make sure you have below tag in your web.config file:

Narasimha Reddy ChennupalliPosted Jul 12, 2015, 10:27 AM
Good one...
Santhakumar MunuswamyPosted Jul 11, 2015, 3:41 AM
Thanks for sharing