Try specifying a non existent login.html file instead of login.rsp.
if you get the same error then place an empty login.html file in the IIS document root.
If that works, specify login.rsp...
Type: Posts; User: barrymavin
Try specifying a non existent login.html file instead of login.rsp.
if you get the same error then place an empty login.html file in the IIS document root.
If that works, specify login.rsp...
Hi Hank,
The ISAPI extension filters requests and if there are any for Lianja Cloud Server it processes them.
https://www.lianja.com/doc/index.php/ISAPI_Extension_for_IIS
The requests are...
What have you set the Lianja wwwroot directory to?
https://www.lianja.com/doc/index.php/Lianja_Server_Manager_on_Windows
You can enable debugging by setting DB_WWWDEBUG to ON in the registry....
Hi Hank,
Ok, try this.
https://stackoverflow.com/questions/16522057/how-to-set-web-config-default-page-for-php-index-file
but specifying login.rsp
Hi Hank,
Try as described in this link:
https://stackoverflow.com/questions/10949592/set-up-301-redirects-from-old-classic-asp-pages-to-new-asp-net-webforms-pages
Hi Hank,
A simple solution would be to write a small default.asp page that just does a redirect to login.rsp and set that as your default page.
<%
Response.Redirect "login.rsp"
%>
Hi Hank
Have you tried this:
https://blog.arvixe.com/how-to-set-the-default-page-in-web-config/
or setup a redirect.
...