Show View in the main page itself (eg: sample.com) in asp.net mvc

I need to show my View on the main page. Suppose that I have an application called “Sample”. When a user comes to sample.com it will go to the sample.com/Home/Index. Is there any way/method to show the view in sample.com itself as we do in pure HTML Pages? Even though I’ve done several google-search I ended up in misleading content.

Can you deploy single aspx.cs file using Visual Studio Web Publish to Azure Web App (Azure runtime issue)

I’ve noticed that although I’m able to successfully deploy my web app (ASP.NET) to Azure using web publish in Visual Studio. I’m also able to successfully deploy individual files to the server directory, by right clicking on the file in the solution explorer and clicking publish.