ASP.NET

How To Fix: Missing SVC MIME Types and Script Mappings Required for WCF Web Services

Very tiring day today. We struggled almost 5 hours to configure a corrupted IIS 7 on Windows Vista to deploy one of our web applications(WCF Web Services + ASP.NET MVC based). Everything was alright on our development boxes but nothing is running is Vista based computer. When we try to access any of the Web …

How To Fix: Missing SVC MIME Types and Script Mappings Required for WCF Web Services Read More »

How To Perform Client Side Action After Completion Of AJAX Postback Operation[ASP.NET 2.0]

While developing an ASP.NET 2.0 web application that uses <asp:UpdatePanel> control, we were required to perform a client side action (using JavaScript) after completion of Ajaxed post back. We achieved it by attaching an event handler method to the event _endRequest of PageRequestManager object. After completion of every post back ASP.NET automatically notifies all the …

How To Perform Client Side Action After Completion Of AJAX Postback Operation[ASP.NET 2.0] Read More »