Hello, I am trying to plug my ASP.Net 2.0 app to a sharepoint website. My goal is to make them sharing session data. I developed a simple app to store and retrieve session data. I configure Sharepoint web.config to enable session state and I declare my app in IIS as a virtual directory . When I wanted...