Let me asking why do you want to strip it?
robors.txt is asked by automatic robots that collect information. Like
google or yaho.
But in your case apparently it's some lame robot that can not parse out url
correctly simply ads /robot.txt to the end of url and asks for it from the
server.
So why would you worry what kind of garbage it will get in return from your
page.
All important robots you should be worring about like Google or Yahoo parse
out url correctly.
So i am saying just ignore it. It's not human.
George.
"Les Caudle" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> I'm noticing that web requrests are coming in with /robots.txt appended at
> the
> end:
>
> http://www.domain.com/ProductDetails...527/robots.txt
>
> I can correct these, one by one for each page, but I'd like to find a way
> to
> have ASP.NET 2.,0 strip this invalid /robots.txt off the end of any URL
> for me.
>
> Is this possible?
> --
> Thanks in advance, Les Caudle