I have MVC 3 website. When checked Google Analytics I saw ‘undefined’ error and I don’t know why I am getting that error.
When I visit that page below I am not getting but some how someone getting that redirection to undefined.
How can I define why I am getting that error or is it something with MVC 3?
ORIGINAL WEB PAGE
http://www.emlakrex.com/Sonuc/detay/Merkez,Bursa,Kiralik,Arsa,Arazi,Ilanlari,2000-TL/PrptyID-273163
REDIRECTED WEB PAGE
http://www.emlakrex.com/‘undefined’
undefined often comes from javascript. I can only assume that your re-direct is carried out by javascript, or, you have some java script function that attempts to use an undefined variable. Please provide some code samples of where you think this is failing.