Yes, I want to develop the application in asp.net webform. The application would be used by different merchants and different profiles will be created for them.
Can you explain a little more by what you mean when you say Tenants? It sounds like you are trying to develop a rental manager application, can you clarify?
Multitenancy refers to a principle in software architecture where a single instance of a software runs on a server, serving multiple client organisations(tenants). Multitenancy is contrasted with a multi-instance architecture where separate software instance
(or hardware systems) are set up for different organizations.
Ok, your requirements are still rather vague. I get the idea that this web app would be for multiple organizations. The question that is still unanswered is what this application will do.
Application will serve multiple clients like Airline Companies, Hospitals, Banks, etc. for the Transactions that are done through Credit or Debit Cards.
Well, without knowing much more about what your application is going to do, you're next logical step is to set up an agreement with an online payment gateway to process these credit/debit card transactions.
Rahul_agg11
Member
245 Points
298 Posts
multi-tenant application
Nov 05, 2012 12:49 PM|LINK
Hi,
I want to make a multi-tenant application.
Can anyone provide the code/example of multi-tenant application without using MVC framework.
Thanks,
Rahul
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: multi-tenant application
Nov 05, 2012 12:54 PM|LINK
Can you more fully describe your functional specification and requirements please? I can ascertain you are looking for asp.net webforms.
Rahul_agg11
Member
245 Points
298 Posts
Re: multi-tenant application
Nov 05, 2012 01:24 PM|LINK
Yes, I want to develop the application in asp.net webform. The application would be used by different merchants and different profiles will be created for them.
Thanks,
Rahul Aggarwal
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: multi-tenant application
Nov 05, 2012 01:27 PM|LINK
Can you explain a little more by what you mean when you say Tenants? It sounds like you are trying to develop a rental manager application, can you clarify?
Rahul_agg11
Member
245 Points
298 Posts
Re: multi-tenant application
Nov 06, 2012 04:52 AM|LINK
Definition of Multitenancy as per Wikipedia:
Multitenancy refers to a principle in software architecture where a single instance of a software runs on a server, serving multiple client organisations(tenants). Multitenancy is contrasted with a multi-instance architecture where separate software instance (or hardware systems) are set up for different organizations.
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: multi-tenant application
Nov 06, 2012 10:25 AM|LINK
Ok, your requirements are still rather vague. I get the idea that this web app would be for multiple organizations. The question that is still unanswered is what this application will do.
Rahul_agg11
Member
245 Points
298 Posts
Re: multi-tenant application
Nov 07, 2012 05:13 AM|LINK
Application will serve multiple clients like Airline Companies, Hospitals, Banks, etc. for the Transactions that are done through Credit or Debit Cards.
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: multi-tenant application
Nov 07, 2012 01:51 PM|LINK
Well, without knowing much more about what your application is going to do, you're next logical step is to set up an agreement with an online payment gateway to process these credit/debit card transactions.
Rahul_agg11
Member
245 Points
298 Posts
Re: multi-tenant application
Nov 08, 2012 05:55 AM|LINK
We need to secure these transaction (credit/debit card transaction) through various rules before applying the payment gateway.
Thanks
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: multi-tenant application
Nov 08, 2012 10:07 AM|LINK
actually, you need an ssl certificate installed on the web server for your site for security.