Tagged Questions
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 ...