Hello,
I m new with ASP.NET CORE and i have a really weird problem
I started to build a website a few weeks ago using ASP.NET CORE and starting with the blankapp Template.
I m hosting this website on my own machine that run win 10 and IIS server
I installed the bundle "DotNetCore.1.0.1-WindowsHosting"
Until a few days ago, everything was working fine, my projet was progressing and my clients could see that website from the outside using my own IP adress to connect that website
But since a few days it is now only partialy displayed, there's only 1 or 2 elements from the main page, the caroussel on my main page is also missing, it seems it is unable to display images.
It's weird because if i use 127.0.0.1 on my own machine it works, if i access it on my local network using 192.168.1.100 (my server IP ) with my laptop wich is connected on my local wifi it also works, !!!!
but trying to access it from the outside with my global IP doesnt work and display only a few parts...
Of course my routed has a DMZ set on my PC
Any idea ??
Thanks in advance, David