{"id":44,"date":"2011-07-11T19:01:38","date_gmt":"2011-07-11T17:01:38","guid":{"rendered":"http:\/\/pustekuchen.xn--burkfrulein-q8a.de\/?p=44"},"modified":"2011-07-11T19:01:38","modified_gmt":"2011-07-11T17:01:38","slug":"create-and-integrate-the-asp-net-database","status":"publish","type":"post","link":"https:\/\/blog.bur-k.de\/?p=44","title":{"rendered":"Create and Integrate the ASP.NET Database"},"content":{"rendered":"
Hello folks,<\/p>\n
today I want to tell you how its works to create and integrate the asp.net application Services Database to your own Database.<\/p>\n
First of all you need the following things:<\/p>\n
If you have installed these two things you can go to the following folder:<\/p>\n
C:WINDOWSMicrosoft.NETFramework*YOUR .NET FRAMEWORK VERSION*<\/p><\/blockquote>\n
Search this folder for the \u201caspnet_regsql.exe\u201d file and run it. After a cmd window, a Dialog will be opened. There you can choose if you want to configurate or delete the ASP.NET Database. Choose configurate.<\/p>\n
At the next step you have to set the connection infos for your Database Server. Now it gets exciting, if you want to create a complete new Database, set the Database to <standard>. If you want to integrate into an existing database you have to type in the Database name.<\/p>\n
Thats all. Wasnt so hard or? The last steps are clicking next.<\/p>\n
The ASP.NET Application Service includes the following tables:<\/p>\n
\n
- Applications<\/li>\n
- Path<\/li>\n
- Membership<\/li>\n
- PersonalizationAllUsers<\/li>\n
- PersonalizationPerUser<\/li>\n
- Profile<\/li>\n
- Roles<\/li>\n
- ShemaVersion<\/li>\n
- Users<\/li>\n
- WebEvent_Events<\/li>\n<\/ul>\n
You can use this Database to create a login system for your Silverlight application. How that works i will show you maybe later in another post <\/p>\n