[OT] Trouble with an asp

A

Alberto

I have in a server W2000 an asp page (not aspx) but when I try to see it
with the IE I only see text. If I try to read the page from another
computer, it works fine.

Any idea about what's happenig?

Thank you
 
T

Tommy

One thing to check is to make sure your IIS web server has files with
the .asp extension mapped to the correct dll file.

1. Go to Internet Information Service
2. Right-click on "Default web site" and select properties
3. Click on the "Home directory" tab
4. Click on the "Configurations..."
5. Click on the "App Mappings" tab
6. In the list box, make user the .asp file extension is mapped to the
asp.dll. I have the following mapping on my machine.

c:\winnt\System32\inetsrv\asp.dll

Tommy,
 

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