| Author |
asp does not work but aspx please help me
|
|
| Nicholas Grabowski 2006-05-19, 3:56 am |
| 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
| |
| Anthony Jones 2006-05-19, 7:56 am |
|
"Nicholas Grabowski" <nfx@gmx.de> wrote in message
news:uqDIxNyeGHA.2076@TK2MSFTNGP04.phx.gbl...
> 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?
| |
| Nicholas Grabowski 2006-05-19, 6:56 pm |
|
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
"Anthony Jones" <Ant@yadayadayada.com> schrieb im Newsbeitrag
news:utm3HvzeGHA.1856@TK2MSFTNGP03.phx.gbl...
>
> "Nicholas Grabowski" <nfx@gmx.de> wrote in message
> news:uqDIxNyeGHA.2076@TK2MSFTNGP04.phx.gbl...
> etc.
>
>
> What happens why you attempt to vist an ASP page?
>
>
>
| |
| Anthony Jones 2006-05-19, 6:56 pm |
|
"Nicholas Grabowski" <nfx@gmx.de> wrote in message
news:eCNmjB1eGHA.3640@TK2MSFTNGP03.phx.gbl...
>
> 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?
| |
| Nicholas Grabowski 2006-05-22, 7:56 am |
| Hello Anthony,
Yes i recieve this error :-(
thanks nicholas
"Anthony Jones" <Ant@yadayadayada.com> schrieb im Newsbeitrag
news:Ot7DWm4eGHA.1880@TK2MSFTNGP02.phx.gbl...
>
> "Nicholas Grabowski" <nfx@gmx.de> wrote in message
> news:eCNmjB1eGHA.3640@TK2MSFTNGP03.phx.gbl...
>
> 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?
>
>
>
| |
| Anthony Jones 2006-05-22, 7:56 am |
|
"Nicholas Grabowski" <nfx@gmx.de> wrote in message
news:%23vimi7ZfGHA.3900@TK2MSFTNGP05.phx.gbl...
> 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 ?
>
> "Anthony Jones" <Ant@yadayadayada.com> schrieb im Newsbeitrag
> news:Ot7DWm4eGHA.1880@TK2MSFTNGP02.phx.gbl...
>
>
|
|
|
|