Hi,
Something really strange happened on my site and I'm wondering why this would happen, it seems okay now, I think is because the cache cleared but this morning when I went to an ad and then clicked on "Send Ad as Email" a link to the wrong domain was shown in the message text box, infact the domain was not even my domain, but another classiied ads domain name. Then within a certain period of time it started to display the correct domain name..
URL: http://www.someoneelsesdomain.com/ShowAd.aspx?id=3
then within an hour back to the way it should be
URL: http://www.mydomain.com/ShowAd.aspx?id=3
Why would this happen, this very much concerns me.. I thought it was getting the name from ClassifiedsApplicationSettings.GetSiteUrl() if it wasn't cached which means that either:
baseUrl = protocol + c.Request.ServerVariables["SERVER_NAME"] + port + c.Request.ApplicationPath;was returning the wrong domain name or somehow the cache got written over with another domain name,
Any ideas would be very helpful as this very much has me concerned..
Thanks.