情形描述:

1. asp.net server(Machine A, apppool运行在domaincountofMachineB下) --> web service (Machine B,apppool运行在domaincountofMachinB下)

2. domainacountofMachineB设置了MachineB上的SPN, 假设帐号domainacountofMachineA已经设置了machineA的SPN,但是现在没有任何appPool使用。

3. domainacountofMachinaA和domainacountofMachineB分别加入到了相应Machine的IIS_WPG组和adiministraor组

运行后出现的exception:

unabel to generate a temporay class(result=1).
error CS2001:Sourfe file 
'C:\Windows\TEMP\z2fxm7h3.0.cs' could not be found
error CS2008: No inputs specified

Description: An unhanded exception occured during the execution of the current web request. please review the stack ..

 

workaround:

解决方法:C:\WINDOWS\TEMP给users可读写权限 

相关文章:

  • 2022-12-23
  • 2021-08-17
  • 2021-06-06
  • 2021-08-08
  • 2021-09-09
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2022-01-29
  • 2021-09-18
  • 2021-06-29
  • 2021-09-14
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案