I'm looking to offer a software product using the SaaS model. This of course will require that I build a web site where customers can sign up, log in, manage their membership and billing options.
Now suppose i have a software like calculator (just an example) which is basically an asp.net WPF application. Now i want to offer this software (application) as a service for my customers.
So now upto this point i have :
- A website having above mentioned functionality (developed in Asp.Net MVC-5).
- A software which i want to offer as an SaaS (develop in asp.net WPF, desktop application)
Now i want to know how i will integrate these two things to create a good multi-tenant SaaS service? How to publish this? Which platform should i use to publish this Window Azure, Amazon etc.?
Or
What i am thinking is not possible, i have to develop a software (which i want to offer as SaaS) by using web technologies ? Is this the case?
I am learning multi-tenancy, so please let me know if i am totally on a wrong path and guide me on correct path. Thanks!