I've a sql database file I want to use asp_regsql.exe tool to put asp.net membership provider -



I've a sql database file I want to use asp_regsql.exe tool to put asp.net membership provider -

i've sql database file want utilize asp_regsql.exe tool set asp.net membership provider

the main problem can't utilize asp_regsql.exe add together tables need , tried various of connections , if 1 got create sql file contains membership table construction help ,

thank in advance

check out this tip have written in code project. simply, can phone call next once:

system.web.management.sqlservices.install("your_database", sqlfeatures.all, "your_connection_string");

asp.net sql database visual-studio

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

java - How to pass parameters between Request-Scoped Controllers? -