cannot compile code on network-drive ???

C

cmrchs

Hi,

I try to build code that is located on a network drive but allways get a
Security Exception ???

How can I solve this ? (we need to keep the code on the server)

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
T

tomb

Hi,

I try to build code that is located on a network drive but allways get a
Security Exception ???

How can I solve this ? (we need to keep the code on the server)

thanks
Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
Go to the project properies page, click on configuration properties,
build, and set the output path to be one on your local machine. It
defaults to a relative path to where the code is residing. Or, you can
find the security setting ( I don't remember where this is ) and tell
..net that the network drive is a trusted drive. The first option is
probably easier, and the app will run faster.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top