IIS Express - increase memory limit

前端 未结 2 1097
梦如初夏
梦如初夏 2020-12-29 19:55

I have a VS project in .NET MVC5 which loads an external dll file that uses a lot of memory. In average it uses from 500-1000MB memory.

Now when I try to debug my pr

2条回答
  •  一个人的身影
    2020-12-29 20:21

    Go to Visual Studio - Tools - Options Menu

    Choose: - Projects and Solutions, then Web Projects

    tick the checkbox: "User the 64 bit version of IIS Express for web sites and projects"

    No Registry edit necessary.

提交回复
热议问题