Hello,
So, here is a problem that I am having with asp.net app inside of SharePoint (as page viewer).
When the Default page is loaded, it works fine. However, when I try to go to next page, i am getting a null reference exception. It looks like my session variables are becoming null on the next page (even though I set them on the previous page). Here are a couple things that I tried to diagnose the problem.
- I try on the couple other computers; some work fine, some still don’ts.
- In the property of the page viewer inside of the SharePoint, after I click on the "Test link", it started to work fine until the session expired (on the computer didn’t work initially).
I am not sure if there are settings that I need to check on the browser or the app server. Anyone had similar problem?