IIS csp as a Default Page
Hi,
is it possible to integrate a csp file as the default page in the IIS 7?
I want reach http://localhost/csp/sys/UtilHome.csp over http://localhost/
Bill McCormick wrote in the GoogleGroup
"There was a known problem with this in the 5.0 release and has been
fixed. It will never work out of the box. You have to define a CSP
application of the name "/" - the config manager used to invalidate this
but putting it in the cpf worked - I forget if that is fixed or not.
After that it should all just work. Feel free to log an issue with
support if it still fails in anyway. "
But I didn´t understand this solution.
I hope someone can help me.
Best regards
Armin
What this means is that you have to create a new CSP application in the System Management Portal here:
System > Security Management > Web Applications
Create a new web application and provide "/" as the name. Select "csp/sys" in the copy from dropbox and save the web application.
This allows you to access
http://localhost/csp/sys/UtilHome.csp
as
http://localhost/UtilHome.csp
Making a CSP Page the Home Page for the Web Server:
http://docs.intersystems.com/cache20152/csp/docbook/DocBook.UI.Page.cls?KEY=GCGI_oper_config#GCGI_home
Hi,
thanks for the answer, but it doesn´t work with my settings in the Module Mapping, the * Wildcard make some troubles.
Maybe I'll try it again soon on a test system
despite it is documented, please try to enter the IIS default document name without the preceded /
it should be : csp/samples/menu.csp
HTH, please let us know.