Recently I was asked a strange question from my boss that I really have not dealt with yet. For some reason he feels it may be important to remove or hide the .aspx extention from our asp pages in order to hide from bot programs......Personaly I dont see this helping becuase I cannot imagine a good bot program would not look at source and see it is an asp page anyway..But anyway I was wondering if I could get some input on this matter. Is it really even worth bothering with? How would i go about doing this? And should I expect performance hits from something like this. Keep in mind mainly what I deal with are web applications that query fairly large database information. I do not display querystrings inside of the url, so no reason to removing anything like that.
...
Go to the complete details ...