Thursday, May 10, 2018

Total noob question - MVC and Azure App

Good day! I am totally new to .NET and am trying to build my first web form. I've created an ASP.NET site in Visual Studio by starting a new project, right clicked on the project name and Add → New Item → Web Form. When I publish the app to Azure, it keeps landing on the default ASP.NET web page, and it's only when I append /myform.aspx to the URL that I get the right page. I have tried: Setting the web page as the default page, which works fine when debugging. Added documentDefault XML blocks to the web.config Added the myform.aspx to the top of the Default Forms list in the Azure portal application settings

What I would like to do is for mysite.azurewebsites.net to open with the content from the aspx page. Your input is greatly appreciated!

Total noob question - MVC and Azure App Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team