setup AP.NET membership database & web.config in .NET 3.5?

Β A long time ago I setup an ASP.NET security database using aspnet_regsql.exe. I noticed this utility doesn't ship with .NET 3.5. Can anyone direct me to a writeup of how to create the security database and modify the web.config for membership?

Β Thanks!

Β 
Michael
Β 

0
itinko
12/6/2007 4:33:46 PM
πŸ“ asp.net.security
πŸ“ƒ 27051 articles.
⭐ 1 followers.

πŸ’¬ 1 Replies
πŸ‘οΈβ€πŸ—¨οΈ 863 Views

Hello Michael,

You still use the .net framework version 2 version of aspnet_regsql.exe in something like C:\WINDOWS\Microsoft.NET\Framework 2.0.50727
As I understand it ver 3.5 is just adding new features onto the version 2 framework but mostly asp.net is just the same.

Hope it helps

Jeremy


Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
0
jeremyh
12/6/2007 5:11:34 PM