Publish asp.net web service

I’m trying to publish a web service, but I get an error saying "The Web Publishing extension is not installed which is required to publish. you can install it from http://go.microsoft.com/fwlink/?LinkID=208120

I have had a look, and it does not mention the shell edition.

Do I need to do anything special to be able to compile ready to upload to my server.

Cheers

Hello.
If you are using VS Shell, download and install the web tools from microsoft ( http://download.microsoft.com/download/C/3/D/C3D134A2-1731-4C43-8D95-83C3FB3B7B07/WebToolsExtensionsVS.msi ). This will provide the web publishing extensions for your Visual Studio/Oxygene projects.

Thanks