Re: Coding over a network.

Tech-Archive recommends: Fix windows errors by optimizing your registry



Check out Code Access Security (CAS)

http://www.knowdotnet.com/articles/declarativesecurity.html

"Alan LeHun" <none@xxxxxx> wrote in message
news:MPG.1ce74d3a46e7ef4e9897f8@xxxxxxxxxxxxxxxxx
>I have an on-going project on my main pc. It stores its serialized data
> on the local machine. I would like, sometimes, to be able to do some
> coding on my laptop using the source and data on my main pc.
>
> I can load the source ok but I get a warning about the project location
> not being "fully trusted". The code runs ok but attempts to load the
> data from the network resource throws up a
> system.security.securityexception.
>
> What do I have to do to make .NET trust other machines on my LAN, or is
> there another method for getting at (and updating) the data?
>
> --
> Alan LeHun


.