G
Guest
I have an application that when launched under Windows XP, from an IIS web
server, will not read values from the app.config file.
I have looked at the IL code and attempted to reconstruct what
AppSettings["key"] does.
I can create a webclient and download the app.config file and can even
display it in my application. However the AppSettings["key"] approach yeilds
a null value.
It is not a security problem on the web server (at least that I can see), I
can download the app.config file using IE, or through code.
If I run the application from my local machine this problem does not happen
Furthurmore I have disabled DotNet security by using [caspol -s off] so I
can't see any security problems.
Please help. This is a very important application for our organiztion.
server, will not read values from the app.config file.
I have looked at the IL code and attempted to reconstruct what
AppSettings["key"] does.
I can create a webclient and download the app.config file and can even
display it in my application. However the AppSettings["key"] approach yeilds
a null value.
It is not a security problem on the web server (at least that I can see), I
can download the app.config file using IE, or through code.
If I run the application from my local machine this problem does not happen
Furthurmore I have disabled DotNet security by using [caspol -s off] so I
can't see any security problems.
Please help. This is a very important application for our organiztion.