![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
Navnit wrote: 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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |