can we access the AppDomain of a web application in ASP .Net?
The purpose is to sneak into a web application.
I have a web application installed on my machine. there is a desktop application as well with a windows form having a button.
Suppose a user logs into the web application. CAN I ACCESS THE USER SESSION ID ON THE CLICK EVENT OF THE BUTTON IN THE DESKTOP APPLICATION??
plz reply with some code sample if possible.
Ravi