Saturday, October 06, 2007

UrlRewriting

it can be very tricky if you are using godaddy like shared hosting. and at the same time if you are trying to use asp.net ajax toolkit.

at the end you will find yourself why the hell ajax part does not work. its all about urlrewriting and its file issues. you need to put to zero size file to your application folder.
ScriptResource.axd
WebResource.axd

it will solve urlrewriting and ajax problems. I hope someone make some enhancements to urlrewriting project.

No comments:

odd string diff

 https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java   class Solution { public String oddString ( S...