473,402 Members | 2,061 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,402 software developers and data experts.

Help: How to make ASP pages work in the ASP.NET application?

Hi:

Since I installed the ASP.NET, the ASP page cannot work anymore, even the
ASP page is a simple page like "Hello, World" page. (but ASP.NET pages works
well)

What can I do to make an ASP page work in the ASP.NET application?

Thanks

Q.

Nov 18 '05 #1
5 1295
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi:

Since I installed the ASP.NET, the ASP page cannot work anymore, even the
ASP page is a simple page like "Hello, World" page. (but ASP.NET pages works well)

What can I do to make an ASP page work in the ASP.NET application?


What exactly happens when the ASP page "cannot work anymore"? Please supply
details.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
Hi:

My test page is very simple:

<% @Language = "JScript" %>
<html>
<head>
<title>tryAspPage</title>
</head>
<body>
<%Response.Write("hello")%><br>
</body>
</html>

When I tried to access it by http://localhost/tryAspPage.asp, I got HTTP 500
Internal serevr error:

The page cannot be displayed
.......
There is a problem with the page you are trying to reach and it cannot be
displayed.

Thank you very much!
Q.
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi:

Since I installed the ASP.NET, the ASP page cannot work anymore, even the ASP page is a simple page like "Hello, World" page. (but ASP.NET pages works
well)

What can I do to make an ASP page work in the ASP.NET application?


What exactly happens when the ASP page "cannot work anymore"? Please

supply details.
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #3
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:Oq**************@TK2MSFTNGP09.phx.gbl...
Hi:

My test page is very simple:

<% @Language = "JScript" %>
<html>
<head>
<title>tryAspPage</title>
</head>
<body>
<%Response.Write("hello")%><br>
</body>
</html>

When I tried to access it by http://localhost/tryAspPage.asp, I got HTTP 500 Internal serevr error:

The page cannot be displayed
......
There is a problem with the page you are trying to reach and it cannot be
displayed.
Quentin, it would be useful to see the actual, complete error you get back.
In particular, I'm wondering if it's a ASP.NET error or an IIS error.

--
John Saunders
johnwsaundersiii at hotmail
Thank you very much!
Q.
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi:

Since I installed the ASP.NET, the ASP page cannot work anymore, even the ASP page is a simple page like "Hello, World" page. (but ASP.NET pages

works
well)

What can I do to make an ASP page work in the ASP.NET application?


What exactly happens when the ASP page "cannot work anymore"? Please

supply
details.
--
John Saunders
johnwsaundersiii at hotmail


Nov 18 '05 #4
Hi:

Here is the error message:

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot
be displayed.

--------------------------------------------------------------------------

Please try the following:

a.. Open the localhost home page, and then look for links to the
information you want.
b.. Click the Refresh button, or try again later.

c.. Click Search to look for information on the Internet.
d.. You can also see a list of related sites.


HTTP 500 - Internal server error
Internet Explorer

Thanks

Q.

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:uo**************@tk2msftngp13.phx.gbl...
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:Oq**************@TK2MSFTNGP09.phx.gbl...
Hi:

My test page is very simple:

<% @Language = "JScript" %>
<html>
<head>
<title>tryAspPage</title>
</head>
<body>
<%Response.Write("hello")%><br>
</body>
</html>

When I tried to access it by http://localhost/tryAspPage.asp, I got HTTP 500
Internal serevr error:

The page cannot be displayed
......
There is a problem with the page you are trying to reach and it cannot be displayed.


Quentin, it would be useful to see the actual, complete error you get

back. In particular, I'm wondering if it's a ASP.NET error or an IIS error.

--
John Saunders
johnwsaundersiii at hotmail
Thank you very much!
Q.
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
> Hi:
>
> Since I installed the ASP.NET, the ASP page cannot work anymore, even
the
> ASP page is a simple page like "Hello, World" page. (but ASP.NET

pages works
> well)
>
> What can I do to make an ASP page work in the ASP.NET application?

What exactly happens when the ASP page "cannot work anymore"? Please

supply
details.
--
John Saunders
johnwsaundersiii at hotmail



Nov 18 '05 #5
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:OF**************@tk2msftngp13.phx.gbl...
Hi:

Here is the error message:

The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------

Please try the following:

a.. Open the localhost home page, and then look for links to the
information you want.
b.. Click the Refresh button, or try again later.

c.. Click Search to look for information on the Internet.
d.. You can also see a list of related sites.


HTTP 500 - Internal server error
Internet Explorer

This looks like the standard IIS 500 page. This suggests that this is not an
ASP.NET problem. I suggest you look in the OS event log to see if any
problems were noted.
--
John Saunders
johnwsaundersiii at hotmail

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:uo**************@tk2msftngp13.phx.gbl...
"Quentin Huo" <q.***@manyworlds.com> wrote in message
news:Oq**************@TK2MSFTNGP09.phx.gbl...
Hi:

My test page is very simple:

<% @Language = "JScript" %>
<html>
<head>
<title>tryAspPage</title>
</head>
<body>
<%Response.Write("hello")%><br>
</body>
</html>

When I tried to access it by http://localhost/tryAspPage.asp, I got
HTTP
500
Internal serevr error:

The page cannot be displayed
......
There is a problem with the page you are trying to reach and it cannot

be displayed.


Quentin, it would be useful to see the actual, complete error you get

back.
In particular, I'm wondering if it's a ASP.NET error or an IIS error.

--
John Saunders
johnwsaundersiii at hotmail
Thank you very much!
Q.
> "Quentin Huo" <q.***@manyworlds.com> wrote in message
> news:%2****************@TK2MSFTNGP12.phx.gbl...
> > Hi:
> >
> > Since I installed the ASP.NET, the ASP page cannot work anymore, even the
> > ASP page is a simple page like "Hello, World" page. (but ASP.NET pages > works
> > well)
> >
> > What can I do to make an ASP page work in the ASP.NET application?
>
> What exactly happens when the ASP page "cannot work anymore"? Please
supply
> details.
> --
> John Saunders
> johnwsaundersiii at hotmail
>
>



Nov 18 '05 #6

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

Similar topics

0
by: tcarvin | last post by:
This is going to sound stupid, but I can't get the help to work in the Visual Studio .NET. I've tried using the help that comes with Studio and also from the MSDN. All I get is a generic...
3
by: George Durzi | last post by:
I'm about to embark on building a compiled help (.chm) application for my aspx web application. I wanted to know if anyone who has done this would have any advice/tips to offer. For example, I...
3
by: Joe | last post by:
Hi, I am new to creating .asp web sites and have a basic question. I have a website with .html pages running on an IIS server with .Net installed. I also have a couple of forms on the website....
2
by: JIM.H. | last post by:
Hello, I have an asp.net C# application and have many pages and each page has many buttons. So I would like to have an help button and if user click it should open another window and give help to...
2
by: RBChallenger | last post by:
Hi, Can anyone tell me how to embed help pages into an application? Im looking for the standard windows help system that you typically see... little purple books as the index pages in the other...
4
by: bienwell | last post by:
Hi all, I have .NET framework 1.1 and 2.0 installed in the same server. I had some web pages developed in Visual Studio.NET 2003 and some inline code web pages before (framework 1.1) . Now I...
6
by: gordon | last post by:
Hi Could someone please tell me the best way to provide help in an application? I have an 'about' item , but what is the best way of providng instructions and help in the app? Doug
20
by: WanYee | last post by:
Hi, my name is WanYee, i need some help on an application i am currently doing, the application is like a calculator to find current resistance and etc... of a series-parallel circuit, my problem...
0
by: jasmine956 | last post by:
HELP DESK SOFTWARE APPLICATION DESIGNED ___________________________________ http://helpdesksoftwaremanagement.blogspot.com
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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.