- I have an anonymous non-SSL web application on my Intranet. Url is http://WebSerPro/OutageDash. This application has ajax to refresh its update panel and is sessionless.
- I want to expose just this http://WebSerPro/OutageDash?Sections=Limited to an external source which has public ip 1.1.1.1.
- Source is only allowed to do post/get to our gateway having global ip 2.2.2.2
- I want SSL, https and user authentication (user/pw) between 1.1.1.1 and 2.2.2.2
- I want only one instance of my web aplicatiuon running (database hit is fixed to once per minutes).
How can I do that ?