gotch_ur_number Posted February 13, 2006 Posted February 13, 2006 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 Quote
Administrators PlausiblyDamp Posted February 13, 2006 Administrators Posted February 13, 2006 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? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.