Why .aspx file runs on server but not simple .html file?
Any one can reply on this question with example and strong reason.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Apr 25, 2015, 4:24 AM
How is your HTML page not running? In all of the cases that I have ever worked, a simple HTML page runs on a device where there is even no server installed; IIS. You can simply target the location of the HTML file and you're good to go. Where as for an .aspx file, you can to provide required assemblies and other related content and then you can expect it to run.