What exactly is taking a long time for you? Is it the loading of the application in the browser (check the network tab of your F12 tools inside your browser). Or is it loading of data after your application loaded in the browser and is trying to fetch (heaps
of) data from the server?
Kris.
Read my blog | Twitter Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
When I do the project it takes a long time to open in the browser!
And many times I see the: Can not connect to IIS error.
I didn't see this error when I worked with web forms and Asp.net core!
You have to understand that this symptom is uncommon. Unless you can share code that reproduces this issue I'm not sure how the community can provide assistance. Perhaps you are trying to load a large record set?
Member
21 Points
245 Posts
taking to much time for opening in the browser
Jun 13, 2020 05:43 PM|SaeedP|LINK
Hi,
How you open your project in your browser???
It takes a very long time for me.
Is it the same for you?
thanks,
Saeed
All-Star
191741 Points
20952 Posts
ASPInsiders
Moderator
MVP
Re: taking to much time for opening in the browser
Jun 15, 2020 12:43 PM|XIII|LINK
Hi,
What exactly is taking a long time for you? Is it the loading of the application in the browser (check the network tab of your F12 tools inside your browser). Or is it loading of data after your application loaded in the browser and is trying to fetch (heaps of) data from the server?
Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Member
21 Points
245 Posts
Re: taking to much time for opening in the browser
Jun 20, 2020 06:23 AM|SaeedP|LINK
loading of the application.
Also many times I get this error: Can not connect to IIS!
All-Star
53051 Points
23640 Posts
Re: taking to much time for opening in the browser
Jun 20, 2020 10:57 AM|mgebhard|LINK
Please be specific. Are you having trouble running the Blazor project in Visual Studio?
Member
21 Points
245 Posts
Re: taking to much time for opening in the browser
Jun 21, 2020 03:40 PM|SaeedP|LINK
When I do the project it takes a long time to open in the browser!
And many times I see the: Can not connect to IIS error.
I didn't see this error when I worked with web forms and Asp.net core!
All-Star
53051 Points
23640 Posts
Re: taking to much time for opening in the browser
Jun 21, 2020 03:51 PM|mgebhard|LINK
You have to understand that this symptom is uncommon. Unless you can share code that reproduces this issue I'm not sure how the community can provide assistance. Perhaps you are trying to load a large record set?
Member
21 Points
245 Posts
Re: taking to much time for opening in the browser
Jun 21, 2020 09:44 PM|SaeedP|LINK
No. I'm just trying to learn blazor. Maybe my code has a mistake!
I will share the code here.
All-Star
58224 Points
15670 Posts
Re: taking to much time for opening in the browser
Jun 21, 2020 11:47 PM|bruce (sqlwork.com)|LINK
You show use the browsers network debugging tools. Are downloads slow, is the signalr connection slow.