Home - Help & Support - Contact Us
    

Activating ASP.NET 2.0 Personal Web Site User Account

ASP.NET 2.0 user accounts must be manually activated through the Hosting Manager after creation.

For more information about the ASP.NET 2.0 Personal Web Site, see the Introduction to the Personal Web Site Starter Kit on MSDN.

To Activate an ASP.NET 2.0 User Account

  1. Log in to your Account Manager.
  2. Under the Hosting & Email section, select Hosting Account List.
  3. Next to the hosting account you want to modify, click Open.
  4. Under the Databases section of the Hosting Manager, click the SQL Server icon.
  5. Next to the name of your SQL Server database, click Open Manager. The SQL Server Web Admin tool displays.
  6. In the tree on the left, expand the Connection folder and select Connection.
  7. Enter the User Name and Password for your database. You created your user name and password when you set up your SQL server database.
  8. Expand the Tools folder on the left and select Query Analyzer.
  9. Copy the following T-SQL statement into the Query Analyzer window:

    SELECT UserId FROM aspnet_Users WHERE UserName = '<username>'

    Replace <username> with the user name of the desired account. Retain the single quotation marks around this case-sensitive value. Click Submit and save the return value for use in step 10. Click Reset.

  10. Copy the following T-SQL statement into the Query Analyzer window:

    UPDATE aspnet_Membership SET IsApproved = 1 WHERE UserId = '<userID>'

    Replace <userid> with the return value from step 9. Retain the single quotation marks around this value. Click Submit.

Rated:NR/0 Votes
160 Views
More Articles From ASP.NET 2.0
More Articles From ASP.NET 2.0
Print Article
Print
Share |
Comments, Questions & Reviews

Comments is currently disabled for this article!
Related Articles and Readings
What can I do with a dedicated server?
Unlike normal hosting plans, which put many customers' accounts on a single server, a dedicated server is reserved exclusively for ...
I Uploaded My Files, Why Isn't My Web Site Displaying?
If your Web site isn't displaying after you have uploaded your files, check the following items: Verify that you uploaded ...
What is a Domain Folder?
Domain Folders in the Domain Control Center simplify your domain name management. They allow you to group together multiple domain ...
What is the Number of Maximum Connections Allowed to a Single MySQL Database?
We allow up to 50 simultaneous connections per MySQL user. ...
What is a dedicated server?
Unlike normal hosting plans, which put many customers' accounts on a single server, a dedicated server is reserved exclusively for ...
The information provided in this article is for general information and/or the comments is the sole responsibility of their respective authors and does not necessarily reflect the opinion of zeronese.net does not endorse any article and/or comments published by our web users unless otherwise noted.