Hi,
I made a usercontrol using AJAX in .NET.
In my VS environnement, it works fine but, when I try to use it on our webserver, I got this error message :
When I put the "System.Web.Configuration.ScriptingProfileServiceSection" and the "System.Web.Configuration.ScriptingAuthenticationServiceSection" in comment in my web.config file, my control works but, the AJAX refreshing didn't work.
So, it seems that the Ajax.NET need this references in the web.config file but, I don't know why it didn't work.
As I saw in other thread, I also try to remove the "xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" reference but my control still doesn't work.
I hope someone can help me.
Thanks,
Fabian
PROMISYS
I made a usercontrol using AJAX in .NET.
In my VS environnement, it works fine but, when I try to use it on our webserver, I got this error message :
Impossible d'effectuer un cast d'un objet de type 'System.Web.Configuration.ScriptingProfileServiceSection' en type 'System.Web.Configuration.ScriptingProfileServiceSection'.
When I put the "System.Web.Configuration.ScriptingProfileServiceSection" and the "System.Web.Configuration.ScriptingAuthenticationServiceSection" in comment in my web.config file, my control works but, the AJAX refreshing didn't work.
So, it seems that the Ajax.NET need this references in the web.config file but, I don't know why it didn't work.
As I saw in other thread, I also try to remove the "xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" reference but my control still doesn't work.
I hope someone can help me.
Thanks,
Fabian
PROMISYS