I have an ASP.NET website project and I'm deploying it on AWS beanstalk from Visual Studio using the AWS SDK. By default it is deployed under domain/folder_name. I would like to deploy it under default web site but I can't seem to find how to do that. Is it at least possible or do I need to convert it to ASP.NET Application?I found a similar post for ASP.NET Application project but it's not applicable for website projects.