Hi
Im trying to do setup page the have the following
Create connection string in web.config base the form that fill in .aspx page and verify the connection
create database that named in the .aspx page . import the .SQL file to create the database table.
the setup page have the following
connection name connection username connection password database name (if the database cannot create from the code behind)
after this page It will be import the .SQL file to create tables in the specific database that mention above.
im using ASP.net VB
Go to the complete details ...