Jump to content

zyjsea

Members
  • Posts

    3
  • Joined

  • Last visited

zyjsea's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Finally, I got it fixed. The problem is that I named the file "test1.asp.txt" instead of "test1.asp".Thanks a lot.
  2. I'm running Windows XP Home Edition with SP2. I think I have installed the IIS, because I can find wwwroot folder in my C: drive. But I don't know why I couldn't find the IIS Manager icon.Should I type in "http://localhost/MyWeb/test1.asp" or "http://c:/Inetput/wwwroot/MyWeb/test1.asp"?Thanks.
  3. 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.
×
×
  • Create New...