rwolter
01-26-2010, 02:10 PM
Is there a way to restrict the dream HttpHandler to specific url paths so additional aspx pages can be hosted in the same project?
In the web.config I restricted the HttpHandler to '/wiki/*' and the path in the 'mindtouch.deki.startup.xml' to 'wiki/deki' but all calls seem to result in a 404 error.
For example I expected the call 'http://localhost:1152/wiki/deki/pages/home' works as expected when I set the Handler to handle '*', but the same call fails with 404 when I restrict the handler to '/wiki/*'.
Any ideas how this could be handled?
In the web.config I restricted the HttpHandler to '/wiki/*' and the path in the 'mindtouch.deki.startup.xml' to 'wiki/deki' but all calls seem to result in a 404 error.
For example I expected the call 'http://localhost:1152/wiki/deki/pages/home' works as expected when I set the Handler to handle '*', but the same call fails with 404 when I restrict the handler to '/wiki/*'.
Any ideas how this could be handled?