Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Do you have any connections strings in your page?
No, it's just a test page:
protected void Page_Load(object sender, EventArgs e)
{
Response.Write("OK");
}
Are you using IIS or QVWS? Have you set permissions on the File?
Bill
Hi Bill, I'm using QVWS.
Which type of permission do I have to set?
Thanks
Hi,
QVWS does not support ASPX pages. You would have to use IIS for this.
Bill