How do I load my "Hello World" ASP in a browser?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xarzu
    New Member
    • Apr 2007
    • 90

    How do I load my "Hello World" ASP in a browser?

    How do I load my "Hello World" ASP in a browser?

    Classic ASP, I believe, is fundamentally a feature of IIS. I have gone through the steps of setting up my first test page to be loaded in my browser but it does not come up.

    I currently have a "Default Web Site" and a "Test for Learning" listed in my list of "Sites" in the Connections panel of my IIS.

    [1]: https://i.stack.imgur.c om/6y9nh.png

    I assigned my "Test For Learning" site to port 79.

    [2]: https://i.stack.imgur.c om/5Co6d.png

    But when I click on the link, the browser does not load the page for some reason

    [3]: https://i.stack.imgur.c om/rTmRk.png

    For comparison, here is the Default Web Site:

    [4]: https://i.stack.imgur.c om/Y3HzS.png

    [5]: https://i.stack.imgur.c om/7u0fb.png

    Please advise or ask any clarifying questions.
  • GazMathias
    Recognized Expert New Member
    • Oct 2008
    • 228

    #2
    Hi Xarzu,

    A quick search for the ERR_UNSAFE_PORT message, shown in Chrome's response, indicates that Chrome itself is blocking the request.

    Search results also explain how to unblock the unsafe ports but realise you do so at your own risk.

    Why not leave it on 80 / 8080 and use firewall rules for access control? I run micro webservice endpoints that way on many servers, most of which are NAT routed from the outside world.

    Gaz

    Comment

    Working...