Mini Shell
<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="protarteConnectionString" connectionString="Data Source=localhost;Initial Catalog=protar;User Id=protar;Password=qaEu77!0;" providerName="System.Data.SqlClient" />
</connectionStrings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.5" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.5" tempDirectory="C:\Inetpub\vhosts\protarte.com\tmp" />
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />
</system.web>
<system.webServer>
<directoryBrowse enabled="true" />
<defaultDocument>
<files>
<clear />
<add value="Default.aspx" />
<add value="index.php" />
<add value="Default.html" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.pl" />
<add value="index.htm" />
<add value="produto.aspx" />
<add value="menu.aspx" />
<add value="editar1.aspx" />
<add value="index.html" />
</files>
</defaultDocument>
<httpProtocol>
<customHeaders>
<clear />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
Zerion Mini Shell 1.0