Hi.
So i have applied custom error page on my webserver (iis 7.5 + windows web server 2008 r2 sp1) and everything seems to be working fine except one error that i just cant get it customized.
So for example i go to my site and looking for some .aspx file that does not exist on server. So i type www.mysite.com/adm.aspx. I get custom error page saying stuff you are looking for does not exist and in address bar i have address: http://www.mysite.com/error.htm?aspxerrorpath=/adm.aspx,
but for example when i try access page http://www.mysite.com/error2.aspx?aspxerrorpath=/adm.aspx (i changed the error page name) i get error picture
Is there a way to close down (customize) this error ?