Integrating old asp into asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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 said:
You'll learn the critical changes needed by reading this :

http://msdn.microsoft.com/library/d...s/dnaspp/html/aspnetmigrissues.asp?frame=true

There's also a lot of background material here :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/migratingtoaspnet2.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/
======================================
 
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 said:
ok thanks for the information. Looks like it is not a simple operation will
have to read up on it.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top