attığınız linke göre yaptıgımda
public class Startup
{
//...
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
// Set access rules to data
string dataPath = Combine(contentPath, "Data");
string dataPath2 = System.IO.Path.Combine(contentPath, "wwwroot\\Resources");
AccessSettings.StaticResources.TrySetRules(DirectoryAccessRule.Allow(contentPath));
AccessSettings.StaticResources.TrySetRules(DirectoryAccessRule.Allow(dataPath, dataPath2));
//...
}
su kodu xtrareportun code kısmına ekledım fakat burdakı system.ıo.path olan kısmını cızdı eklenmıyorda ne yapmam gerekıyor