How to call another web application from main web site

Viewed 17

Currently I have 2 websites hosted under IIS in windows server 2019.

One is called - website_1 and port number is 8090 (it works if we call http://website_1:8090) 2nd one is call - website_main and port number is 80, 443 and fully working individually.

We want to call website_1 from website_main by calling this way... https://website_mian/website_1 then website_1 should come up

but currently not working and keep saying "403 - Forbidden: Access is denied."

so do I missed port number to point as well?

please help. Thanks in advance.

0 Answers
Related