How to Host ASP

Hosting ASP on a Windows server requires Internet Information Services (IIS). IIS is also installed on desktop versions of the operating system, such as Vista and XP, but these machines are unable to handle the traffic and processor strain of hosting websites. IIS on these machines is used for development. To host ASP applications, you first need a server and a connection to the Internet. If you have these, then hosting pages is as easy as configuring the server and folder for ASP processes.

Things You'll Need

  • Internet Information Service (IIS) installed
Show More

Instructions

    • 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.

Related Searches:

References

Comments

You May Also Like

  • How to Host an ASP Net Web Service Outside of IIS

    Prior to the introduction of WCF, web services developed in .Net had to be hosted within Internet Information Server (IIS). In .Net...

  • How to Host an ASP Net Website

    ASP.NET is a programming language developed by Microsoft. To host an ASP page, you need a Windows machine with Internet Information Services...

  • How to Use Confirmation With ASP Buttons

    Microsoft's latest incarnation of its ASP programming language is ASP.NET. Web Developers use ASP.NET to create interactive websites that have client and...

  • How to Enable ASP Pages in IIS 6.0

    Often abbreviated as IIS, Microsoft's Internet Information Services package includes a collection of programs, modules and management tools that allow nearly any...

  • Software Requirements for ASP.NET

    Software Requirements for ASP.NET. ASP.NET is an Internet development model that is used for web applications. Programs coded in ASP.NET have access...

  • ASP Net Hosting Requirements

    IIS is a hosting application that is included with all of Microsoft's server operating systems. The hosting service is not installed by...

  • How to Enable ASP in IIS 6

    Microsoft ASP is a server-side programming language that enables programmers to generate dynamic content on websites. ASP stands for Active Server Pages...

  • How to Run an ASP Website with IIS on Your Home Computer

    Internet Information Services (IIS) is useful when you are developing a website with Classic ASP. Other web programs like Dreamweaver or Visual...

  • How to Host ASP.NET Pages

    Hosting ASP.NET pages on a Windows 2008 server requires the installation of several components, including Internet Information Service (IIS). ASP.NET pages have...

Related Ads

Featured