Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
206 views

Tracking User's Actions in a Business Application

The company I work for is redesigning our application in .NET. Our application is sold using the Software as a Service model. We track all of our users actions in the software for reporting purposes ...
4
votes
3answers
616 views

How to do Basecamp-style accounts in Asp.Net Mvc?

For an Asp.Net software as a service application, I want to do account based subdomains like Basecamp and the rest of the 37Signals products have. E.g. acme.myapp.com will load the account for that ...
3
votes
3answers
55 views

Ideas Needed for a Base Code System

I've developed a PHP web application that is currently in need of a strategic restructuring. Currently when we setup new clients we give them the entire code base on a subdomain of our main domain ...
2
votes
1answer
114 views

Software as a service on iOS with subscriptions?

We are developing an app which we want to sell as a subscription rather than a onetime purchase on the app store. We'd like to distribute the app in a free but limited version. The pro features can be ...
2
votes
1answer
237 views

Does my fat-client application belong in the MVC pattern?

The web-based application I’m currently working on is growing arms and legs! It’s basically an administration system which helps users to keep track of bookings, user accounts, invoicing etc. It can ...
2
votes
1answer
102 views

When building a hosted/SAAS application, how do you manage multiple versions when customizations by the customer are allowed?

Let's imagine you are building a Calculator application. You will allow customers to customize this Calculator with their own logos and CSS stylesheets. Customers will point their domains to your ...
0
votes
1answer
45 views

Connecting to users local machine from my WebApp

I have a Web App that i have developed I am looking to develop a plugin for this app so that i can pull information from the users accounts package such as sage or quickbooks(offline version). Ideally ...
0
votes
3answers
296 views

Best Application Design for Software As Service

Using ASP.NET MVC3 C# AND MS SQL 2008 I'm developing a Software As Service site. It's a Car Inventory app for Car Dealers. I have a few ideas of the architecture of the site but wanted a second ...