Click here to Skip to main content
15,922,696 members

Comments by Member 10467514 (Top 33 by date)

Member 10467514 1-Jan-14 0:43am View    
Thanku for all ,...it is still not working and showing error to add custom error page,i did it then also showing the same error...
Member 10467514 31-Dec-13 9:14am View    
it showing error near <system.webserver></system.webserver>
Member 10467514 31-Dec-13 9:13am View    
Deleted
it showing error near <system.webserver>
Member 10467514 30-Dec-13 3:25am View    
Now it shows like this:

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
Detailed Error Information
Module DirectoryListingModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x00000000
Most likely causes:
A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
Things you can try:
If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists.
Enable directory browsing using IIS Manager.
Open IIS Manager.
In the Features view, double-click Directory Browsing.
On the Directory Browsing page, in the Actions pane, click Enable.
Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
Links and More Information
This error occurs when a document is not specified in the URL, no default document is specified for the Web site or application, and directory listing is not enabled for the Web site or application. This setting may be disabled on purpose to secure the contents of the server.


I placed a default.aspx page in the website.then why it is showing like this.........
Member 10467514 30-Dec-13 2:26am View    
i added this line in my web.config
<configuration>
<system.web>
<customerrors mode="RemoteOnly" defaultredirect="mycustompage.htm">

then also it showing the same error