Torna al Thread

<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings> <add key="dotnethelcf.codicefiscale" value="http://webservices.dotnethell.it/codicefiscale.asmx"/> </appSettings> <connectionStrings> <add name="UglConnessione" connectionString="Data Source=alessand-e8b6c7\SQLEXPRESS;Integrated Security=true;Database=C:\UGL1\APP_DATA\ugl.mdf" providerName="System.Data.SqlClient" /> </connectionStrings> <location path="Pannello.aspx"> <system.web> <authorization> <allow roles="Amministratore"/> <deny users="*"/> </authorization> </system.web> </location> <system.web> <httpRuntime executionTimeout="20000" /> <roleManager enabled="true"/> <pages theme="Stile"></pages> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"> </compilation> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authorization> <deny users="?"/> </authorization> <authentication mode="Forms"> <forms name="UGLAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/" cookieless="UseCookies"> </forms> </authentication> <customErrors mode="RemoteOnly" defaultRedirect="ErrorPage.aspx"> <error statusCode="403" redirect="NoAccess.aspx"/> </customErrors> </system.web> <system.codedom> </system.codedom> <!-- The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0. It is not necessary for previous version of IIS. --> <system.webServer> </system.webServer> </configuration>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5