Hello,
I'll need some help :(
What is my goal?
An Web-Application is running on a port 8090 (not in IIS)
lets say its : http://somecomputer:8090/index.html (or any other site/picture/css etc)
On this Computer I installed IIS (in future it will run on Server 2012R2)
What I want is:
Reach the Website via this URL:
http://somecomputer/applicationname/index.html (or any other site/picture/css etc)
I really dont know how to keep that subpath applicationname
Do I have to create a virtual directory under the Page in IIS itself?
What I've done so far is installing the url_rewrite and ARR v3
I tried a few things from around the internet.. but nothing has described this way
May you have some clue for me how to design the rewrite
Thanks