Jump to content

IIS installation problem


zyjsea

Recommended Posts

I just learn how to use ASP, and have trouble to install IIS. I followed the ASP tutorial in w3shools as below:Insert the Windows XP Professional CD-Rom into your CD-Rom Drive From your Start Button, go to Settings, and Control Panel In the Control Panel window select Add/Remove Programs In the Add/Remove window select Add/Remove Windows Components In the Wizard window check Internet Information Services, click OK An Inetpub folder will be created on your harddrive Open the Inetpub folder, and find a folder named wwwroot Create a new folder, like "MyWeb", under wwwroot. Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder Make sure your Web server is running - its status can be checked by going into the Control Panel, then Administrative Tools, and double-click the "IIS Manager" icon Open your browser and type in "http://localhost/MyWeb/test1.asp",'>http://localhost/MyWeb/test1.asp", to view your first ASP page First of all, I couldn't find the "IIS Manager" icon in Administrative Tools. When I type "http://localhost/MyWeb/test1.asp" in my browser, the page is not opened. What are the possible problems?Please help. Thanks a lot.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...