Default document is not loading

Rayal, Pankaj 1 Reputation point
2020-12-14T15:56:57.837+00:00

I am upgrading classic app written in Asp.NET 3.5. We are migrating the application to .NET 4.7.2. We have got new image in AWS with Windows 2019 Standard and also SQL Server 2019.

I have hosted the application as https://myclientapp.com/login. I also have VerifyLogin.aspx page added on top in Default Document list however, when I launch the application at https://myclientapp.com/login, it doesn't include verifyLogin.aspx.

Ideally it should form the URL like 'https://myclientapp.com/login/verifylogin.aspx

the .NET 3.5 application is hosted in physical server with Win Server 2008 R2 and it works very well.

Do I need to add anything else to include VerifyLogin.aspx in application main URL?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,148 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,248 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rayal, Pankaj 1 Reputation point
    2020-12-15T09:38:39.92+00:00

    @Bruce Zhang-MSFT

    Here is the print screen of the directory. if I access the application using https://myclientapp.com/login/verifylogin.aspx is works.

    Previously the application was hosted with same folder structure in Win Server 2008R2. I have verified all the IIS configuration and they are same.

    48297-print.png


  2. Rayal, Pankaj 1 Reputation point
    2020-12-16T04:01:00.587+00:00

    @Bruce Zhang-MSFT - The VeirfyLogin is on top in the Default document list under login. The VerifyLogin.aspx is present in root folder
    48498-102.png