Search results

  1. S

    Coding techniques for protecting against Sql injection

    The majority of times we access a DB is to read data. So an obvious fix was to have 2 DB users, one with Read-Only that I use most of the time and the 2nd with Update access. Ok, its not perfect and when I do then use the Update user, I implement a lot of checks but it puts up an easy...
  2. S

    Sys.Webforms.PageRequestManagerServerErrorExceptio n Status Code 500

    Sys.Webforms. PageRequestManagerServerErrorException Status Code 500 Just thought I'd share this gem... I was getting this... Sys.Webforms. PageRequestManagerServerErrorException: An uknown error occurred while processing the request on the server. The status code returned from the server...
  3. S

    DotNetNuke - creating a new portal

    My 1st post... just battled thru the endless google pages trying to find out how to do this, a helpful post here on Jodo helped, so now I've managed it, I thought I'd tell you how I went about doing it, for any other poor sole wanting to do the same thing. 8o DNN is set-up on Domain1.com on...
Back
Top