Problem relating to ajax
Hi all,
i " rakesh bindal " facing a problem while using ajax through dll
Problem :i use ajax to fill dropdownlist it is working perfectly alright on local machine but when i upload on a server it gives an error and my extension of site is (.in)
and error message is
The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
i also included this in config file
<httpHandlers>
<add verb="GET,POST" path="Ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" />
</httpHandlers>
thanx in advance
please help me its urgent
|