RE: Forms Authentication to protect a cgi application

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 12/31/04


Date: Fri, 31 Dec 2004 02:41:50 GMT

Hello Stephen,

How did you redirect from the logon form to the CGI file? If you code like:

Response.Redirect

or

Server.Transfer

Will it get work?

Luke