By tag: Subdomain
0
kicks
ASP.NET MVC Subdomain Routing
One of the propagated “great features” for ASP.NET MVC is the full control you have over the routing and url’s of your webapplication. In order to demonstrate this, let’s walk through a sample that specifically handles subdomain routing.
0
kicks
Add or remove the www sub domain
An HttpModule that let's you easily add or remove the www sub domain from any ASP.NET web application.
0
kicks
Subdomain Cookies and Localhost
How to trick your localhost to accept cookies from a subdomain