Torna al Thread

<?xml version="1.0"?> <!-- Nota: come alternativa alla modifica manuale del file, è possibile utilizzare lo strumento di amministrazione Web per configurare le impostazioni dell'applicazione. Utilizzare il comando Configurazione ASP.NET del menu Sito Web di Visual Studio. Un elenco completo di impostazioni e commenti è disponibile nel file machine.config.comments che si trova in genere in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings/> <system.web> <compilation debug="true" strict="false" explicit="true"> </compilation> <pages> <namespaces> <clear/> <add namespace="System"/> <add namespace="System.Collections"/> <add namespace="System.Collections.Generic"/> <add namespace="System.Collections.Specialized"/> <add namespace="System.Configuration"/> <add namespace="System.Text"/> <add namespace="System.Text.RegularExpressions"/> <add namespace="System.Web"/> <add namespace="System.Web.Caching"/> <add namespace="System.Web.SessionState"/> <add namespace="System.Web.Security"/> <add namespace="System.Web.Profile"/> <add namespace="System.Web.UI"/> <add namespace="System.Web.UI.WebControls"/> <add namespace="System.Web.UI.WebControls.WebParts"/> <add namespace="System.Web.UI.HtmlControls"/> </namespaces> </pages> </system.web> <system.web> <authentication mode="Forms"> <forms name="nome" loginUrl="index.html" protection="All" path="/"> </forms> </authentication> <authorization> <allow users="*" /> </authorization> </system.web> <location path="cartelladanascondere"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location> <system.web> <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm"/> <error statusCode="404" redirect="FileNotFound.htm"/> </customErrors> </system.web> </configuration>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5