I would like to create the equivalent of Apache Server Alias entries in IIS 7.5. Anyone know how to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I understand Apache’s Server Aliases correctly, then what you’re looking for is a Virtual Directory. In IIS manager, right-click a website or folder and select “Add Virtual Directory.” You can then add a directory to the website with a specific alias (which will form part of the Url) and physical path (which can be anywhere on disk, not necessarily under the root folder of the website).
EDIT: suspecting that I’ve confused Apache’s “alias” and “server alias” functions: you may be looking for an IIS site’s “Bindings”, which allow multiple domain names to be mapped to specific web applications.