HTTP Error 404.11 - Not Found The request filtering module is configured to...
If your SEO friendly URL contains special characters as + or - and running under IIS7 , you 'll get this error. to solve this issue , set allowDoubleEscaping to true in web.config file.
View ArticleASMX web service is not returning JSON data in IIS7
This code was perfectly working and returning json data when was being called from Jquery in IIS 5-6.However when it was deployed to IIS7, it was constantly returning xml response. .csharpcode,...
View ArticleZenab's Tech Blog.Net: ASMX web service is not returning JSON data in IIS...
Zenab's Tech Blog.Net: ASMX web service is not returning JSON data in IIS...: This code was perfectly working and returning json data when was being called from Jquery in IIS 5-6.However when it was...
View ArticleInvalid postback or callback argument. Event validation is enabled using in...
Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies...
View ArticleConfiguring Commands and attaching to the Keyboard and Mouse events in...
Commands: In WPF world, Commands are excuted on events triggered by mouse or keyboard. They are a loosely coupled way to bind the UI to the logic that performs
View Article