Skip to main content
Solved

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

  • May 10, 2022
  • 2 replies
  • 73 views

Forum|alt.badge.img+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. 

Best answer by Lee Pinchbeck

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

2 replies

Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • Answer
  • May 12, 2022

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


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Partner)
  • May 18, 2022

Thanks @Lee Pinchbeck, it worked!!