![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My app(winforms) runs from a network share and refers to quite a few config files on the network. What is really happening here? I have to have config files on the network. What am I missing? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
"KVin" <KVin (AT) discussions (DOT) microsoft.com> wrote My app(winforms) runs from a network share and refers to quite a few config files on the network. What is really happening here? I have to have config files on the network. What am I missing? It's becoming clear to me now! I don't remember you mentinoning in your previous posts that your config files are on the network. By default, having network config files is going to change the Evidence prodided to .Net, and cause your code to run in a different Trust Zone. Don Box has a good overview of this here: http://msdn.microsoft.com/msdnmag/is...t/default.aspx Essentially you're going to add your remote locations to the "Full Trust" zone using the .Net Configuration Wizard. To do that, follow the "To Adjust Zone Security" instructions here: http://msdn2.microsoft.com/en-us/lib...hc(VS.80).aspx (With all that said, I haven't touched this stuff in 2 or 3 years, and my memory may be a bit hazy...) -- Chris Mullins |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |