Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP to ASP.NET 1

Status
Not open for further replies.

sand133

Programmer
Jun 26, 2004
103
GB
Hi guys we are trying to migrate from asp to ASP.NET, we currently have around 500 ASP files. We are going towards code-behind and my question is how would we structure the application i mean once the application is finished i can imagine VS2005 takeing forever to load. Currently the proposed solution is to have a Solution file with a web site inside it and subfolders within this containing our aspx files.

thanks
 
That sounds fine. VS will only struggle if you try to open all the files at once whcih presumably you won't ever do!


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
>> mean once the application is finished i can imagine VS2005 takeing forever to load.

why do you think that???

Known is handfull, Unknown is worldfull
 
well think about all aspx/aspx code behind files, the dll references to our com objects. Each aspx page will reference a business object (as a rule its 1 aspx per business object) if we have around 400-500 ASPX files which we will then VS will take ages to load, i know were planning an upgrade on our development machines.

ps. does anyone have any experience of developing applications of this size if so i would be keen on their opions on the stucture we should approch.
thanks
 
if we have around 400-500 ASPX files which we will then VS will take ages to load
As I said above, only if you try to open them all at once.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
yeah then how do developers work with aspx files and the code behind files at the same time??? opening just the aspx file does not open the code behind with it

thanks for your post
 
Yes but in that scenario there would only be two files you would have open. Why would you want to open the aspx and vb file for 400-500 pages?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top