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 to try with the main app (with custom class...), it didn't work, "BC30002: Type 'XXX' is not defined."
When I declare my app as virtual application it works but without session sharing. Does I need something to declare in sharepoint web.config (it crashes on a custom class) ? Can we use a virtual directory (not application) to run ASP.Net website ?
Thank you
Adrien