i want to open a web site remotely using File-Open Web Site from VS2008 from an IIS6.0 WindowsServer 2003
i enter the development server where the site is, and i get the message "Unable to open web site "xxxxx" The web server does not appear to have FrontPage server extensions installed.
I've checked and the extensions are installed, and "allowed" in the IIS manager web extensions sub tree.
What logon does VS2008 use to request access from the target server? Could it be that the logon vs2008 is using is not authenticated with the server?
The WebServer extensions are titled Front Page Server Extensions 2002 - should they be a later version to match vs2008?
In other words I want to store, build and debug on the remote server, using the remote server as the webserver to debug with.
Any thoughts asp.net gurus?