ASP.NET | Rimuovere il file PDB durante la pubblicazione
Editare il file del progetto ed aggiungere le seguenti informazioni: <PropertyGroup> <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType> </PropertyGroup>
Guide pratiche di Linux, Windows, Database, Sviluppo Web e molto altro
Editare il file del progetto ed aggiungere le seguenti informazioni: <PropertyGroup> <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType> </PropertyGroup>