473,408 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

ecommerce solution

I will be developing an ecommerce store solution in asp.net and c#
shortly. My Qn is about the store admin account. Does the store
administration need to be a web based app or can I develop it in c# as
a windows form application. I need some suggestions. or can some body
point me to a good example
thanks

Jan 18 '06 #1
2 1131
> I will be developing an ecommerce store solution in asp.net and c#
shortly. My Qn is about the store admin account. Does the store
administration need to be a web based app or can I develop it in c# as
a windows form application.


There's no real reason why you can't use a regular C# application to
administer the site (this tends to be more secure as the administration
can only be done by those with access to the program). You'd need to
store your data in a shared location (most probably a SQL Server
database) which both can access; it'd also probably be advisable to put
shared low-level components in a separate assembly referenced by both
the site and administration tool.

Jan 18 '06 #2
I agree with Paul but you should also consider whether or not you want to be
able to access this admin app from outside the offfice. Unless you are going
to be remotley connecting via remote desktop or some other means, it would
be wise to think about how frequent you will need to be connected to it from
outside. As long as you set up the security options right, you shouldn't
have problems with a secure authentication model. Another point you should
consider is once you create this application as a windows app, you will be
only able to use a windows machine to run it whiles with the a web based
app, you can use an machine with an internet connection and a web browser.

--Papanii

"Paul Henderson" <pa***********@pittville.demon.co.uk> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
I will be developing an ecommerce store solution in asp.net and c#
shortly. My Qn is about the store admin account. Does the store
administration need to be a web based app or can I develop it in c# as
a windows form application.


There's no real reason why you can't use a regular C# application to
administer the site (this tends to be more secure as the administration
can only be done by those with access to the program). You'd need to
store your data in a shared location (most probably a SQL Server
database) which both can access; it'd also probably be advisable to put
shared low-level components in a separate assembly referenced by both
the site and administration tool.

Jan 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Miguel Dias Moura | last post by:
Hello, in 2 months i will create an eCommerce web site in ASP.net. I have been creating web sites in Flash, ASP, ASP.net and PHP for quite sometime. However i never created an eCommerce web...
4
by: Your_name | last post by:
Can anybody recommend a good asp.net ecommerce solution, similar to actinic that is fully featured, easy to set up and integrates well with payment processors. TIA.
0
by: VB Programmer | last post by:
I installed IBuySpy ECommerce app and customized an ecommerce site. Now I want to make a 2nd ECommerce app, based on the Starter Kit. But, when I run Setup it asks if I want to repair or...
6
by: J Rieggle | last post by:
Hi there, I am stuck on a problem that relates to eCommerce sites, but isnt ASP.NET specific (sorry). The ecommerce site is working in the UK, and products will be sold in pounds stirling. ...
2
by: Brent Borovan | last post by:
Over the next few months our company will be adding ecommerce functionality to a new web based service we are developing. Customers can sign up for the service and pay for it either on a monthly...
0
by: Lisa | last post by:
This is a unique opportunity to architect and build a new web site and integrate with all other company software to provide global commerce for our products on the web from the ground up. The...
0
by: Lisa R | last post by:
This is a unique opportunity to build a new web site and integrate with all other company software to provide global commerce for our products on the web from the ground up. You will join a team of...
0
by: mark r | last post by:
Ive been tasked with looking for an off the shelf ecommerce package and likewise CMS solution but trawling through hotscripts.com and aspin.com theres just way too many to review (ive got a day) ...
1
by: nospam | last post by:
I apologize if this is not the right group for my question, over here all web-related newsgroups seem dead or filled with spam. A pointer to a good international web devopment forum is welcome. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.