Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Secure Class

    Hi ,
    How can I clean user inputs to protect sql injections ?


    hoz Guest

  2. Similar Questions and Discussions

    1. #31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection
      ID: 31050 Comment by: youngad6 at gmail dot com Reported By: dylanwoster at mac dot com Status: No Feedback...
    2. Secure PDF's merged into 1 document from 2 different Secure Files, possible?
      I have multiple Secured PDF files that I have created. There is a possibility that my end user will need to merge multiple PDF files into 1 main PDF,...
    3. secure intranet site with non secure sites?
      I log into a domain open an secure intranet site and then when I go to yahoo.com it messes up my secure intranet site that I have open. Cant...
    4. "Microsoft must deliver 'secure environments' not tools to write 'secure code'" : draft article
      Hello Please see bellow the final draft of an article soon to be published. I would appreciate your comments and corrections of anything that I...
    5. whats the best way to mix secure and non secure data on a page?
      i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and...
  3. #2

    Default Re: Secure Class

    You can find SQL Server best practices at
    [url]http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sp3sec03.mspx[/url]
    and the ASP.NET security best practices whitepaper can be downloaded
    from [url]http://www.microsoft.com/downloads/release.asp?ReleaseID=44047[/url].

    --Mary

    On Fri, 5 Nov 2004 17:38:38 +0200, "hoz" <askme@first.com> wrote:
    >Hi ,
    >How can I clean user inputs to protect sql injections ?
    >
    Mary Chipman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139