CovertCoder
Login
|
Register
Search
Main Navigation
Home
Contact Us
Login
Register
Tools
Code Generator
Knowledge Base
Featured Articles
Adding an AJAX Collapsible Panel
Binding Listbox with XLINQ
Calling Parent Page from Child
Datagrid Sort with LINQ
ListView in UpdatePanel
Programmatically call FancyBox
Tutorials
ASP.Net Tutorials
Add nicEdit to an ASP.Net page
AJAX Tutorials
Convert Web App for MVC Framework
Keep state of Collapsible Panel
Retrieving XML Config file values
Windows phone 7 Styles (Static Resources)
Topic: How to set up an APSNET structure in your database
Description:
To set up a database to use with any of the providers or ASP 2.0+ or greater controls, you will need to set up the aspnet tables within your database.
1. Locate the aspnet_regsql.exe file on your computer. You can find it under [drive:]\%windir%\Microsoft.Net\Framework\
version
on your web server or on your computer.
2. To set up all of the providers, just double-click on the file.
3. Enter your databases IP address, login information and database name.
4. Click Next/Finish all of the way through. (tables should be created within your database)
Home
~
Topic