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!!
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.