Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Trying to access a url: server/Help/Upload/4 works fine, unfortunately we have to add a &iframe; on the end of this URL for it to be displayed in fancybox.

The URL with &iframe; on the end [server/Help/Upload/4/&iframe;] causes a IIS bad request.

I've googled for ages and can't seem to make any headway with this problem.. also tried the following: http://extended64.com/blogs/news/archive/2008/10/10/asp-net-2-0-x64-you-may-get-http-400-bad-request-or-error-as-mentioned-in-kb-932552-or-826437.aspx

share|improve this question

2 Answers

I also solved this using that same dirk.net sites directions, but there is one more step for x64 machines. You have to add a "DWORD" for "VerificationCompatibility" in "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ASP.NET\" and set its value to "1".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.