Front Page Password Protected ASP problem

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) , but I'm
having a problem. I can get to the login.asp page, but then when I click
'Log in' I get the login.asp page again. For some reason it's not either
checking the Access database for the user name/password combo and re-routing
me to the next page, (passwordprotected.asp) or it just isn't sending it
period. I uploaded it to a personal website I have, and it works fine. But
it won't for some reason work on the website I'm creating for my company. I
copied the exact code from the new website onto my personal site, and it
works, but doesn't on the company site. Any suggestions???
 
T

Thomas A. Rowe

You must publish the site to a Windows IIS web server that has the FP extensions and allow ASP. Have
you contacted the web host or admin. for the company web server about this issue?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
G

Guest

The website does have an IIS web server with FP extenstions and ASP. I can
get a simple ASP clock program to work on the site, but I'm still having
problems with the user/password code.

Any other suggestions? Thanks again.

Jennifer
 

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