Hi Imar
Thanks for your response again.
OK so this is what I have done so far. There are two pc's on the network which are.
RICHARD (The Webserver)- This is an xp pro machine with iis 5.1 installed where I can browse and view all the files in inetput on the c: drive.
RUSSELL (The Development pc) - This is the xp home machine with Dreamweaver intalled (mx 2004).
Following your instructions - if I put
http://localhost on the xp pro machine it directs me to the window shown on on page 27 of Beg.DW Mx and changes the address to http:/localhost/localstart.asp. However if i type in
http://Webserver on this machine in directs to a page not found and then on to a Dell search engine page.
If I type in
http://Webserver on the development machine it gives me a Page Cannot be displayed. I can however browse the subfolders in Inetpub on the weserver by typing in \\richard\inetpub I can then view all the files in the folders except for the wwwroot folder that gives me an access denied error message.
Now to give you some more background. When I originally got IIS running on the webserver I tried to navigate to the localstart page from the development machine per instructions at the top of page 28 by putting in
http://richard/localstart.asp. I received the page cannot be displayed error. I soon realised that this was a firewall problem and have now added port 80 to the exemptions on the firewall of the webserver machine and clicked on allow internet users to access Webserver (HTTP) for our network on the advanced tab of the firewall. Now when I navigate to
http://richard/localstart.asp it redirects me to
http://richard/iisstart.asp which is the 'page under construction' page which i believe is the default page for iis.
Ok so at this stage I knew that ASP was running on the webserver and there was a connection with the development machine.
When I got to step 8 page 33 where I needed to save the welcome file from the development machine I assumed that I would need to share the inetpub folder from the webserver so I could access this and save files in wwwroot from the development machine. Is that right or am i supposed to access the folder another way?
So the inetpub folder is now shared in my network places but again if I can browse all files in this folder in my network places except the wwwroot folder which is inaccessible. Similarly when in Dreaweaver and I try and save the file I navigate to the folder via my network places and I come up with access denied. The exact wording is
\\richard\inetpub\wwwroot is not accessible. You might not have permisssion to use this network resource. Contact the administrator of this server to find out if you have access permissions. Access is denied.
One thing to note is that while I ahve been investigating the permissions I have noticed that on the file sharing for this folder i am unable to switch the read only attribute off. When I switch if off and apply changes it reverts back to read only when I reopen. Could this be the problem?
I have also found the following link which seems to cover a similar problem to that I am experiencing
http://www.mcse.ms/archive62-2004-8-969668.html unfortunately there is no resolution though
Sorry for the long post but I hope the information helps. Thanks again for your help as I appreciate this probably goes beyond the realms of the book.
Thanks
Russell