I have installed SGE 5.50 Server on a Win2k8 R2 Server with IIS7.
When I open the URL http://<servername>/sgnsrv/ I get a the following error message:
Ausführliche FehlerinformationenModul AnonymousAuthenticationModule Benachrichtigung AuthenticateRequest Handler WebServiceHandlerFactory-ISAPI-2.0 Fehlercode 0x80070021 Konfigurationsfehler Dieser Konfigurationsabschnitt kann in diesem Pfad nicht verwendet werden. Dies ist der Fall, wenn der Abschnitt auf übergeordneter Ebene gesperrt ist. Die Sperrung erfolgt standardmäßig (overrideModeDefault="Deny") oder wird explizit mit einem location-Tag mit overrideMode="Deny" oder der Legacyeinstellung allowOverride="false" festgelegt. Konfigurationsdatei \\?\C:\Program Files (x86)\Sophos\SafeGuard Enterprise\SGNSRV\web.config Angeforderte URL ofwhsc01/.../Trans.asmx Physikalischer Pfad C:\Program Files (x86)\Sophos\SafeGuard Enterprise\SGNSRV\Trans.asmx Anmeldemethode Noch unbestimmt Angemeldeter Benutzer Noch unbestimmt Konfigurationsquelle 78: <authentication> 79: <anonymousAuthentication userName="IUSR" password=""/> 80: <basicAuthentication defaultLogonDomain="" realm=""/></authentication></security>
On the IIS Server, there is a directory called "C:\Program Files (x86)\Sophos\SafeGuard Enterprise\SGNSRV", and when I open the file web.config an delete the following section:
<security> <authentication> <anonymousAuthentication userName="IUSR" password=""/> <basicAuthentication defaultLogonDomain="" realm=""/></authentication></security>
no error appears!
Whats going on here? Should I realy delete that section? Or is there another solution?
This thread was automatically locked due to age.