views:

48

answers:

0

I'm trying to use VS2010 to Publish a web app on my box to another web site on the same box. The Publish operation succeeds, but any pages that use the asp:ScriptManager tag are broken. I know there's an issue with the ScriptManager and FIPS security policy, but my app is using AES.

Some other random config info:

  • I'm using VisualSVN (server & client) for source control. I saw some posts on other sites about possible issues with Subversion/TortoiseSVN, so I tried publishing after shutting off the server. This didn't help.

  • The ScriptManager is used primarily for enabling PageMethods. Some pages are also using controls from the AjaxControlToolkit.dll

  • The destination directory is an IIS web site that's mapped to a fake internet URL in the HOSTS file (e.g. 127.0.0.1 www.fake.com)

  • Pages without a ScriptManager control are running fine in the published site.

Any suggestions for getting Publish to work would be appreciated. I'm trying to hook up the IIS URL Rewrite module, and I can't do this from within the ASP.NET sandbox.