asp to asp.net

  • Thread starter Thread starter Rahul Chatterjee
  • Start date Start date
R

Rahul Chatterjee

Hello

I have a site written entirely in ASP - I want to migrate it ASP.net
structure. Can someone point me to the resources that would explain to me
what I would need to do to achieve this. I have some COM+ components, a lot
of XML and SQL 2000 querying.

What I am looking for is a "dummies" guide to migration - where to start,
what to install (Server and Client side), whether I would need any
additional components (.Net framework we have and IIS 6.0 we just went to).

As many resources possible would be much appreciated

Thanks
 
Rahul,

It took me some time to find a genuine 'Newbie' approach to convert an ASP
site application to ASP .Net but here it is:

http://www.asp101.com/articles/paolo/asp2aspnet/default.asp

This is the intro:
This article is not a tutorial on ASP.NET. You can find many of those on
the web and they usually focus too much on the fundamental concepts while
leaving out practical examples. Often what you are really looking for are
arrows that point us immediately to the core of the matter and then leave
the analasis of the details to us to be done later. The steps you must take
to move from ASP to ASP.NET are not complicated and there aren't really
that many of them! Above all, if we "think" and write OOC (Object Oriented
Code), even while we're still using ASP, the possibilities offered by the
new framework are quite intoxicating!


--------------------
From: "Rahul Chatterjee" <[email protected]>
Subject: asp to asp.net
Date: Fri, 29 Jul 2005 14:33:43 -0400
Lines: 16
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: 67-37-70-35.e-benesys.com 67.37.70.35
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:47122
X-Tomcat-NG: microsoft.public.dotnet.general

Hello

I have a site written entirely in ASP - I want to migrate it ASP.net
structure. Can someone point me to the resources that would explain to me
what I would need to do to achieve this. I have some COM+ components, a lot
of XML and SQL 2000 querying.

What I am looking for is a "dummies" guide to migration - where to start,
what to install (Server and Client side), whether I would need any
additional components (.Net framework we have and IIS 6.0 we just went to).

As many resources possible would be much appreciated

Thanks

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0
MS Sans Serif;}{\f1\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2500;}\viewkind4\uc1\pard\f0\fs20 Cheers,\par
\par
johnKn [MS-SDK]\par
\par
\par
\par
-Please do not send email directly to this alias. This alias is for \par
newsgroup purposes only\par
\par
-This posting is provided "AS IS" with no warranties, and confers no
rights.\par
\par
-To provide additional feedback about your community experience please send
\par
e-mail to: (e-mail address removed)\par
\f1\par
}
 
Rahul,

Are you satisfied with the answers given? I wish to closed out this email
session.
--------------------
From: "Cor Ligthert [MVP]" <[email protected]>
References: <[email protected]>
Subject: Re: asp to asp.net
Date: Sun, 31 Jul 2005 19:45:12 +0200
Lines: 11
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: ip3e830773.speed.planet.nl 62.131.7.115
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:47171
X-Tomcat-NG: microsoft.public.dotnet.general

Rahul,

I used this site for that.

http://samples.gotdotnet.com/quickstart/

I hope this helps,

Cor

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0
MS Sans Serif;}{\f1\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2500;}\viewkind4\uc1\pard\f0\fs20 Cheers,\par
\par
johnKn [MS-SDK]\par
\par
\par
\par
-Please do not send email directly to this alias. This alias is for \par
newsgroup purposes only\par
\par
-This posting is provided "AS IS" with no warranties, and confers no
rights.\par
\par
-To provide additional feedback about your community experience please send
\par
e-mail to: (e-mail address removed)\par
\f1\par
}
 
Back
Top