iFocus.Life News News - Breaking News & Top Stories - Latest World, US & Local News,Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The iFocus.Life,

How to Host ASP

104 9
    • 1). Create a directory on the IIS server. The directory's location can be anywhere on the hard drive. Take note of where you create the directory for the following steps.

    • 2). Click the Windows Start button and select "Control Panel." Double-click "Administrative Tasks" directory within the Control Panel. Double-click the IIS icon to open the IIS Management Console.

    • 3). Right-click the icon labeled "Default Web Site" on the left side of the window and select "New." From this menu, select "Virtual Directory." Click the "Next" button at the welcome screen.

    • 4). Enter a friendly name for the ASP website. This can be any name you choose. Most administrators name the website something similar to the domain name. Click the "Next" button.

    • 5). Enter the directory path for the website directory. This is the path from step one. For instance, if you created the directory "C:\mywebsite," this name is what is entered into the textbox. Click the "Next" button.

    • 6). Select "Read" and "Run scripts" from the list of permission options. Click the "Next" button and click "Close" on the final summary screen.

    • 7). Right-click the new virtual directory just created on the web server. Select "Properties." This opens a configuration window. In this window, click the "ASP.NET" tab.

    • 8). Click the "Edit configuration" button. Click the "Add" button in the "Application Settings" section of the properties box. Once this is done, click the "Ok" button to save the settings.

    • 9). Upload your ASP pages to the directory you created on step one. Once that is complete, you are ready to view the ASP pages from the Web server.

    • 10

      Open a Web browser and gp to the location of the ASP web site. For instance, if the alias you created in Step 4 was "mywebsite," then you can view the hosted web pages by entering "http://<servername>/mywebsite" where "<servername>" is the computer name of the server. This can also be done on any other computer on the network to view the website.

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time
You might also like on "Technology"

Leave A Reply

Your email address will not be published.