Microsoft (R) Visual C# Compiler version 4.6.1590.0
for C# 5
Copyright (C) Microsoft Corporation. All rights reserved.
This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240
error CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\8d0dec5c\beef09e6\App_Code.ax95x44c.dll' -- 'Access is denied. '
How to solve this issue? I tried many things giving permissions to the folders, installing this (Install-Package Microsoft.Net.Compilers -Version 2.2.0) etc but no result.
Please suggest. I am a beginner to programming.