Wednesday, September 10, 2008

Application State Variables - Conflicts

YEA!! I finally was able to get past some issues that I have been having with IIS on and off again. The problem that I ran into was that I could not debug/run web applications as I tried to go through some examples of preserving data on a web form.

Resolution:
I had to enable read/write permission on the virtual directory and remove Server Extension, subweb, from the test virtual directory I created.

The option to modify the level of scope for data stored in an Application state or Session State you must work with Global.asax.cs file.

No comments: