1

Hi I simply want to do:

localhost:80/ASPnetpplication1 localhost:80/ASPnetApplication2 localhost:80/ASPnetApplication3 localhost:80/ASPnetApplicationN

but I have no idea how to configure this on IIS. All of the answers point to using bindings but when I add bindings it sends me to aspnetapplication/ as a hostname instead of this path in the url. Please help.

1
  • 1
    learn.microsoft.com/en-us/iis/get-started/… You are supposed to add applications to a single site. "All of the answers" you read in fact do not apply to what you attempt to achieve. Commented Jan 24, 2019 at 15:17

1 Answer 1

1

As far as I knwo, we could add multiple application in same IIS web site like below:

enter image description here

enter image description here

Then we could access different site in the same url as below:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.