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
Printable View
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
Yes it is possible, to an extent, it really depends on what your program does.
There are no tools that I am aware of.
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.
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.