It has been a long time since I have played with ASP.NET
All I am trying to do is deploy a simple login.asp page.
I am using VS 2015 running on Windows 10 with the IIS Server on Windows 10. The about dialog says IIS 10
I have it running correctly in visual studio. It connects to a database and checks the username and password and then passes control to a hello world page.
Now I want to deploy my login.aspx, login.aspx.cs, web.config and helloworld.aspx to the IIS server and I cannot seem to figure out how to do it.
I was hoping to deploy to the default website already established and I thought I could just dump everything into wwwroot but obviously I am missing a lot and cannot seem to find the right documentation that will just give me a basic set of steps to deploy.
Hoping someone can help
Thanks