SQL Server Developer Center > SQL Server Forums > SQL Server Reporting Services > clientaccesspolicy.xml reportservice2006.asmx

Answered clientaccesspolicy.xml reportservice2006.asmx

Answers

  • Friday, December 04, 2009 8:10 AM
    Moderator
     
     Answered
    Hi dob_xml,

    Please try the following workaround:
    1.Install Internet Information Server(IIS) on the SQL Server Reporting Services server.
    2.Copy these files to the root path.

    The port of the SSRS is 80 which is same to IIS. The native HTTP.SYS supports port sharing for HTTP.

    If you have any more questions, please feel free to ask.

    Thanks,
    Jin Chen
    Jin Chen - MSFT

All Replies

  • Friday, December 04, 2009 8:10 AM
    Moderator
     
     Answered
    Hi dob_xml,

    Please try the following workaround:
    1.Install Internet Information Server(IIS) on the SQL Server Reporting Services server.
    2.Copy these files to the root path.

    The port of the SSRS is 80 which is same to IIS. The native HTTP.SYS supports port sharing for HTTP.

    If you have any more questions, please feel free to ask.

    Thanks,
    Jin Chen
    Jin Chen - MSFT
  • Wednesday, June 22, 2011 7:51 PM
     
     

    Jin,

     I tried this but it still gives me the same error as below. Am I supposed to do anything else except putting the clientaccesspolicy.xml  in the root IIS directory ? Please help.

     

    An error occurred while trying to make a request to URI 'http://myserver/ReportServer/ReportService2005.asmx'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details. 

     Thanks,

    Dev