Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We need to create a user for a document using JavaScript and asp.net.
We are using the file "QvcLibrary.js" for the same. It works fine when we run it directly through code. The user is successfully created.
But when we host our website on IIS, the same gives an error "Permission denied" at the following code:
xmlHttp.open("POST", this.Url, false);
when it tries to access the url.
"http://localhost/QvAJAXZfc/QvsViewClient.asp?mark=&admin=&view="
We have tried passing username and password in the xmlHttp.open method, but still get the same error.
Do we need to change any IIS setting for this?
Please suggest. This is very urgent.
Thanks
Define a new application pool in IIS and execute it with a local user that is member of Qlikview Administrator group, substitute the created Application Pool to Default Applicatino Pool in your IIS application folder properties.
this make your application work under the created username, this should solve your problem, hope help, Regards.