> I want to create a website in IIS which has its ApplicationPath or Virtual
> Directory from a network share.
. . .
> When I try to do the above I get a "Code Access Security" error, which is
> justified since I am trying to execute code from a network share.
You need set up the Code Access Security Policy (ob the web server
machine) to allow code to run from the network share where the
assemblies reside.
Either use the Framework Configuration "thing" in [Control Panel/]
Adminstrative Tools or read up on caspol.exe, which does all the same
things, just from the command line.
Regards,
Phill W.
Navnit - 29 Sep 2006 21:01 GMT
Thanks Phill
I'll check it out.
Thanks again...
> > I want to create a website in IIS which has its ApplicationPath or Virtual
> > Directory from a network share.
[quoted text clipped - 12 lines]
> Regards,
> Phill W.