472,353 Members | 1,439 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

asp does not work but aspx please help me

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

May 19 '06 #1
5 1621

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:uq**************@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?

May 19 '06 #2

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" <An*@yadayadayada.com> schrieb im Newsbeitrag
news:ut**************@TK2MSFTNGP03.phx.gbl...

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:uq**************@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?

May 19 '06 #3

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:eC**************@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?

May 19 '06 #4
Hello Anthony,

Yes i recieve this error :-(

thanks nicholas

"Anthony Jones" <An*@yadayadayada.com> schrieb im Newsbeitrag
news:Ot**************@TK2MSFTNGP02.phx.gbl...

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:eC**************@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?

May 22 '06 #5

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:%2****************@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" <An*@yadayadayada.com> schrieb im Newsbeitrag
news:Ot**************@TK2MSFTNGP02.phx.gbl...

"Nicholas Grabowski" <nf*@gmx.de> wrote in message
news:eC**************@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?


May 22 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Jim | last post by:
Hi I am a newbie to asp and i built this test program: <HTML> <HEAD><TITLE>Test</TITLE></HEAD> <BODY> the time is <% = Time %> </BODY>...
2
by: Pavils Jurjans | last post by:
Hello, This is my test.aspx page: <%@ Page Language="C#" enableSessionState="true" inherits="MyPage"%> This is code in CodeBehind.cs: ...
4
by: Joe | last post by:
Hello, I have created a login page using dotnet. I am using requiredFieldValidator and noticed that the code works fine in IE but not in...
3
by: wwwmike | last post by:
For some reasons my HTTP Redirect for 404 errors does not work for certain files like .gif .jpg on IIS Version: 5.1, but it works perfectly with...
2
by: Serg | last post by:
Hi, all I have a trouble. I have a WebService that uses MCpp assembly that uses some MFC classes. Everything perfectly works on my machine. But...
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and...
3
by: Nick Gilbert | last post by:
Hi, In my VS.NET 2005, if I choose Build Clean Solution, the BIN folder is not touched. Shouldn't it delete all the dll and pdb files in that...
1
by: Iain | last post by:
I have the following .net page with a pushbutton in a datagrid. This pushbutton should delete the selected record. It works in the same manner in...
6
by: Dmitry Duginov | last post by:
Hi, I have the following label markup (label is inside FormView): <asp:Label ID="lblIndicatorReady" runat="server" Text="RE" ToolTip="Ready"...
5
by: =?Utf-8?B?bXBhaW5l?= | last post by:
Hello, I am completely lost as to why I can't update a DropDownList inside a DetailsView after I perform an insert into an object datasource. I...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.