HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer > <defaultDocument> <files> <add value ="addbook.aspx"/> </files> </defaultDocument> <directoryBrowse enabled ="true"/> </system.webServer> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <connectionStrings> <add name="ConnectionString" connectionString="Data Source=SQL7002.site4now.net;Initial Catalog=DB_A3BC09_MonzerKarary;User Id=DB_A3BC09_?????????_admin;Password=@???????????;" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <compilation debug="true" targetFramework="4.0"/> </system.web> </configuration>
<configuration> <system.webServer > <defaultDocument> <files> <add value ="addbook.aspx"/> </files> </defaultDocument> <directoryBrowse enabled ="true"/> </system.webServer> <configuration>
Quote:I have uploaded my site to smartasp.net hosting
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)