Showing posts with label Upload. Show all posts
Showing posts with label Upload. Show all posts

Monday, August 31, 2015

How to Publish a Web Site in Asp.Net


Obtain from your web hosting company the necessary information to use FTP (File Transfer Protocol) to upload your files as well as the correct connection string(s) to access a database that is part of your website.
Upload your website files to your web host using FTP. Include the web pages, any image files or other web content files related to the new site.
Replicate any database schema and tables that are part of your website to the web host's database server. Do this either by developing the database on the web hosting company's database server if allowed or with the Database Publishing Wizard that is part of Visual Web Developer (installed with ASP.NET).
Update the web.config file that was uploaded as part of Step 1 so that the database connection string will point to the web host's database server rather than the location on your own PC. This may involve several connection strings if the website includes complications such as additional systems, membership pages, and roles (Admin, Full User or Limited Use, for example).
Test all connections and features of the hosted website for functionality. Correct any bugs or non-working parts on the local computer and then upload the corrected web pages.
VPS Hosting

Saturday, August 29, 2015

How to Create a Forum Website


Register a domain name for your website at a domain name registrar such as FreeHostia or GoDaddy (see Resources).
Buy a web hosting package to host your website online. Hosting is available from the domain name registrars listed above and many different sites. Buy a package that includes at least one MySQL database.
Download and extract the newest version of the phpBB Installation Package from its official website (see Resources).
Upload every file and folder you just downloaded into the same public location on your website (such as yoursite.com/forum).
Open a web browser and navigate to the 'install' folder of wherever you put phpBB. If you put it in yoursite.com/forum, go to yoursite.com/forum/install.
Click on the 'Install' tab and follow the on-screen instructions to install phpBB. If you get stuck, you can find detailed installation instructions in INSTALL.html and README.html, in the 'docs' folder.
Find extra add-ons for your forum and different visual styles from the phpBB website (see Resources).
Tell people to come to your site and start talking.
VPS Hosting

Saturday, August 22, 2015

How to Set Up OpenCart in Go Daddy (10 Steps)


Download OpenCart from its Google Code site.
Extract the Install folder from the downloaded ZIP file using WinRAR or WinZip.
Upload the unzipped Install folder to your Go Daddy host directory using an FTP application such as FileZilla or CyberDuck.
Select 'Web Hosting' from the Products section of your Go Daddy Account Manager. Under Databases, select the MySQL database icon, and click 'Create Database.' Enter the desired database name, and press 'Create.'
Assign a user to the newly created database. Make sure that the username and password are different from your root username and password.
VPS Hosting

Friday, August 21, 2015

How to Create a Guest Pass for Photos to Share With Friends


Create a Flickr account. Select 'Create Your Account' on the main page of the Flickr website. You will be directed to sign up for a Yahoo! ID, if you do not already have one. Fill out the registration form and create a user name. Once you have set up an account, use your Yahoo! ID to sign into Flickr. Click on 'Personalize Your Profile' to add information to your account and change your user settings.
Upload your images to Flickr. After you add the files, organize them into separate sets. The default privacy setting for all of your newly uploaded photos is 'public.' If your album is public, you can share it by copying the album's URL that appears in the address bar of your browser and sending it to others in an email.
Change the access level of your album sets to 'private.' Click on an album set. Under the 'Batch Edit' tab, choose 'Change Permissions.' To make your album private, select 'Only You' and further specify if you want the album to be visible to friends and/or family. Select the 'Change Permissions' button to finalize your preferences.
Create a Guest Pass for others to view private albums. Click on a private album set. Select the 'Share This' button. Enter the email addresses of the recipients. Add a Guest Pass by checking the appropriate boxes. You can optionally include a personal message for your email. After you click 'Send,' a Guest Pass to view your private album will be sent to the recipients you specified. The Guest Pass will not expire until you delete it from your Guest Pass history.
VPS Hosting