How easy is it to convert VB.Net code to ASP.Net code?

gotch_ur_number

Newcomer
Joined
Feb 13, 2006
Messages
2
After spending a good few weeks creating a vb.net application that essentially is used for inputing/retrieving data from a series of tables, management would rather it be an intranet application.

What's involved in changing the code to asp? What are the restrictions, and what should I be aware of?

Thanks.

Drew
 
Really depends on how your application is structured. If all the code is compiled into the .exe then you will have a much harder time than if the logic is split into one or more DLLs as these can probably be reused.

Could you give a bit more detail about the size / complexity of the application?
 
Back
Top