I have read all the documentation and have set up the web.config in both apps.
(Both my current website and IF are in different web apps and its in C#)
I am using the following to authenticate
int
if (intUserID > 0)
{
InstantASP.InstantForum.Components.User user = new InstantASP.InstantForum.Components.User(intUserID);
user.Authenticate(true ,false );
Response.Redirect("/for");
}
However when I redirect, it just logs me in as a guest.
Obviously Im missing something. Robert J. DeVitis Information Systems Manager CLMA
Robert J. DeVitis