Torna al Thread

<?xml version="1.0"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.web> <customErrors mode="Off"/> </system.web> <connectionStrings> <add name="DbBBConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=&quot;http://psoftp.testdotnet1.aruba.it/WebServicesBB/App_Data/DbBB.mdf&quot;;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/> </connectionStrings> <system.web> <httpHandlers> </httpHandlers> <authorization> <allow roles="amministratore"/> <deny roles="visitatore"/> </authorization> <sessionState/> <roleManager enabled="true"/> <membership/> <identity/> <authentication mode="Forms"/> <compilation debug="true"/></system.web> <appSettings> <add key="WebApplicationBB.WebServiceProxies.WsBB" value="http://psoftp.testdotnet1.aruba.it/WebServicesBB/WsBB.asmx"/> </appSettings></configuration>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5