Home
Options

Util.Run called from outside LINQPad get a 'LINQPad\NuGet' is denied

I have Just added a reference to LINQPad.exe (the AnyCPU version) in my project.
On my developper computer all is working fine but when I deployed my asp.net mvc application with linqpad integrated to a windows server I have an error:

Access to filepath 'LINQPad\NuGet' is denied

The only path that contains LINQPad\Nuget is C:\Users\{MyUser}\AppData\Local\LINQPad\NuGet. I have given full access to everybody on LINQPad folder but I always have the same error.

Do you have any ideas please ? Is possible to have a problem with IIS configuration ?

Comments

  • Options
    I found a solution analysing access to disk. LinqPad try to create/open this folder C:\windows\system32\inetsrv\LINQPad\NuGet. I have created this two folders and add permissions to IIS_USER to them
Sign In or Register to comment.