Web part development in local machine or server
Hi, I have a server where the WSS installed and I have installed VS 2005 in my local machine. Trying to create a web part from local machine using the "Visual Studio 2005 Extensions for Windows SharePoint Services 3.0".
But the problem is, I am getting an error message saying "No sharepoint site exists for the URL" and the debug process stops. To correct the error, I went and changed the URL to the one hosting the sharepoint services under
project propeties > debug > start browser with URL
and I re-compile, still getting the same error.
I am wondering of few things:
- do I need to install VS 2005 in the server and start developing the web parts in the server itself
- If above is not a good idea, then how do I get rid of the error message and get the web part compiled successfully to be loaded into WSS
Really appreciate your help. Thanks in advance.

