A lot of what I would say has already been covered by other comments, so I won't repeat that (other then SSL! SSL! SSL!).

You mentioned:

secure forms (maxlegnth)

The maxlength attribute is a way of asking the client not to send data longer then a certain number of characters. Nothing prevents them from ignoring that request. Any sanity checking of data must be performed by the server side script. (You can check on the client side as well, but this should be only to provide convenience for the user, not for your security.)

As for VB.NET; most groups being new languages/frameworks try to hype the language or framework to attract developers. Microsoft is no exception. You might want to consider using the language if it provides significant benefits (such as already being used interally thus providing prewritten libraries that deal with your company's business logic), but don't choose it because its a buzzword.


In reply to Re: Security for an Web based applicatoin by dorward
in thread Security for an Web based applicatoin by perleager

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.