asp does not work but aspx please help me

N

Nicholas Grabowski

Hello my problem is i use a IIS 5.1 with win XP with the newest updates etc.
its possible to start aspx and html files but not asp files

what could it be ? what can i check ?

thanks for every help from berlin
nicholas
 
A

Anthony Jones

Nicholas Grabowski said:
Hello my problem is i use a IIS 5.1 with win XP with the newest updates etc.
its possible to start aspx and html files but not asp files

what could it be ? what can i check ?

thanks for every help from berlin
nicholas


What happens why you attempt to vist an ASP page?
 
N

Nicholas Grabowski

Hello,

i recieve the error 404 page not found but the page exists. I need the asp
pages for an old asp application.

thanks nicholas
 
A

Anthony Jones

Nicholas Grabowski said:
Hello,

i recieve the error 404 page not found but the page exists. I need the asp
pages for an old asp application.

thanks nicholas

So if you create this HelloWorld.ASP page:-

<%
Response.Write "Hello World"
%>


and drop it into the root folder of your Default Web site (usually
c:\inetput\wwwroot)
then navigate to http://localhost/HelloWorld.asp you get 404 is that right?
 
A

Anthony Jones

Nicholas Grabowski said:
Hello Anthony,

Yes i recieve this error :-(

thanks nicholas

Check the Default Web Site Properties.

On Home directory tab
Is local path set to x:\inetpub\wwwroot ?
Does Execute permissions allow scripts?
Click the configuration button.
Is .asp mapped to ...\inetserv\asp.dll ?
 

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

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,228
Latest member
MikeMichal

Latest Threads

Top