2

In my application I generated few url which contained " (double quotes), unfortunately. I corrected the url's but google bot already indexed wrong urls.

Now I get quite often following exception: System.ArgumentException: Illegal characters in path.

The only one place I can catch the error is the Application_Error in the Global.asax - I clean up the url over there and try to redirect to correct url - unfortunately it is not working... The application is not redirecting and I don't know why... Any suggestions?

Jason Berkan
  • 8,734
  • 7
  • 29
  • 39
marek
  • 120
  • 1
  • 9
  • did you see that http://stackoverflow.com/questions/367797/system-argumentexception-illegal-characters-in-path ? – Aristos Sep 22 '10 at 09:06
  • @Aristos: It is not relevant to my issue... I know what character is causing the problem - I clean up url but can't redirect to corrected url.. – marek Sep 22 '10 at 10:44

0 Answers0