[OT] Trouble with an asp

  • Thread starter Thread starter Alberto
  • Start date Start date
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
 
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,
 
Back
Top