Moving aspx form to wordpress

Discussion in 'Programming' started by bellcom, Nov 4, 2013.

  1. #1
    I am updating a site that someone created with aspx.

    There is a searchable members directory on this page: http://rcapa.net/members.aspx
    I know nothing of aspx, would there a be a database involved that I could maybe convert to mysql or any other suggestions?

    I have a business directory plugin for wordpress that basically works the same but I would need a way to get the data from the aspx site to my wordpress site?

    thx!!
     
    bellcom, Nov 4, 2013 IP
  2. MakZF

    MakZF Well-Known Member

    Messages:
    390
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    140
    #2
    You would need to write a script that converts your ASP.Net members to WordPress ones. I would probably write a script in PHP in your wordpress installation that connects to your MSSQL db, loops over the ASP.Net user records, and then creates WordPress users from those records.
     
    MakZF, Nov 8, 2013 IP