Customizing FP asp login websites

G

Guest

I used the basic layout and code that Microsoft provides for creating
database password protected files through ASP:
(http://support.microsoft.com/default.aspx?scid=kb;en-us;825498)

and it works fine. However, my newest problem is when I go to customize the
login pages. At the end of the tutorial, it states taht if you need to
password-protect other web pages then you have to save the file with an ASP
file name extension and add two lines of code:
<% @language="vbscript" %>
<!--#include virtual="/logon/_private/logon.inc"-->

I've done this, but when I try to access these pages after a successful
login, they don't show. Any suggestions???
 
S

Stefan B Rusynko

If you are already logged in the login.inc script requires no action
- try accessing the page before your login

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I used the basic layout and code that Microsoft provides for creating
| database password protected files through ASP:
| (http://support.microsoft.com/default.aspx?scid=kb;en-us;825498)
|
| and it works fine. However, my newest problem is when I go to customize the
| login pages. At the end of the tutorial, it states taht if you need to
| password-protect other web pages then you have to save the file with an ASP
| file name extension and add two lines of code:
| <% @language="vbscript" %>
| <!--#include virtual="/logon/_private/logon.inc"-->
|
| I've done this, but when I try to access these pages after a successful
| login, they don't show. Any suggestions???
|
 
G

Guest

I'm able to get to the pages without having to log in, which is not what I
want to do. Once I log in however, I can't see the pages either.
 

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

Top