unable to open SSRS reports from domain IP

Posted by Lalit on Stack Overflow See other posts from Stack Overflow or by Lalit
Published on 2011-01-07T13:56:09Z Indexed on 2011/01/10 5:53 UTC
Read the original article Hit count: 363

Filed under:
|
|

Hi, I have developed the SSRS reports. It is running fine locally. but after deployed on the domain server it showing exception

XML Parsing Error: no element found Location: http://{MyDomainIP}:{port}/Reports/Pages/Folder.aspx Line Number 1, Column 1:

I have deployed these reports under the windows authentication . since I tried to give anonymous access so that I can access it, But in IIS I could not found the virtual directory regarding these reports. so where are they deployed ? I could not understand how it is not permitting to the Admin account to show the reports. Please guide me I am using IIS 6.0 , SQL server2008 R2. I am totally new for the this kind of stuff.

Edited: how can we give the anonymous access to the SSRS reports? It should not ask for username and password.I know we can do this by IIS , but some how I can not found my SSRS virtual directory. how can i do that ?

© Stack Overflow or respective owner

Related posts about iis

Related posts about reporting-services