Reporting Services

Discussion in 'ASP.NET / ASP.NET Core' started by rogerhaskin, Jun 27, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have created a drilldown report for Microsoft Reporting Serviceson rs.discountasp.net that I have rendered using the Web Service called from my aspx web page. When the report starts it seems as thoughthe NetworkCredentials are ignored and so a logon dialog box comes up prompting the user for the userid and password. I am passing the correct credentials to the render method.I have another report that uses a view and this doesn't happen. The reports are in the same Visual Studio project and use the same datasource. I've searched high and low on Microsoft's website but can't find the answer, nor have I seen an answer here.Does anyone know of a way around this? Somebody must have experienced this besides me, and found a solution.


    Thanks,


    Roger
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i've seen a problem similiar to yours before. check the source code of the page and see if there's reference to rs.discountasp.net

    i think when you create a drill down report, RS returns link to the reporting server.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I checked the XML source for the report and the VB code in my aspx page where I'm calling ReportServer.render and there's no references to rs.discountasp.net anywhere. Am I looking in the right place? (I added the web reference to my app with Visual Studio, pulling it from the rs.discountasp.net server.)


    Roger
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    i was referring to the HTML Source. do a view source in your browser.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Oh Well.. i guess it's a new problem. I'll do some research and see what i can come up with.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. There's no reference to rs.discountasp.net in the HTML code. Should there be?


    Roger
     
  7. Thanks, I appreciate that. If I find the solution on my own, I'll post it here in case anybody else has the same problem.


    Roger
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page