I have an aspx file that is all inclusive. Everything it needs to do is coded in the aspx file itself. I have no other files.
How do I quickly host this locally to test it? I have IIS installed and IIS express bu can't figure out how to host the aspx file without the web browser simply reading the contents of the file or giving me a 404.3 error.
I just want to pop open the file like you'd do for any other html page.
Edit this was the solution, but for ASP 4.7: IIS 8.5 throwing 404.3 errors for ASPX pages