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 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...
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.