System.InvalidOperationException: Unable to generate a temporary class (result=1)

后端 未结 11 1865
攒了一身酷
攒了一身酷 2020-12-23 13:19

I have developed an application using .net 3.5 and have deployed it as an .exe on a number of machines with the same environment. However, on one particular machine I get th

11条回答
  •  没有蜡笔的小新
    2020-12-23 13:56

    It may be bacause you are switching application pooling identity in IIS to be password instead of predefined so you have one off the following

    1. return to predefined
    2. give prmission full control to user IWAM_WBSRV-01 on the windows temp folder

提交回复
热议问题