This my first C# and .Net project and as such, I developed most of the
functionality in small projects to test and learn how to get things done.
Now that each of the projects work I am building a new project, consisting
of two .dlls and one console app, to put all the parts together.
Because this application will run on a server, I created my new project
using a network share. Unfortunately, when I try to run it from the local
machine I get a SecurityExcepti on. I'm sure this is by design. I know
nothing about this and do not know what to look for.
Is there some security configuration I need to update? Where can I find a
book/article that discusses this? Am I going about this all wrong? When I
think of security I think of user acces and network encryption, not the
developer running his own code.
thanks for any references,
bob
functionality in small projects to test and learn how to get things done.
Now that each of the projects work I am building a new project, consisting
of two .dlls and one console app, to put all the parts together.
Because this application will run on a server, I created my new project
using a network share. Unfortunately, when I try to run it from the local
machine I get a SecurityExcepti on. I'm sure this is by design. I know
nothing about this and do not know what to look for.
Is there some security configuration I need to update? Where can I find a
book/article that discusses this? Am I going about this all wrong? When I
think of security I think of user acces and network encryption, not the
developer running his own code.
thanks for any references,
bob