I have created an ASP.NET web application using visual studio.
Here is the github repository
Currently, a webpage on my website looks like this I only make changes to index.html.
Now that I want to deploy this ASP.NET application on my website, I assumed I would just upload the files to the server, unfortunately, the result does not look like what visual studio displays.
Here is what the webpage currently looks like.
What changes do I need to make to my ASP.NET application so that it will be displayed properly on my website?