Błąd przy publikacji na IIS [2.0]

Wednesday, April 24, 2024 9:10:23 AM
  • Posted: Wednesday, July 13, 2022 11:04 PM
  • 4
Witajcie.

Gdy odpale projekt z poziomu IDE, przejdę przez proces instalacji, a póżniej opublikuje projekt na serwerze, otrzymuje poniższe błędy.
Jestem początkujący, czy mógłbym prosić o pomoc?

[code]2022-07-14 00:47:01.510 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Authentication.Facebook.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.540 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Authentication.Google.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Braintree.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\DiscountRules.Standard.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\ExchangeRate.McExchange.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Microsoft.AspNetCore.Authentication.Facebook.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Microsoft.AspNetCore.Authentication.Google.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.542 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Payments.BrainTree.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String pat
0
  • Posted: Thursday, July 14, 2022 7:03 AM
  • Team
  • 151
Hej
Nadaj uprawnienia full w IIS do katalogu aplikacji uzytkownika IISUSER
0
  • Posted: Thursday, July 14, 2022 12:51 PM
  • 4
Pomogło, dziękuje!
0
back to top
Filters