We are developing .NET versions of a series of intranet applications currently developed in ASP. However we would like to avoid the users the annoyance of having of login twice when they pass from one .NET application to an ASP one, is there any suggestion you can give me?
I don't think you can do this very simply. You probably have to create some login logic to query the membership database and pass the login credential over POST.