Blue Theme Orange Theme Green Theme Red Theme
 
6 Months Free & No Setup Fees ASP.NET Hosting!
Home | Forums | Videos | Photos | Blogs | Beginners | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
Discover the top 5 tips for understanding .NET Interop
Search :       Advanced Search »
Home » Deployment » Deploying ASP.Net 2.0 Web site to Production Server: Part I

Deploying ASP.Net 2.0 Web site to Production Server: Part I

Deploying ASP.NET 2.0 web site is the first issue facing the developer. This part of the article gives you a step by step to how to move membership tables from MS SQL express Edition to your database that you are used on your web site. The second part we will go in details to configure our asp.net web site.

Page Views : 16335
Downloads : 0
Rating :
 Rate it
Level : Intermediate
   Print Read/Post comments Post a comment  Similar Articles  
   Email to a friend  Bookmark  Author's other articles  
 
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
Become a Sponsor
 Tag Cloud
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 

Introduction

Deploying ASP.NET 2 web site is the first issue facing the developer after finishing to create a web site is how to deploy the web site to a remote/Production server.

On the first part we will discuss how to move membership tables from the aspnetdb database to be apart of our database that our web site communicate with it.

On the second part we will go in details to configure our asp.net web site to change its default settings to read form our database not from aspnetdb database.

Prerequisites

  • Visual Studio 2005
  • MS SQL 2005 Express Edition
  • MS SQL 2005 Management Studio

Overview

Most of ISP or Hosting Servers don't support SQL Server Express Edition on their production server.

VS 2005 by default stores all security configuration and membership tables on a database called aspnetdb inside App_Data folder that created after the first run of the asp.net configuration tool.

This database used the SQLEXPRESS instance not SQL Server instance on your machine.

For this reason the developer should configure his db and asp.net web site to read from his database not from the SQL express before deploy his web site.

ASP.Net 2 provides us with a set of tools, one of them is the configuration required to any asp.net 2 web site.

Any web site has to contain tables that store the users and roles.

By default, ASP.Net stores all the information that contains the users and roles on the SQL Express instance that installed by default when you install VS 2005.

This part of the article gives you a step by step to how to move Membership tables from MS SQL express Edition to your database that you are used on your web site. 

Moving membership tables from SQL express to your DB

Before starting to deploy your web site you have to move all the tables created when you run asp.net security configuration tool.

Note:

You run asp.net configuration tool, by clicking it from solution explorer, or from website menu --> asp.net configuration tool.

After running the asp.net configuration tool, asp.net will add app_Data folder on the web site and aspnetdb database will be added over there.

All the roles, users, application configuration you have made is stored on these tables.

And these DB is a seprate database than you are used on your web site.

What you have to do is move all these tables from aspnetdb to your db.

Asn.net provides a tool out of the box to move all these tables to any database you want to move to.

To run this tool, open VS 2005 command prompt and type this command:

aspnet_regsql

 

Welcome window will appears to start setup membership database. 

Click next.

Click next.

 

The first option provides to create all the membership tables to the selected database the will be selected further.

If you select to remove application service, this means that all membership tables will be removed from the selected database.

Make sure on this step, if you do this step by mistake you have to start asp.net configuration tool again and create your roles and users, then move it again to your database.

Select the server name and the authentication type then select the database, click next.

Confirmation message will appear, click next again.

At this step, the membership tables were created on your database.

After finishing of creating membership tables on your database, open SQL management studio to make sure those tables created successfully.

On this part we create the membership tables by using on of the tools that shipped with VS 2005 to create the membership tables by wizard.

On the second part we will discuss in detail how we prepare our web site before deploying on production/remote server to change all the asp.net membership default setting by read from our database which contains the membership tables not from the aspnetdb database.

NOTE: THIS ARTICLE IS CONVERTED FROM C# TO VB.NET USING A CONVERSION TOOL. ORIGINAL ARTICLE CAN BE FOUND ON C# CORNER (http://www.c-sharpcorner.com/).

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
Login to add your contents and source code to this article
 [Top] Rate this article
 
 About the author
 
Moustafa Arafa
Moustafa Arafa, DotNet Boom supportive development manager, I have MCAD.Net, MCSD.NET, MCT & C# MVP. I have passion to learn new technologies & to share my knowledge and experience with others. contact me : http://moustafa-arafa.blogspot.com/
Looking for C# Consulting?
C# Consulting is founded in 2002 by the founders of C# Corner. Unlike a traditional consulting company, our consultants are well-known experts in .NET and many of them are MVPs, authors, and trainers. We specialize in Microsoft .NET development and utilize Agile Development and Extreme Programming practices to provide fast pace quick turnaround results. Our software development model is a mix of Agile Development, traditional SDLC, and Waterfall models.
Click here to learn more about C# Consulting.
 
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications.
Discover the Top 5 .NET Memory Management Fundamentals
To write the best .NET code, you need to know exactly how the .NET framework really manages memory. Ricky Leeks presents the Top 5 fundamental facts of .NET memory management. Learn more.
Nevron Chart for .NET 2010.1 Now Available
The leading .NET charting control now features PDF, Flash and Silverlight export, visualization of large datasets and more. Deliver true charting functionality to your BI, Scorecard, Presentation or Scientific apps. Download evaluation now.
ASP.NET 4 Hosting
Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites – Click Here!
 
 Post a Feedback, Comment, or Question about this article
Subject:
Comment:
Team Foundation Server Hosting
Become a Sponsor
 Comments
Configure by Sairam On November 22, 2006

How Could i configure for some applications  from sql server database and some applications from aspnet DB in  app_code  folder?

Reply | Email | Modify 
Re: Configure by Moustafa On December 24, 2006

Please can you re-phrase your question to be understandble ?

No relation between App_Code and the Security Configuration tool.

Reply | Email | Modify 
microsoft certification suggesstion. by Guna On April 16, 2009
I will plan to write MCTS.net(70-528,70-536) web applocation.if any study material or sites about this exam..please help me...if u have any dump questions please provide me. Thanks,gunasundari.
Reply | Email | Modify 
Discover the top 5 tips for understanding .NET Interop
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.