How to create a reusable Asp.Net Mvc application?
- by Amitabh
We have multiple Asp.Net WebSites each running on IIS.
Site1 : http://www.Site1.com/
Site2 : http://www.Site2.com/
We have to implement Shopping Cart functionality for each of the above WebSites. For each web site the corresponding shopping cart should work on the following Url.
Shopping Cart for Site1 : http://www.Site1.com/shop/cart …