Manually Add a User to Database ASP.NET?
Posted
by user364878
on Stack Overflow
See other posts from Stack Overflow
or by user364878
Published on 2010-06-11T19:40:53Z
Indexed on
2010/06/11
19:42 UTC
Read the original article
Hit count: 147
userid
Hello,
So when your using ASP.NET Wizards to create a login, it uses a set of auto generated tables using the aspnet_regsql.exe tool...
When you create a user using the wizard it generates a very long userID "a40cf936-1596-4560-a26c-450792e2c8c0" I want to add users using another program that connects to this database... but how does visual studio auto-generate this ID. I want to auto-generate it as well
Any ideas? Thanks in advance. -Scott
© Stack Overflow or respective owner