Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can the QlikView web server execute user-created asp.net scripts?

QlikView server front-end can be handled by IIS or the QlikView web server. It is possible when having QV as an IIS virtual directory to add custom scripts as .aspx files and have them executed by IIS. I am wondering if the same is possible when using the QVWS instead of IIS? I saw it is possible to put files in the QVWS subdirectories and have them served by the QVWS if their extensions and associated mime types are registered in the QVWS. I can view the aspx file source using this method, but is there a way to have the script executed by the ASP.Net runtime instead?

2 Replies
Not applicable
Author

I have tried this on QV9 and it was NOT possible. It appeared that the QVWS does not support pages with the .aspx extension. When I changed the same page .aspx page to .htm it did load.

danielrozental
Master II
Master II

Yeah, it's not supported by the way the QVWS has been built I believe.

You should definitely use IIS.