Dear All,
There is a web application that uses Forms authentication. This application will be in a Load Balancing environment in production system.
The load balancer needs to check for a special tag in html header, <!-- OK=Y -->, for indicating the web site is running. In every page of the system, this tag is card coded in the aspx source.
The website default login page is login.aspx. The application is HR. The application url ishttp://xx.xxx.xxx/HR. When this url is type in the browser, it it redirected to login.aspx.
However, the IIS response for the redirect response does not have header information. As a result, the LB cannot detect the website is running.
Where can the header information be added for redirect?