asp.net - Requirement to build a 'branded' site -
If I can tell where I am working, I was told that it will work. It seems possible and I am starting a head on this, so I do not shoot myself later on.
This is a general reporting web site that looks and feels changing, in fact it is just different images and a title but I want to be as flexible as it is.
A site will be created which I will start shortly.
This will be done as a site registered in IIS and around 10 other sites will be pointing to the virtual directory on this site, this allows 10 sites to connect to the generic reporting site. Depending on the source site, branding will change.
So for clarification I create a site called LongLegs.com
Then under our 3 Sites, we create a VD so that we have
www.GillianAnderson .com / LongLegs - So the site is Scully's picture! Babe Jolie.com/LongLegs - The site will be similar, but instead of Jolie's feature pictures, Mailserver.company.co.uk/LongLegs - the pictures of the site amazing mail server that we have met here.
Based on the URL, I want to brand the site in any way but remember that I am making a solution which is just the ones.
The site will only force a login and it will determine the data that has access. Viewing only the site varies depending on the 'source' site.
Please consider the idea of how to resolve that part. I especially enjoy ASP Net membership for the accounts and the schema has been prepared for DB, so far The website is also waiting to collect the latest data of each of our long-legged thirsties and they will only see there. But the site I'm on now is just a normal foot and it needs to be changed!
Thanks
To change the site, use the theme in your site View the URL (either Request.ServerVariables
or Request.Url
) and based on that.
In front of a user I can see that the options are:
- The site (theme) they place as a user property and switch while logging in Are there. Of course, if they are allowed to move to multiple sites, they will fall down.
- Store acceptable sites against users and take an additional step while validating the login, whether the current path is correct for that user.
- Set up each site to get your own application into ASP.NET membership and keep it in mind. This will fall down if you are setting up only one source code on the page server, such as the web. Config IIRC needs to be set in.
Hope it helps.
Comments
Post a Comment