Hi,
We have a development site for our website that users from each office connect to using both FrontPage 2003 and SharePoint Designer. The website is a mix of an ASP.NET application, and ASPX pages that the users edit. These changes are then published to production by an admin.
We just recently released a new version of the application which has been upgraded to .NET Framework 2.0. The app runs fine in both production and development, but what we didn't realize was that after upgrading the app to 2.0, users can no longer connect to the development server with FrontPage or SharePoint Designer. The error provided by SP Designer is: "The server sent a response which SharePoint Designer could not parse. If you are trying to connect to a Windows SharePoint Services Server, check with the server's administrator to make sure Windows SharePoint Services is installed properly."
If we change the ASP.NET Framework version in IIS back to 1.1, users can connect with SP Designer, but (obviously) the application will not run.
We have tried removing and reinstalling Server Extensions 2002 on the development site, this had no effect.
We have seen some people with that same error where the resolution was editing the web.config to move a key for AJAX (<remove verb="*" path="*.asmx" />). AJAX for the 2.0 Framework is installed on this server, but not in use for this application. So there is no key to move.
We have not completely uninstalled/reinstalled server extensions 2002 from the server itself yet. I'd say this is a last resort.
The admin CAN connect to the PRODUCTION site with SharePoint Designer, which is weird. This has led to the question: "Is there an update to Server Extensions that provides for framework 2.0 applications?" Maybe this update has been applied to the server in production and not in dev?
Any other ideas (or solutions) are welcome. :)
Thanks,
Andrew