Prevent .NET from writing to C:\Windows\Temp

后端 未结 5 780
伪装坚强ぢ
伪装坚强ぢ 2021-01-19 01:28

I\'ve got a C# application that I\'m trying to push out to a distributed network. The application works fine locally (as always), but when I push it out to the network, it

5条回答
  •  难免孤独
    2021-01-19 02:02

    Searched so many forums and finally fixed it..This worked for me..here you go!!

    1. right click c:\windows\temp folder

    2. under security tab, add the iisuser account to the list of users and give read/write/execute access (or) full rights

    3. restart the website

    Thats it !!!...check you application which consumes the deployed web service

    This should do..

提交回复
热议问题