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>
Appunti, stralci di programmazione e altro
Editare il file del progetto ed aggiungere le seguenti informazioni: <PropertyGroup> <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType> </PropertyGroup>
Per abilitare il sessionState in modalità SQLServer, accedere alla cartella C:\Windows\Microsoft.NET\Framework\<versione del framework> e lanciare il seguente comando: aspnet_regsql.exe -S <ip del server> -U <user id> -P <password> -ssadd