|
I have the dedicated server where I host my several websites. One of our websites needs to have the full trust. We have managed to allow that asp.net application to run under full trust security environment.
That application updates a few registry entries and IIS metabase file. Though it is running under full trust, we are receiving the security exceptions. So, now the question is, Do I still need to impersonate the Administrator username (or similar with administrative privileges) for this asp.net application?
Please advise. Any help is appreciated.
|