Re: Performance issue after conversion to 2.0
- From: "Chris Mullins [MVP - C#]" <cmullins@xxxxxxxxx>
- Date: Fri, 5 Oct 2007 09:44:31 -0700
"KVin" <KVin@xxxxxxxxxxxxxxxxxxxxxxxxx> 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/issues/02/09/securityinnet/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/library/2bc0cxhc(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
.
- Follow-Ups:
- Re: Performance issue after conversion to 2.0
- From: Alvin Bruney [MVP]
- Re: Performance issue after conversion to 2.0
- References:
- Performance issue after conversion to 2.0
- From: KVin
- Performance issue after conversion to 2.0
- Prev by Date: Performance issue after conversion to 2.0
- Next by Date: Re: Performance issue after conversion to 2.0
- Previous by thread: Performance issue after conversion to 2.0
- Next by thread: Re: Performance issue after conversion to 2.0
- Index(es):
Relevant Pages
|