12-22-2014 06:37 AM
Hi all
I am trying to configure a web server following this link Explicit Login via User-ID API
However the auth.php doesn't work and I don' see any error message.
The web server is an IIS Windows 2008
thoughts?
Kind regards.
12-22-2014 12:46 PM
Hi JoseManuel
Could you confirm if you have installed PHP on IIS server ? You can install it from here: PHP : The Official Microsoft IIS Site
You can also try installing WAMPServer (Google it) which is an independent PHP server for windows.
Hope it helps !
12-23-2014 06:28 AM
Thanks bat!
I installed PHP however the problem persists, one interesting thing that I found it is an "Access Denied" although the rights at folder level and IIS are right
thoughts?
Best regards.
12-23-2014 03:18 PM
It looks to be a permission issue for the file link.html. Did you try opening the auth.php file directly ?
I will suggest installing WampServer it is way easier than managing IIS for PHP
01-05-2015 07:35 AM
Hi again
opening the auth.php directly, nothing is shown
On the other hand, I found this message in the configuration of the IIS Site configuration: Cannot verify access to path D:\inetpub\wwwroot
The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain>\<computer_name>$ has Read access to the physical path. Then test these settings again.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!