HighTechTalks DotNet Forums  

Shopping Cart Application What are all the things, I need to take

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Shopping Cart Application What are all the things, I need to take in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
ss
 
Posts: n/a

Default Shopping Cart Application What are all the things, I need to take - 05-03-2006 , 02:47 AM






Hi,

Could anybody tell me, what are all the things I need to take care when one
does a shopping cart web application (ASP.NET 1.1)

What things I should do, to get https (secure) ; In application what things
I need to do? and In IIS 5.0 what and where all I need to set the values? In
IIS 6.0 , where and what all settings I need to do for HTTPS (secure)

bye
thnx,
ss

Reply With Quote
  #2  
Old   
chrisb
 
Posts: n/a

Default Re: Shopping Cart Application What are all the things, I need to take - 05-04-2006 , 05:25 PM






Thkns to take care of:
1. Make sure you know how you're going to calculate shipping.
2. Make sure you protect from SQL injection hacks
3. Purchase an SSL certificate - your hosting company may be able to
sort this bit out.

To install SSL, follow the instructions here:
http://www.verisign.com/support/ssl-...rtificate.html

In the application you don't do anything different to use SSL - the
browser and server take care of that bit.

Basically, you install the cert on the server, and tell the server what
pages must be served using port 443 (SSL). Then use absolute URL's to
nav to those pages (the secured pages need https://www..... not
http:// to browse to them correctly).

If you are using a generic secure server provided by the hosting
company, then you need do nothing apart from place the secured pages
onto that server and use https:// to navigate to them.

Much more info at http://msdn.microsoft.com/security/ and I recommend
reading the Developer Highway Code (pdf) at
http://www.microsoft.com/uk/msdn/sec...v_highway.mspx


ChrisB.
http://blog.cecatech.co.uk/chrisb


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.