The Just-In-Time debugger was launched without necessary security permission

前端 未结 7 733
执笔经年
执笔经年 2020-12-31 02:03

We are working on vs 2010 windows 7, 32 bit and the project is running under target framework 3.5.

Now we are implementing credit card process in the website project

相关标签:
7条回答
  • 2020-12-31 02:23

    I was experiencing this error because of the AppPool that was associated with my site. Originally, I was using DefaultAppPool. The fix was to use a different app pool (custom, from our app) that had NetworkService as the identity.

    0 讨论(0)
提交回复
热议问题