Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView WebServer Custom ASPX Page

Hi all,

is it possibile to add a custom aspx page to the webserver?

I have created an aspx page with .net and saved it into :

C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax

but if I try:

http://localhost/QvAJAXZfc/custom.aspx

I get 404 - not found  error.

What I'm doing wrong?

Thanks

Regards

Marco

5 Replies
gainkarthi
Partner - Specialist
Partner - Specialist

Do you have any connections strings in your page?

Not applicable
Author

No, it's just a test page:

protected void Page_Load(object sender, EventArgs e)

        {

            Response.Write("OK");

        }

Bill_Britt
Former Employee
Former Employee

Are you using IIS or QVWS? Have you set permissions on the File?

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi Bill, I'm using QVWS.

Which type of permission do I have to set?

Thanks

Bill_Britt
Former Employee
Former Employee

Hi,

QVWS does not support ASPX pages. You would have to use IIS for this.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.