Resolved IIS doesn't work. (ASP.NET)

patrick

Well-known member
Joined
Dec 5, 2021
Messages
251
Programming Experience
1-3
Hello


11.png


22.png


33.png



44.png


77.png



88.png



I set up IIS as shown in the picture above, and the result is as follows.

55.png


66.png



What's the problem with number (1) ( www.ulsanpe.com )


Please help me. ㅠㅠ
 

Attachments

  • 33.png
    33.png
    183 KB · Views: 13
  • 44.png
    44.png
    177.4 KB · Views: 13
Last edited by a moderator:
That is because port 80 is the default port for HTTP, so a courtesy the web browser doesn't show it because it's just visual noise not needed by the user. Just like when you connect via HTTPS, port 443 is not shown by the web browser, either.

Since you decided to host www.ulsanpe.com on a non-standard port on your IIS server, you need to put in the port number. It's not any different when you were running your apps on IIS Express while testing with Visual Studio. Recall that you were accessing http://localhost:7070 and http://localhost:28995.
Thank you so much:)(y)
I learned a lot from you. Thank you for teaching.(y)
 
Last edited by a moderator:
Back
Top Bottom