I'm trying to create an ASP.Net website (File->New->Website->ASP.NET Web Site) in VS2010 with the Web location set to HTTP and the url set to a Windows Server 2008 R2 box.
When I try this I get an error that reads:
Unable to create the Web site 'http://[MYSERVERNAME]/WebSite.' The Web server does not appear to have FrontPage Server Extensions installed.
So, I went to find out how to install FPSE on Win 2k8 R2, and found out that it's no longer offered and to use WebDAV instead. So, I loaded up WebDav on the 2k8 box and I'm still getting the error above.
Is there something I need to configure, etc to get this to work properly?
Any help appreciated!!