I am developing a webservice on my local machine using file system. So the webservice is sitting on my local C drive. In the .net 2.0 solution explorer, I can see the webservice. Not sure why the path is showing as "C:\...\CodeWS" Please note that the webservice is save in C:\Work\Code\CodeWS
Why is the path showing as C:\...\CodeWS
Why is it that each time i open up the .sln, then some of the webservice files appear ini the root folder, i.e. C:\Work\Code
And I am not sure if IIS has to be installed on my machine so that I use http instead of file system in .net 2.0 to create and save webservices Thanks
.NET Development16
|