RE: Forms Authentication to protect .cgi application problem

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


Date: Fri, 31 Dec 2004 02:42:16 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