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
Błąd przy publikacji na IIS [2.0]
Monday, November 25, 2024 3:46:56 PM