J
johnmann56
Hello. I am having difficulties creating a simple ASP.NET Web Service following the walkthrough in the MS book that comes with VS 2003. My development machine is running XP PRO, and the server is running Windows Server 2003. The development machine is not in a domain of the server, but rather both are simply connected to a router and therefore have 192.168.0.x IP addresses. I have created a share on the server at C:\Inetpub\wwwroot\TempConv1 , and the alias is TempConv1 . I set the permissions to this share so that Everyone has Full Control, since I'm trying to get this to work. I can successfully see, and read and write to this share from the XP machine using Windows Explorer and create a simple text file in the share. However, when I attempt to create the ASP.NET Web Service, giving the project the name http://192.168.0.4/TempConv1, I get an error message saying the project cannot be created because the share doesn't exist or that I don't have access to it. For the share path, I've trie
\\JOHNS-SERV-2003\wwwroot$\TempConv1
\\JOHNS-SERV-2003\Inetpub\wwwroot\TempConv1 , an
\\JOHNS-SERV-2003\TempConv1 .
Any ideas why I can't create this project? Thanks very much in advance.
\\JOHNS-SERV-2003\wwwroot$\TempConv1
\\JOHNS-SERV-2003\Inetpub\wwwroot\TempConv1 , an
\\JOHNS-SERV-2003\TempConv1 .
Any ideas why I can't create this project? Thanks very much in advance.