|
Migration to .Net 2.0 -- Tanmayakulkarni --
Hi, I have a web application where I have used Ajax.dll (not AjaxPro). Now I want to migrate application to .Net 2.0. I understand that I will have to add reference to AjxPro2.0. But what changes do I need to make to web.config? Kindly let me know any other changes needed. TIA, Tanmaya |
|
-- NareshRohra --
Hi, You can get a sample code for AjaxPro from this website http://www.schwarz-interactive.de /. This sample is for ASP .Net 2.0.But, it never worked on my PC (although only tried one attempt). It also consists fo Web.config with required Ajax sections. Please let me know if it works at ur end. regards, Naresh Rohra. On 7/11/06, Tanmaya kulkarni <tanmaya.kulkarni> wrote: Hi, I have a web application where I have used Ajax.dll (not AjaxPro). Now I want to migrate application to .Net 2.0. I understand that I will have to add reference to AjxPro2.0. But what changes do I need to make to web.config? Kindly let me know any other changes needed. TIA, Tanmaya > |
|
-- blossom --
I am facing the same problem .... the code for web.config is... <httpHandlers> <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/> </httpHandlers> my problem is with calling the c# function in javascript can u send me the snippet where you have written the javascript part for the ajaxpro2 |