You are not logged in.
The website of our company is running on IIS 7.5, recently and without any modifications in the configuration, the website start to give us the error 404, here is a picture of the error :
the website work fine with HTTPS and HTTP on every port except the port 80, and we have never used MorMot
Do you have any ideas where this problem comes from ?
Offline
There is a registration mechanism for URI on WIndows, when using http.sys.
This registration is shared by IIS and other programs using http.sys, like WCF or mORMot projects.
You may have registered some URIs to the system without paying attention.
See https://synopse.info/files/html/Synopse … ml#TITL_88
Just check your registered URIs on the machine.
Offline
There is a registration mechanism for URI on WIndows, when using http.sys.
This registration is shared by IIS and other programs using http.sys, like WCF or mORMot projects.You may have registered some URIs to the system without paying attention.
See https://synopse.info/files/html/Synopse … ml#TITL_88Just check your registered URIs on the machine.
here is a picture of the result of the commande' netsh http show urlacl', there is nothing wrong
Offline
From your first screenshot, your mORMot program is using the port/URI, not IIS.
https://ibb.co/NpQDh2d
Offline
From your second screenshot, your configuration seems messy.
http://+:80/Temporary_Listen_Addresses/
doesn't make much sense - sounds like if it was copy & pasted from some MS documentation sample with no adaptation...
Offline