password asp not working

G

Guest

I followed the microsoft directions on creating password protection on asp
and it works perfectly on my http://localhost. When I publish the web to the
internet server, it will not work. In fact, the asp page will not come up. I
have contacted my ISP and they have told me that the support asp and FP
server extensions are running. I am using FP2003. any suggestions?

Thanks
Mike
 
J

Jon Spivey

Hi Mike,

Do any asp pages work on your host? If you don't have any others just try
sticking
<%=now()%>
on a page saving it with an asp extension and uploading to your host - it
should print the time and date. That will at least point us in the right
direction.

Jon
 
G

Guest

The asp pages that show the result from the database seems to be working. At
least the pages open.
 
J

Jon Spivey

OK so we can say asp pages do work. Can you point me to a link for the MS
directions - there must be something in their code that is causing the
failure.

Jon
 
D

David Berry

Your ISP may support the FrontPage Extensions but they don't have anything
to do with ASP Support. Are they running a Windows Server? If so, have
they gone into IIS and made sure that ASP was allowed? The issue may be on
their end.

Also, is there a database involved with this script you're using and if so,
did you publish it to the live site and have your host create a DSN for it?
 
J

Jon Spivey

Hi,
Is this your page? I get a logon prompt which obviously I don't have
credentials for. What I need to see is the Microsoft directions you followed
to create your page.

Jon
 
D

David Berry

He's running on a Linux/Apache Server.


Jon Spivey said:
Hi,
Is this your page? I get a logon prompt which obviously I don't have
credentials for. What I need to see is the Microsoft directions you
followed to create your page.

Jon
 
J

Jon Spivey

Should have checked that. If the host says ASP is supported I assume he's
running chilli in some form in which case the asp code will work but the
Access DB will not. One option might be to convert the database to .dbf just
for the sake of getting it working quickly but changing hosts would probably
be a better option.

Jon
 

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