devotionMedlem sedan jan. 20013 582 inlägg Hej, :)
Varför får jag detta meddelandet, när jag försöker komma åt min webapplikation externt? Intern fungerar det som det ska...
The page cannot be displayed
Explanation: There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Try the following:
Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped.
Access from a link: If there is a link to the page you are looking for, try accessing the page from that link.
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202)
Mvh
Henrik
Peter SMedlem sedan dec. 20025 483 inlägg Vilken användare kör webbplatsen som (vild gissning är det är integrerad Windows-autentisering som gäller)?
devotionMedlem sedan jan. 20013 582 inlägg Integrated Windows authentication står det... :)
devotionMedlem sedan jan. 20013 582 inlägg The 403 Forbidden HTTP status code indicates that the client was able to communicate with the server, but the server doesn't let the user access what was requested.
An example of descriptive English text that can often accompany such a response is You don't have permission to access /foo on this server.
This response may indicate a resource that requires authentication, such as basic access authentication or digest access authentication through the Authorization request header, or some other form of authentication which is managed through user scripts in a programming language such as PHP. However, this use is incorrect, as the HTTP specification states that 403 should only be used when authorization will not help. The 401 Unauthorized code is a better choice for this situation.
This response is returned by the Apache web server when directory listings have been turned off. Microsoft IIS responds in the same way when Active Directory listings are denied.
Det verkar ju som att jag kommer åt servern, men att det är problem med autentiseringen...
Någon som ha några bra tips? :)
Mvh
Henrik
Peter SMedlem sedan dec. 20025 483 inlägg Om det är en extern applikation bör du tillåta anonym access och skapa en ny användare som besökarna antar. Ge sedan den nya användaren minimala rättigheter på applikationen.