Base solution for your next web application

Activities of "josemalone"

Answer

<cite>daws: </cite> I think that's just a matter of url/ip redirection.

Easy for you to say! ;-)

I'm still getting my head around this framework, and not a strong programmer. I stumbled on this project through a convoluted web search.

In looking in RouteConfig.cs I'd expect something like this to be there. I know this isn't correct. But what else am I going to have to tweak to make this work?

routes.MapRoute(
                 name: RouteConfig.TenantName,
                 url: "{" + RouteConfig.TenantName + "}/{controller}/{action}/{id}",
                 defaults: new { tenent = Tenent.DefaultTenentCode, Controller = "Home", action = "Index", id = UrlParameter.Optional}
                   );

Sorry for such a general request, but I found this trying to figure out what others have done to offer a persistent subdomain when users login to their account. I was researching middle-ware options when I stumbled upon this project.

Question

Hi.

First off, I want to say thank you for making such an awesome project! The timing is great since I've been trying to find a way to incorporate a multi-tenant solution to a project I'm creating.

Maybe I'm missing this, but is the ability to offer sub domain names available? Have you thought about this? I've been investigating making an OWIN middleware to map this. Anyway, wondering what your thoughts are on this feature?

Thank you!

Showing 1 to 2 of 2 entries