Thanks for that, unfort the same problem is still in place - when i view the source of the page, the action attached to the form is still
action="404.aspx?404;http://10.10.10.12/erro"
(http://10.10.10.12/erro is the page which causes the 404)
although i want the action to be to redirect the...
Hi,
I am re-writing the 404 error page for my site to offer a more attractive error state. I have set up IIS so that 404's point to a file /error/404.aspx - this works fine
In this page (404.aspx) I parse the querystring to extract the url that was typed (or linked to) and display this value...
I have found the problem - v annoying!!!
by declaring the project within a namespace, the reference to it from asax file needed errorLogger.errorLogger.logClass
Not ideal, but it seems to work now
I have imported the namespace to my global.asax file (
)
By the references dialog, do you mean in the assembly folder ? (if so, yeah, it appears in there ok, along with reference to version no and public key value)
When the page loads, it imports the namespace ok <%@ Import...
I am trying to create a shared dll which can be used for error reporting on each site i am running.
I have created a keypair (sn.exe) and built my code within a namespace (including the key) This verifies ok (with -v flag)
Using gacutil on the server, i have 'installed' the dll to...
thanks very much for that - works a treat
one thing, is it possible to use a search string containing non-alphabetical chars eg
dbo.split('why won't this work',' ') - ie cope with ",',-,/ etc
cheers
I am currently implementing a search function from an asp page where the user can input a string (restricted to about 255 chars), from which a dynamic sql statement is constructed.
Eg if they search for "a b c", the script recurses through each word and append the sql to a str which would then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.