Database Web Wizard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hell

I created a database web wizard driven site, and it protected both the submission form and editor page. I only want the editor password protected, not the submission form. Is there an easy way to do this. Thanks
 
Hi,

Remember replying to this, anyway here it is again :

In submission_form.asp, search for :

<!--#include File='login.asa'-->
<%
If Session(SiteID) <> true Then
Response.Redirect("Login.asp?requester=submission_form.asp")
End If
%>

which is usually from line 86 to 91 and remove it.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| Thread-Topic: Database Web Wizard
| thread-index: AcQK7q4Z0hZkhRn7Su+d/Sck1SPY9w==
| X-Tomcat-NG: microsoft.public.frontpage.client
| From: =?Utf-8?B?TSBTd2Fuc29u?= <[email protected]>
| Subject: Database Web Wizard
|
| Hello

I created a database web wizard driven site, and it protected both the
submission form and editor page. I only want the editor password
protected, not the submission form. Is there an easy way to do this.
Thanks
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top