Timeout response from the server - ASP .NET CORE MVC

Stimulsoft Reports.WEB discussion
Post Reply
Fran
Posts: 3
Joined: Fri May 14, 2021 7:11 am

Timeout response from the server - ASP .NET CORE MVC

Post by Fran »

Hello,
I have implemented ASP NET CORE MVC stimulsoft in my solution and I have a problem that when I try to show me the report data I get the following error "server response time".

This error only happens on the server not on my development PC. I have read several things in the forum and in the stimulsoft help but the problem is still not solved.
viewtopic.php?t=56782
https://www.stimulsoft.com/en/documenta ... imeout.htm

The code below does not apply.

Framework 2.2
Stimulsoft.Reports.Web.NetCore 2020.2.1, when I try to update to the last version, it launches an error.

In

The code in the view.

Code: Select all

@Html.StiNetCoreViewer(new StiNetCoreViewerOptions() { 

    Server =
    {
       RequestTimeout = 6000
    },
    Localization = "Reports/es.xml"
Thank you in advance.
Thank you
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Timeout response from the server - ASP .NET CORE MVC

Post by Lech Kulikowski »

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
Fran
Posts: 3
Joined: Fri May 14, 2021 7:11 am

Re: Timeout response from the server - ASP .NET CORE MVC

Post by Fran »

Hello,
What email should I send it to?
Thank you
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Timeout response from the server - ASP .NET CORE MVC

Post by Lech Kulikowski »

Hello,

You can send a sample project that reproduces the issue on support@stimulsoft.com

Thank you.
Fran
Posts: 3
Joined: Fri May 14, 2021 7:11 am

Re: Timeout response from the server - ASP .NET CORE MVC

Post by Fran »

Hello,

I've just sent it .
Thank you
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Timeout response from the server - ASP .NET CORE MVC

Post by Lech Kulikowski »

Hello,

Ok. We will check it and will reply to you by email.

Thank you.
Post Reply