OK, there is probably a really simple answer to this, but I have the flu and can't think straight.
I am taking advantage of being out sick by downloading VS2010RC and playing around with it.
I created a simple WCF service (my first in this foundation, but not my first service). Its a redo of an existing asmx service I created a while ago. I commented out all the processes, and am simply trying to publish the service to my local IIS7 to see the discovery working.
I have setup a new site to host the service ( I tried using Default as well, with the same results).
I right click the project in VS and select publish. It is prompting me for a login even though the site is setup for anonymous access. If I try to use WebDeploy, it can't find my site, and if I use FileSystem, it give me a simple "Publish failed" with no details.
Can someone point me to a tutorial or something that describes the publish process in VS2010 or give me some leads as to what setup needs to happen either in VS or ISS to let me publish?
Thanks.