Hosting ASP on a Windows server needs Internet Information Service. IIS is even installed on desktop versions of the OS, but these devices are unable to handle the traffic and processor damage of hosting sites. IIS on these devices is used for growth. To host ASP programs, first need a server and a connection to the Internet. If having these, then hosting pages is simple as configuring the server and folder for ASP processes.
• Make a directory on the IIS server. The directory's place can be anywhere on HDD. Make a note of where to make the directory for the following steps.
• Click Start and go to "Control Panel." Click twice on "Administrative Tasks" directory in Control Panel. Click device on IIS to open the IIS Management Console.
• Right click "Default Web Site" and click "New." Go to "Virtual Directory." Select "Next".
• Type a name for the ASP website. Select "Next".
• Type the directory path for the website directory. This is the path from the first step.
• Click "Read" and "Run scripts". Select "Next" and select "Close".
• Right click the new virtual directory recently created. Go to "Properties." This opens a configuration screen. Select "ASP.NET".
• Select "Edit configuration". Select "Add" under "Application Settings". After completion, select "Ok".
• Upload ASP pages to the directory created on first step.
• Open a Web browser and go to the ASP web site.



Reply With Quote
Copyright Techfuels
Bookmarks