How to figure out why my local host site takes so long to load?

后端 未结 8 2032
逝去的感伤
逝去的感伤 2021-01-05 02:54

I noticed today and yesterday that running my site on local host is very slow. I highly doubt this is a code issue as when I put it up on my live site it went fast.

8条回答
  •  萌比男神i
    2021-01-05 03:17

    This is a stab in the dark as a developer I know had similar problem.

    We edited the global.asax file in our project and it seemed to clear out some corrupted assemblies. I suggest you try clear out the GAC of compiled dlls for your app (you'll have to google for location)

提交回复
热议问题