I deeply appologize if this has been posted before, but Im in a rush to figure it out. The scenario:
I have a hosting account with ASP.NET 2.0 and a SQL 2000 db. No SQLExpress present to use the template ASPNETDB.MDF file as a user instance sql db.
I am wanting to use the Membership and role classes in the .net framework but without SQL express this doesnt quite make it as straight forward. I can only import .bak files into the SQL 2000 db and can't use aspnet_regsql to attach a db.
Someone SOMEWHERE has got to have this problem before. Maybe a template bak file to import into a SQL 2000 db.
I'll take any solutions or ideas.
Thanks.
I have a hosting account with ASP.NET 2.0 and a SQL 2000 db. No SQLExpress present to use the template ASPNETDB.MDF file as a user instance sql db.
I am wanting to use the Membership and role classes in the .net framework but without SQL express this doesnt quite make it as straight forward. I can only import .bak files into the SQL 2000 db and can't use aspnet_regsql to attach a db.
Someone SOMEWHERE has got to have this problem before. Maybe a template bak file to import into a SQL 2000 db.
I'll take any solutions or ideas.
Thanks.