J
Jeff
Hi
asp.net 3.5
A week ago I added a NoSuchPage.aspx to my site. Useris directed to this
page if a 404 error occur. This page writes to the database what page the
user was trying to reach. So I somehow have a tool to detect 404 errors.
Okay, now I see in the database that one user got 404 accessing
WebResource.axd:
stored in database: NoSuchPage.aspx?aspxerrorpath=/WebResource.axd
Strange that the user was trying to reach this resource. I might have been
me using somekind of tool to analyze my site. But that doesn't matter the
error shouldn't occur.
Been googling and haven't found a solution to this yet, somebody suggests
adding a machinekey to web.confg - my web.config have no machinekey.
any suggestions are greatly welcome
asp.net 3.5
A week ago I added a NoSuchPage.aspx to my site. Useris directed to this
page if a 404 error occur. This page writes to the database what page the
user was trying to reach. So I somehow have a tool to detect 404 errors.
Okay, now I see in the database that one user got 404 accessing
WebResource.axd:
stored in database: NoSuchPage.aspx?aspxerrorpath=/WebResource.axd
Strange that the user was trying to reach this resource. I might have been
me using somekind of tool to analyze my site. But that doesn't matter the
error shouldn't occur.
Been googling and haven't found a solution to this yet, somebody suggests
adding a machinekey to web.confg - my web.config have no machinekey.
any suggestions are greatly welcome