Posts mit dem Label Information werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Information werden angezeigt. Alle Posts anzeigen

Sonntag, 28. Februar 2016

How to Host ASPX PagesIn Feburary 2016 28,

In Feburary 2016 28,
Click the Windows 'Start' button and select 'Control Panel.' Double-click the 'Add/Remove Programs' icon. A window opens and displays all the currently installed software on the computer.
Click the 'Windows Components' tab. This lists all the operating system-specific applications.
Check the box that is labeled 'Internet Information Services' and click the 'Install' button. This installs the IIS server. Reboot your computer for changes to take effect.
Configuration
Double-click the 'Administrative Tools' icon in the Control Panel. Double-click the newly created 'Internet Information Services' icon to open the configuration screen.
Right-click the default Web server icon and select 'Properties.' This opens a new window that is used to set the ASP framework version. For most installations, ASP 2.0 is used.
Click the 'Directory' tab. In this window, click the 'Configuration' button. This opens a window that displays the current ASP.NET information. Select the version from the drop-down box and click 'OK.'
Close the main configuration window. IIS is now configured to host ASPX files.
In Feburary 2016 28,

Donnerstag, 11. Februar 2016

How to Host Other People's WebsitesIn Feburary 2016 11,

In Feburary 2016 11,
Register for an unlimited hosting plan. Unlimited hosting plans will allow you to host many websites for one low price. This will allow you to piggyback host your friends' websites.For the purpose of this article (and because of its sheer ease of use), Host Gator will be used as an example (see Resources).
Log into the 'cPanel' (control panel) for his hosting plan. The cPanel can be reached by going to the URL provided upon registration. It will be included in an email titled 'Information about your hosting plan.'
Scroll down the cPanel homepage, a little past the halfway point. Under the 'Domains' section, there's an icon that has the letters 'www' with the addition symbol ('+') beneath the letters. Underneath, it says, 'Addon Domains.' Click this icon.
Enter the information of your friend's website, which you want to host on your hosting plan. Simply type in the name of your site under the 'New Domain Name' field. Proper format is http://yoursite.com (substituting the name of your real site for the words 'yoursite.com').
Press the 'Tab' key on your keyboard to move to the next field, Subdomain Name. This field will be automatically filled in for you.
Press the 'Tab' key on your keyboard to move to the Document Root field. This field will be automatically filled in for you.
Press the 'Tab' key on your keyboard to move to the next field. Choose a password for your new website. This will be how you access your site's files via FTP. Choose a strong, hard-to-crack password that includes letters, numbers and symbols.
Click the 'Add Domain!' button and you're finished. You are now hosting your friend's website.
In Feburary 2016 11,