Hello,
I am not quite sure whether it's a good place for that kind of topic but I will try.
So I have a simple application which is hosted on IIS. When I am trying to access this app via browser ex. Chrome I will put
http://127.0.0.1/web in the URL. Why web? Because this is my virtual path/alias on which application is hosted.
My question is:
Is there any possibility to hide this /web in my URL ?
And if yes, could someone help me somehow to resolve this issue?