Load balancer does not access report server

  • I have an mvc web forms web app, which uses report viewer control.

    The app is hosted in two web instances.

    When I try to access the application using using each web instances I am able to access the report server and have a entry in executionlog table of reportserverDB.

    But when I try to access the application using web farm url and try to access the reports It is showing a message "ASP.NET session has expired or could not be found".

    and also I dont have any entry in executionlog table of reportserverDB.

    I set the machine key in both the table identical in web configs.

    I have windows authentication for the application but reports can be access by anybody.

    Can anybody tell me where I am doing wrong?

    Thanks,

    joy

  • joydev.dey 30829 (9/15/2016)


    I have an mvc web forms web app, which uses report viewer control.

    The app is hosted in two web instances.

    When I try to access the application using using each web instances I am able to access the report server and have a entry in executionlog table of reportserverDB.

    But when I try to access the application using web farm url and try to access the reports It is showing a message "ASP.NET session has expired or could not be found".

    and also I dont have any entry in executionlog table of reportserverDB.

    I set the machine key in both the table identical in web configs.

    I have windows authentication for the application but reports can be access by anybody.

    Can anybody tell me where I am doing wrong?

    Thanks,

    joy

    If you get a timeout and can't access the report then there would be no execution of the report so there would not be an entry in the executionlog.

    For Session state, if you are storing it In Process (the default), try changing it over to state server.

    Sue

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply