Działa komuś "outlook.com"?

Coś się podziało w MS?

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Czy tylko u mnie taki problem?

Działa bez problemu. Cache i ciastka wyczyściłeś? CTRL F5 użyłeś?

No to dziwne … Domena www.live.com działa, a www.outlook.com wywala taki komunikat. Ciastka wyczyściłem, CTRL F5 też.

Miałeś literówkę w linku outlook, poprawiłem, co nie zmienia faktu, że też u mnie działa. Zrób reflush DNS albo użyj CCleaner, może problem leży w jakimś starym ciastku :slight_smile:

Możesz też zresetować router  na wszelki wypadek :slight_smile: Odłącz go od sieci na 10 sekund.

Działa, wszystko w jak najlepszym porządku 

No to pewnie coś z routerem, chociaż mam ten sam komunikat na tablecie, notebooku i w komórce, kiedy łączę się przez GSM, co też jest dziwne.

Sprawdziłem u siebie (Xubuntu -> Firefox) no i tak:

 

www.outlook.com -> wywala błąd;

http://outlook.com -> wczytuje poprawnie.

 

Czyli tak, jakby to “www” przeszkadzało w tym adresie :roll:

Faktycznie, mnie dokładnie tak samo, bez “www” działa.