Hi:
I found this issue is very tricky.
In VS2005 built-in web server, it will trigger all file types, gif, js, ...
In IIS, it will only trigger .aspx and ~/WebResource.axd, I really don't what is the ~/WebResource.axd comes from?
So My questions so far is following:
1. How can I config the VS2005 build-in web server and let it avoid other file types? (This one is nice to solve)
2. How can I avoid ~/WebResource.axd in IIS?
Thanks
Ron