cannot compile code on network-drive ???

  • Thread starter Thread starter cmrchs
  • Start date Start date
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...
 
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
 
Back
Top