ASP.NET E-Commerce

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ryan Moore

    ASP.NET E-Commerce

    Anyone have a good link describing the process/essentials to setting up an
    E-Commerce site using ASP.NET? I am very familiar with all the .NET stuff,
    but I'm looking for info on security considerations, etc.

    thnx


  • Scott Allen

    #2
    Re: ASP.NET E-Commerce

    These documents are not specific to e-commerce, but they do provide a
    comprehensive overview of server side security considerations.

    Improving Web Application Security: Threats and Countermeasures


    Building Secure ASP.NET Applications: Authentication, Authorization,
    and Secure Communication



    --
    Scott



    On Thu, 23 Sep 2004 11:02:56 -0500, "Ryan Moore"
    <ryanmoore@hotm ail.com> wrote:
    [color=blue]
    >Anyone have a good link describing the process/essentials to setting up an
    >E-Commerce site using ASP.NET? I am very familiar with all the .NET stuff,
    >but I'm looking for info on security considerations, etc.
    >
    >thnx
    >[/color]

    Comment

    • clintonG

      #3
      Re: ASP.NET E-Commerce

      I've developed e-commerce and one of the several things I learned
      is that the payment processors are the fastest moving objects as they
      continue to implement new requirements that require coding.

      Thus, you should be creating a collection of payment processor
      sites and monitoring the trends.

      Just this week for example Verisign has released a new initiative
      and it seems others will follow. What happens is one or the other
      takes the lead and the others then follow with the same implementation
      or their own idea of how an implementation should function.

      --
      <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
      Architectural & e-Business Consulting -- Software Development
      NET csgallagher@REM OVETHISTEXTmetr omilwaukee.com
      URL http://www.metromilwaukee.com/clintongallagher/





      "Ryan Moore" <ryanmoore@hotm ail.com> wrote in message
      news:edDP9gYoEH A.2140@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Anyone have a good link describing the process/essentials to setting up an
      > E-Commerce site using ASP.NET? I am very familiar with all the .NET stuff,
      > but I'm looking for info on security considerations, etc.
      >
      > thnx
      >
      >[/color]


      Comment

      Working...