Веб-сервер настроен так, чтобы не отображать содержимое этого каталога
Я загрузил свой сайт на smartasp.net хостинг и когда я пытаюсь получить доступ к своему сайту по URL я получаю это сообщение :
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
мой web.config-это :
<?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>