How can I run an ASP.net 4.0 app in the ISV folder on CRM 4.0?
It works if I make the asp.net app target .net 2.0, but if I switch it to .net 4.0 I get 404.17's. Which imply that the script handler setting is missing from my web config, but isn't that built into the .net 4.0 runtime now? (hence it's removal from the web.config automatically).
When my app was .net 2.0, I had modified the web config in the proper manner that is well documented on various sites and blogs on the net.
Anyone able to get this working? (I need to use a .net 4 web control on my asp.net page)