disable ASP.Net "Path {0} not found" error
We use URL rewriting allot in our website project and so each page has loads of "Path not found" errors for the Hyperlink control NavigateUrl property - although they arn't errors. I'd like to know if it is possible to disable this error?
Regards,
Damien
Please sign in to leave a comment.
Damien,
No, there's no such an ability. How do you rewrite these URLs?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Using a url rewritting http module that I developed a few years ago. I get about 1000 of these when I do an analysis. I think the ASP.Net errors should be configurable like all the rest. How do you make a formal feature request?
Damien,
How this httpmodule is called. I believe, it should be listed in a
web.config somehow.
Could you create a sample solution with single .aspx page with URL and all
the necessary files?
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Sergey, this may be related to the problem I see when I have <appSettings file="user.config"/> in a web.config file. It's intended that this attribute be ignored if the file does not exist, but you're displaying it as an error:
![]()
--
John
"Sergey V. Coox (JetBrains)" <qx@intellij.com> wrote in message news:g93ten$cuf$1@is.intellij.net...
> Damien,
>
> How this httpmodule is called. I believe, it should be listed in a
> web.config somehow.
> Could you create a sample solution with single .aspx page with URL and all
> the necessary files?
>
> --
> Sergey V. Coox
> JetBrains, Inc
> http://www.jetbrains.com
> "Develop with pleasure!"
>
> ]]>
Attachment(s):
1C73.bmp