Does anyone know what aspnet_regsql.exe requires to run stand-alone? I have to apply the .NET 2.0 Management/Role API to a sql2000 database on a machine that does not have the .net 2.0 framework installed.
Hi,
you can use the tool to generate a .sql file that you can execute on your database with SQL analyzer.
aspnet_regsql.exe -E -S localhost -d pubs -A all -sqlexportonly c:\membership.sql
This will create the necessary SQL statements for membership, providers, users, ... for the pubs database. The output of it, a .sql file, will be written to the C:\ root in this little example.
Grz, Kris.
|||You dee man. Thank you!|||Learn something new everyday, thanks XIII.
No comments:
Post a Comment