Solved

How can I know which file is exactly called when webclient homepage loads?is


Userlevel 1
Badge +4

My requirement is to set the webclient homepage as default document website in IIS. So that when I hit http://localhost, instead of showing me IIS homepage (blue screen), it navigates me to the webclient homepage. 

icon

Best answer by Lee Pinchbeck 12 May 2022, 16:18

View original

2 replies

Userlevel 7
Badge +24

Hi @ERCKOMALK,

You should be able to do this by expanding the tree in IIS from sites>default web site> FSM server and then select the webserver. You can then on the right browse the page and copy the url that this opens.

Then click back on the default web page level and select the HTTP Redirect option here. Tick the box on the screen that opens and paste in the address you copied.

Kind regards,

Lee Pinchbeck

Userlevel 1
Badge +4

Thanks @Lee Pinchbeck, it worked!!

Reply