473,396 Members | 2,036 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 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 1659

"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> </HTML>
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: using System;
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 Netscape, Opera, Mozilla, Firefox, etc. For example...
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 the VisualStudio2005 internal webserver ...
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 when i install web site on clients machine it...
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 links. For example: // javascript if (a &gt; b)...
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 folder first? Instead, I'm finding I have to do it...
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 many other pages of the same format (I actually...
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" BackColor='<%#...
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 tried to simply it down to the core demostration:...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.