The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I have a page that all users are redirected to if they try to enter a url that don't exist on my site. Like www.site.com/snitz.asp --> www.site.com/pagenotfound.asp.
I have a user that very often end up on that page and want to know what page he's trying to reach. I thought that it would be a piece of cake to save the refferrer url to the db and then create a page that displays all url's that are not reached but got a brain meltdown. Can someone help me alittle? What I need help with is the sql to save the Refferrer-variable to the db. <
I have a user that very often end up on that page and want to know what page he's trying to reach. I thought that it would be a piece of cake to save the refferrer url to the db and then create a page that displays all url's that are not reached but got a brain meltdown. Can someone help me alittle? What I need help with is the sql to save the Refferrer-variable to the db. <