I am trying to configure my Windows Server 2012 to run an ASP.NET website. A website can serve html pages and .svc pages, but whenever I visit the .aspx page, it just shuts down.
Error 118 (network :: ERR_CONNECTION_TIMED_OUT)
If I at least got some kind of error description, I could go from there, but I just get a timeout message, as if the server is completely unavailable, so I'm stuck with this problem.
It seems that aspx pages do not load at all, since I have already tried drastic measures such as putting a "throw exception" on the first line of the_Load page.
If I create a new site and only host an aspx page there, it works fine.
The event log shows nothing regarding this.
Does anyone have any suggestions?
source share