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

Integrating old asp into asp.net

Hi just wondering if there is an easy way to do this as I am recieving asp
files as well as associated images and CSS files, also include files. I
created a project and added the files but when I try to run it it, Get the
error The include file 'includes/header.inc' was not found.
/new_internet/index.asp, line 24
Anyhow just wondering if this can work thanks.
--
Paul G
Software engineer.
Nov 19 '05 #1
4 985
You'll learn the critical changes needed by reading this :

http://msdn.microsoft.com/library/de...asp?frame=true

There's also a lot of background material here :

http://msdn.microsoft.com/library/de...gtoaspnet2.asp


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:FE**********************************@microsof t.com...
Hi just wondering if there is an easy way to do this as I am recieving asp
files as well as associated images and CSS files, also include files. I
created a project and added the files but when I try to run it it, Get the
error The include file 'includes/header.inc' was not found.
/new_internet/index.asp, line 24
Anyhow just wondering if this can work thanks.
--
Paul G
Software engineer.

Nov 19 '05 #2
ok thanks for the information. Looks like it is not a simple operation will
have to read up on it.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
You'll learn the critical changes needed by reading this :

http://msdn.microsoft.com/library/de...asp?frame=true

There's also a lot of background material here :

http://msdn.microsoft.com/library/de...gtoaspnet2.asp


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:FE**********************************@microsof t.com...
Hi just wondering if there is an easy way to do this as I am recieving asp
files as well as associated images and CSS files, also include files. I
created a project and added the files but when I try to run it it, Get the
error The include file 'includes/header.inc' was not found.
/new_internet/index.asp, line 24
Anyhow just wondering if this can work thanks.
--
Paul G
Software engineer.


Nov 19 '05 #3
Yes. That helps.

Also, check out the ASP.NET 2.0 QuickStart:
http://beta.asp.net/quickstart/aspnet/Default.aspx

It has examples of how basic things are done in ASP.NET,
and you can view the source code for them.

As of next Monday, Nov. 7, that URL will change to :
http://www.asp.net/quickstart/aspnet/Default.aspx
because ASP.NET 2.0 will no longer be in Beta !

Whoopee !

Good luck transitioning to ASP.NET from ASP!
You'll be glad you did once you've done it!

;-)

If you run into snags, you know where to ask questions, right ?

;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:26**********************************@microsof t.com...
ok thanks for the information. Looks like it is not a simple operation will
have to read up on it.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
You'll learn the critical changes needed by reading this :

http://msdn.microsoft.com/library/de...asp?frame=true

There's also a lot of background material here :

http://msdn.microsoft.com/library/de...gtoaspnet2.asp


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:FE**********************************@microsof t.com...
> Hi just wondering if there is an easy way to do this as I am recieving asp
> files as well as associated images and CSS files, also include files. I
> created a project and added the files but when I try to run it it, Get the
> error The include file 'includes/header.inc' was not found.
> /new_internet/index.asp, line 24
> Anyhow just wondering if this can work thanks.
> --
> Paul G
> Software engineer.


Nov 19 '05 #4
Yep do not think we are migrating to vs 2.0 here since we are very small.
Definately would like to. Also would like to migrate to SQL2005 but may be
awhile.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
Yes. That helps.

Also, check out the ASP.NET 2.0 QuickStart:
http://beta.asp.net/quickstart/aspnet/Default.aspx

It has examples of how basic things are done in ASP.NET,
and you can view the source code for them.

As of next Monday, Nov. 7, that URL will change to :
http://www.asp.net/quickstart/aspnet/Default.aspx
because ASP.NET 2.0 will no longer be in Beta !

Whoopee !

Good luck transitioning to ASP.NET from ASP!
You'll be glad you did once you've done it!

;-)

If you run into snags, you know where to ask questions, right ?

;-)

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:26**********************************@microsof t.com...
ok thanks for the information. Looks like it is not a simple operation will
have to read up on it.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
You'll learn the critical changes needed by reading this :

http://msdn.microsoft.com/library/de...asp?frame=true

There's also a lot of background material here :

http://msdn.microsoft.com/library/de...gtoaspnet2.asp


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:FE**********************************@microsof t.com...
> Hi just wondering if there is an easy way to do this as I am recieving asp
> files as well as associated images and CSS files, also include files. I
> created a project and added the files but when I try to run it it, Get the
> error The include file 'includes/header.inc' was not found.
> /new_internet/index.asp, line 24
> Anyhow just wondering if this can work thanks.
> --
> Paul G
> Software engineer.


Nov 19 '05 #5

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

Similar topics

2
by: news | last post by:
We're being asked to get Quickbooks Enterprise edition for our business. We use a completely hand-made online store (PHP and mySQL) and used to simply create CSV sheets that were imported as...
0
by: Al | last post by:
I would like to add SIP stack to J2EE application server. I know that JCA 1.5 allows doing such thing. But JCA 1.5 is part of J2EE 1.4. Currently the most J2EE vendors support J2EE 1.3. Can anybody...
0
by: kadam_murali | last post by:
Integrating crystal reports with oracle forms , Have anyone of you have ever tried this ? If yes please send me sample codes.Its very urgent. thanks Murali
0
by: Jakke | last post by:
Hi all, I don't know if I'm at right newsgroup but I've got some questions about integrating Crystal Reports into my own application. I'm totally new regarding Crystal Reports. Therefore I've...
0
by: Rob C | last post by:
We have a large, C++/MFC application. I want to be able to do some new development using .NET and then utilize them inside my C++ application. I remember reading that you can "easily" turn your...
3
by: Sonoman | last post by:
Hi all: Is there a class or function that I could use to integrate? By integrating , I mean calculus integration. I need to get data from a sensor that gives me the acceleration of an object. In...
1
by: Nexus | last post by:
I've heard people saying that it can be done (Integrating Flash actionscript into ASP .Net apps ???) - does anyone have a lead on where I might find a coding sample or additional info
5
by: Shikari Shambu | last post by:
Hi, I would like to integrate a .NET web application into IBM Websphere portal. Whati is the best way of integrating these two beasts? Is there are way to get my .NET application to return XML...
2
by: George Durzi | last post by:
I'd like to get some real world feedback from developers out there who have to work with the "design" folks to integrate look and feel stuff into a vs.net web project. A lot of designers use web...
4
by: karpagam | last post by:
Since WebServices are a standardized way to invoke a method of another application over the internet, is there a way to integrate two different applications running on different platforms (Say a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...

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.