asp.net website development component / APIs

Posted by Haseeb Asif on Programmers See other posts from Programmers or by Haseeb Asif
Published on 2012-09-15T17:00:42Z Indexed on 2012/09/15 21:49 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

I have been assigned a new website project to work on in my organization where my role demand to finalize all the tools/technologies/controls/api etc. That website will something like online store, where every user has his online store as subdomain e.g. user1.myprojectdomain.com

I have been researching a number of things to use and need your suggestions in following levels

ASP.NET web forms vs Asp.net MVC: Prefering asp.net webforms due to following reason with N Tier Architecture

  • Rapid application Development
  • large set of Toolbox/controls
  • And mainly due to our team skill set

Errorlogging Elmah seems to be a nice library

Forums Forums Yetanotherforums

On line Live Chat still looking for something (Working on SignalR)

Signups with Social Media Engage by Janrain

And I need help that how can Manage sub domains. Do we create a Virtual Directory/application for every user in the IIS on runtime or we can do some thing else

© Programmers or respective owner

Related posts about architecture

Related posts about ASP.NET