Everytime I start debugging my ASP.NET (VB) project, after the startup page finishes loading, my custom (unhandled) error code is executed. (web.config: <customErrors mode="On" defaultRedirect="weberror.aspx">)
Once inside my error handling code, I see that the querystring is: "aspxerrorpath=%2ffavicon.ico". Although my error handler code executes, the error page never is displayed, and my startup page is displayed normally. I don't have ANY references to a favicon anywhere in my code.
I'm using the VB.NET, the ASP.NET Development Server and IE 9.
Any ideas why this is happening??
Once inside my error handling code, I see that the querystring is: "aspxerrorpath=%2ffavicon.ico". Although my error handler code executes, the error page never is displayed, and my startup page is displayed normally. I don't have ANY references to a favicon anywhere in my code.
I'm using the VB.NET, the ASP.NET Development Server and IE 9.
Any ideas why this is happening??
Bert Sirkin