Re: Directing Domains
From: Ben Strackany (infoNOSPAM_at_developmentnow.nospam.com)
Date: 11/16/04
- Next message: John: "Re: Very large page - Need advice"
- Previous message: Afigels: "InternetExplorer asp.net interop works at one PC, but fails on others"
- In reply to: Andrew Bonney \(abweb\): "Directing Domains"
- Next in thread: Andrew Bonney \(abweb\): "Re: Directing Domains"
- Reply: Andrew Bonney \(abweb\): "Re: Directing Domains"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Nov 2004 13:43:03 -0600
You're in luck, it's not ASP at all. :)
You'll want to set up a multihomed IIS server. Search google for "multihomed
IIS" or "host headers IIS", here are some I found:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
http://www.winnetmag.com/Article/ArticleID/7176
It's very easy to do: create multiple "webs" inside of IIS, point each web
to a different home directory (e.g. c:\websites\mydomain\test), & configure
each web to use host headers so that depending on the domain used, users are
sent to different webs. Good luck!
-- Ben Strackany www.developmentnow.com <a href="http://www.developmentnow.com">dn</a> "Andrew Bonney (abweb)" <andrew@bonney.co.uk> wrote in message news:uzL6JABzEHA.3844@TK2MSFTNGP12.phx.gbl... > Hi, > I have never used ASP in my life so I NEED HELP!!! > > I have heard it is possible to create an asp script that when someone > connects to a web server from the a domain (say www.mydomain.com), the asp > script reads the domain/subdomain in the address bar and the locates the > correct folder for that domain name (e.g. the folder may be > C:\websites\mydomain) and forwards the user to that folder (another example: > http://test.mydomain.com would go to a folder like > C:\websites\mydomain\test) > > Any ideas anyone? > > > Thanks, > Andrew Bonney (abweb) > > www.andrewbonney.com > andrew@bonney.co.uk > Tel: 01943 872966 > Fax: 08701 309329 > > abweb is a registered Microsoft partner > > > This e-mail was scanned with Norton AntiVirus 2004 software for viruses and > worms prior to the message being sent. If you received this e-mail in error, > please reply to abweb to explain the problem. Please do not read the e-mail > as it may contain personal information. > > > > >
- Next message: John: "Re: Very large page - Need advice"
- Previous message: Afigels: "InternetExplorer asp.net interop works at one PC, but fails on others"
- In reply to: Andrew Bonney \(abweb\): "Directing Domains"
- Next in thread: Andrew Bonney \(abweb\): "Re: Directing Domains"
- Reply: Andrew Bonney \(abweb\): "Re: Directing Domains"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|