Boddashkabes
New Member
How to get pageurl from which error is occurred in asp.net.
i just need page url that is not found.this is my code of web.config for custom error \[code\]<customErrors mode="On" defaultRedirect="ErrorPage.aspx?handler=customErrors%20section%20-%20Web.config"> <error statusCode="404" redirect="ErrorPage.aspx?msg=404&handler=customErrors%20section%20-%20Web.config"/> </customErrors>\[/code\]
i just need page url that is not found.this is my code of web.config for custom error \[code\]<customErrors mode="On" defaultRedirect="ErrorPage.aspx?handler=customErrors%20section%20-%20Web.config"> <error statusCode="404" redirect="ErrorPage.aspx?msg=404&handler=customErrors%20section%20-%20Web.config"/> </customErrors>\[/code\]