|
-
Jul 25th, 2004, 05:41 PM
#1
Thread Starter
Lively Member
Any way to move VB.Net app to ASP.Net
Any of you guys know if its possible to move a vb.net app to asp.net? Some type of tool or something?
Thanks in advance
-
Jul 25th, 2004, 08:41 PM
#2
Yes it is possible, to an extent, it really depends on what your program does.
There are no tools that I am aware of.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Jul 25th, 2004, 08:55 PM
#3
Thread Starter
Lively Member
Where does the extent end
The app is a work order system for my work. It has multiple forms and backends to a MySQL Database. The code is good code and works very well by itself.
-
Jul 25th, 2004, 09:38 PM
#4
If you kept all the data access code in classes or modules separate from the GUI code (vaildation ect) it should be as simple as creating a web interface and wireing up the code.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|