I am navigating to my public Ip.On that ip/system IIS is running.By default we i get the IIS start page though I have no hosted website in inetpub/wwwrooot.What is the reason for this?
Asked
Active
Viewed 270 times
0
-
please set default page in IIS and fellow below Link: http://stackoverflow.com/questions/4208381/how-do-i-set-the-default-page-of-my-application-in-iis7 – Singh Kailash Feb 11 '17 at 07:14
-
Because of the default configuration of IIS? – Sir Rufo Feb 11 '17 at 07:15
2 Answers
3
Open the IIS. Navigate to Sites > Default Web Site. As shown in this image: https://gyazo.com/fd237a8c74e66c15ff1d9773db7c587a
Open Default Documents, you will see the list of files that IIS will look into wwwRoot folder and display that file content. iisstart.htm is one of them and htm/html page don't need any specific tool to run.

Prateek Pandey
- 833
- 6
- 19
0
Did you check If there is a default website running? It is probably running some sort of a default website.

Pavlin Marinov
- 89
- 3