Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

companyweb not working. Dir missing files?

Status
Not open for further replies.

Cosmod

IS-IT--Management
Feb 9, 2005
1
US
I'm setting up sbs 2003 for the first time. The companyweb isn't working. I can't access it from any machine. I've been reading though the posts and I think it was not created or I have not done something right... When I go to c:/Inetpub/companyweb there is only 1 file (webconfig) and 3 folders (aspnet_client, _vti_pvt, & wpresources) . Shouldn't there be a htm file or something? Thanks in advance for any help.
 
Cosmod, did you ever figure this out? I have the same problem.

Thanks
 
Go to the directory and open notepad. Enter the following text and save it as 'default.htm'
Code:
<html>
  <head>
    <title>Default Page</title>
  </head>
  <body>
    <h1>Hello, World</h1>
  </body>
</html>
Now browse to and you should see 'Hello, World'

What happens?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top