Follow these steps to download and install Stardeveloper ASP.NET Newsletter (v1.1.3) on your web server:
i. Go to
Stardeveloper Store and enter your contact details and payment information. Then click the 'Next'
button to complete the purchase and to
download Stardeveloper ASP.NET Newsletter application.
ii. Unzip the file that you receive into a folder on your local system.
iii. Go to the unzipped folder on your local system and find a file '
CreateNewsletterSProcsAndTables.sql' in the
/App_Code sub-folder.
iv. Open SQL Server Management Studio and connect to your SQL Server database where you want to install
the tables and stored procedures for this application.
v. After you have successfully connected and logged-in, open
CreateNewsletterSProcsAndTables.sql in SQL Server Management
Studio. Click the F5 button to run the T-SQL code in this file to create all the necessary tables and stored
procedures in your database.
vi. Now using FTP, create a folder with the name of, for instance,
/newsletter on your web server.
vii. Again using FTP, upload the contents of the 'Newsletter' folder in unzipped file to that folder on your web server.
viii. Now upload the contents of 'App_Code' folder in the unzipped file to the / (root) folder on your website so that the path to App_Code folder is /App_Code on your website.
ix. Now you should open the URL like
http://www.yourwebsite.com/newsletter/admin/manage.aspx in your browser and should see the admin page.
x. You have now successfully downloaded and installed this application on your web server.
Read full installation instructions.