please refer to the follow up also thanku http://stackoverflow.com/questions/3262640/foloow-up-question-and-what-does-this-mean-mail-yahoo-com
this is what i want to make a sample of
have made a sample page, which has a logo page.
asking user to state its department according to which the page will show the department logo.
i want to separate the website access by copying the webpage on different computers and hosting such that each computer represent a department. (the webpage shows the text "welcome to department" which i have edited by department name for each department computer)
when user says.
- www.select_your_department.com computer1 is used as IIS server
- user says my department is alpha
- computer1 one does response.redirect to showmydepartment.aspx which has a page saying "welcome to alpha" (that is this page is coming from the cpu dedicated for department alpha)
but how to achieve this in practical?
even if i copy the page on all the departments computer and edit it deparment name
the page still has the same name "showmydepartment" !! how to ask browser to fetch the page from particular hosting server?
i think its involves something like department.showmydepartment, some domain names somthing
help please