I have a WCF service that I would like to run on https:// how can I setup a test site on local host for this?
In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...