I recently deployed an ASP.NET AJAX site and it threw and error regarding security. I knew it had to be with AJAX.
I opened a support ticket and have been going back and forth for some time now and I am trying to find out if anyone on this forum has a .NET 2.0 Microsoft AJAX Enabled Site?
I followed the MSDN instructions and added the following line of code to my web.config.
Now my site throws another error telling me that I cannot add to my web.config because the machine.config setup by Jodo does not allow me to override this setting.
Anyone out there have a site running with ASP.NET 2.0 and AJAX. Please let me know what I have to do to get this running in the shared environment at medium trust.
we have quite a few people using ajax.net on our servers in medium trust
Now my site throws another error telling me that I cannot add to my web.config because the machine.config setup by Jodo does not allow me to override this setting.