Results 1 to 4 of 4

Thread: Any way to move VB.Net app to ASP.Net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Posts
    104

    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

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2004
    Posts
    104

    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.

  4. #4
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    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
  •  



Click Here to Expand Forum to Full Width