Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Have you tried setting a default page as per this article <a href="http://www.sunilhaste.com/2011/04/403-forbidden-access-is-denied-error.html" rel="nofollow noreferrer">http://www.sunilhaste.com/2011/04/403-forbidden-access-is-denied-error.html</a></p> <blockquote> <ol> <li>After you have uploaded your Web Role to Azure, you try to access the application and suddenly you get "403-Forbidden, Access denied" error. </li> <li>You are able access a page by providing it's complete url ex :- <a href="http://xyz.cloudapp.net/Pages/Home.aspx" rel="nofollow noreferrer">http://xyz.cloudapp.net/Pages/Home.aspx</a>. </li> <li>You don't have a default.aspx page present at the root level of your website. Solution :- The first thing that you should do is, to check whether you have added below tag to the web.config file inside system.webserver tag or not. </li> </ol> <p></p> <p></p> <pre><code> &lt;add value="Pages/Home.aspx"/&gt; </code></pre> <p></p> <p></p> </blockquote> <p>I also had had a similar issue and mine was fixed by setting the role to be 2008 R2. Someone in comments to the linked article says</p> <blockquote> <p>change OS CONFIGURATION from MS SERVER 2008 SP2 to MS SERVER 2008 R2</p> </blockquote> <p>Also see the following <a href="https://stackoverflow.com/questions/10243533/asp-net-and-azure-cant-no-longer-show-my-web-application">Asp.net and Azure - Can&#39;t no longer show my web application</a> suggests checking you have <code>&lt;modules runAllManagedModulesForAllRequests="true" /&gt;</code></p> <p>Also I assume you are making sure that MVC4 files are being deployed to Azure. Have your RDP'd to the machine and checked event log etc?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload