N
ninja_kornjaca
Hello,
I'm having a pretty strange problem and I'd appreciate if anyone could help
me with it.
I'm having a custom error page on my IIS. Specifically, I've written my own
ASP (classic ASP) error page for "404 Not Found" error. It does some work in
database (via. ADO), and the redirects user to another page. No big deal.
And it worked just fine when all my pages on my website were pure old ASP.
But a few days ago I added another page to my website - an ASP.NET page that
contains a couple of validating controls. When I try to see that page in IE,
I get a javascript "Syntax error". When I debug it, I see that the error is
in file myweb/aspnet_client/system_web/1_1_4322/WebUIValidation.js - and it
seems that the validation script contains HTML and JavaScript from my custom
error page written in ASP!!!
Any ideas? If you need, I can copy/paste some parts of code...
Thanks,
n.
I'm having a pretty strange problem and I'd appreciate if anyone could help
me with it.
I'm having a custom error page on my IIS. Specifically, I've written my own
ASP (classic ASP) error page for "404 Not Found" error. It does some work in
database (via. ADO), and the redirects user to another page. No big deal.
And it worked just fine when all my pages on my website were pure old ASP.
But a few days ago I added another page to my website - an ASP.NET page that
contains a couple of validating controls. When I try to see that page in IE,
I get a javascript "Syntax error". When I debug it, I see that the error is
in file myweb/aspnet_client/system_web/1_1_4322/WebUIValidation.js - and it
seems that the validation script contains HTML and JavaScript from my custom
error page written in ASP!!!
Any ideas? If you need, I can copy/paste some parts of code...
Thanks,
n.