moving from ASP to ASP.NET

  • Thread starter Thread starter Leo Muller
  • Start date Start date
L

Leo Muller

Hi,

I am quite new to the ASP.NET development environment.
At the moment I have about 6 large projects on Visual Interdev 6. What I
want to do is to add into these projects some ASP.NET pages. How can I do
this? I know I can develop them in a local .NET solution, and copy the .aspx
and binary files to the server, but this seems rather unprofession to me,
since it will create a chaos into the project/code management.

Can anyone give me any suggestions?

Thanks,

Leo Muller


-----------------------------------------------
Leo Muller ìéàå îéìø
Webmaster Keshet Interactive
(e-mail address removed)
03 - 7676383 / 067 - 972985
--------------------------------------
http://www.keshet-i.com
http://www.mooma.com
http://www.hakasefet.co.il
http://www.bip.co.il
http://www.keshet-tv.com
 
You can create ASP.Net solution targetting virtual directories with your ASP applications. Then you can develop ASP.Net module saperately in those applications directory.

While deployment, your directory structure will remain same and you can deploy both ASP and ASP.Net modules in the same root application

Hope this help

Avnees
MCAD, MCSD.Ne

----- Leo Muller wrote: ----

Hi

I am quite new to the ASP.NET development environment
At the moment I have about 6 large projects on Visual Interdev 6. What
want to do is to add into these projects some ASP.NET pages. How can I d
this? I know I can develop them in a local .NET solution, and copy the .asp
and binary files to the server, but this seems rather unprofession to me
since it will create a chaos into the project/code management

Can anyone give me any suggestions

Thanks

Leo Mulle


----------------------------------------------
Leo Muller ìéàå îéìÃ
Webmaster Keshet Interactiv
(e-mail address removed)
03 - 7676383 / 067 - 97298
-------------------------------------
http://www.keshet-i.co
http://www.mooma.co
http://www.hakasefet.co.i
http://www.bip.co.i
http://www.keshet-tv.co
 
Back
Top