Question : Debugging website in Visual Web Developer 2010 Express on network storage?

Hi Experts,

I'm busy using Visual Web Developer Express 2010 to work on a few small projects. Is there a way to work on websites stored on network attached storage rather than on a local drive. I manage to open the websites, but when I run them to debug I get errors. However if I move the website to a local folder and run/debug the website it works fine.

Is there a way to get around this other than replicating the website on multiple computers?? I would prefer to keep it all stored centrally on the network.

Thanks,

Roger

Answer : Debugging website in Visual Web Developer 2010 Express on network storage?

.NET Code Access Security is segmented by zones (Internet, Local Intranet, and Local Machine). The default access for Local Machine is Full Trust, and Medium Trust for the other zones. When you move a project to a network share, it takes on the trust level of the Intranet zone. If you want to change that, you can use the Code Access Security configuration tool to adjust the trust level for the zone that you are working with.
Random Solutions  
 
programming4us programming4us