There was a problem loading the comments.

I am getting '403 - Forbidden: Access is denied' message.

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Cause :  This error is encountered when default page of your website is not set.

Resolution :

1.       Add your default page name in your web.config file

                 <system.webServer>

                                         <defaultDocument>

                                         <files>

                                          <add value="myDefault.aspx"/>

                                         </files>

                                         </defaultDocument>

                   </system.webServer>

2.       Set default page from your hosting CP options available in knowledgebase section.

3.       Set default page from IIS.

  • Log into your server via remote desktop connection.

 

  • Click on Start – RUN – Type  inetmgr  and press enter key.

 

  • Expand IIS – Click on sites – Click on your website

 

  • Click on default document option – Click on  add

 

  • Here you can set your default page name.

Share via
Did you find this article useful?  

Related Articles


Self-Hosted Help Desk Software by SupportPal
© Host4u Limited