Page not found in Zen application
Hi Guy,
Made a fresh new Install of our currently working application from our current server to a new one but when trying to run the application in the new server it raises a page not found error:
.png)
this is the web application setup
.png)
.png)
.png)
Not sure what I'm missing?
I've installed and mapped all classes similar to our old working system and I can access all classes in studio with not issues and do queries in management portal, but when trying to build all I get a message "Nothing to compile " usually rebuilding always compiles all classes even if they are already compiled, not sure if this one of the reasons !?
.png)
Thanks
Comments
Just guessing, please check this documentation:
About Creating a Custom CSP Login Page
And in particular the first step:
Ensure that the Web Gateway user (CSPSystem) has permissions to read the database for where the custom login page is located. Assign the desired database resource to an appropriate role, and then assign that role to the CSPSystem user.
Hmm, setup CSPSystem user as recommended but still the same error !?
Hi, check the module mappings in the IIS server.
You need to have mappings for csp, cls, cxw going to the ISC plugin/module.
You mean Handler mapping? Yes I did both at application and default website levels:
.png)
I get the first login page
.png)
but the next pages fail
.png)
Thanks