Hi, I'm new to ASP.NET and I'm trying to view pages. I cannot get any of my ASPX pages to show up. I can get .htm pages to show up but that's about it. What's am I doing wrong?
http://ns-llc.com/alexnodr/index.asp
Printable View
Hi, I'm new to ASP.NET and I'm trying to view pages. I cannot get any of my ASPX pages to show up. I can get .htm pages to show up but that's about it. What's am I doing wrong?
http://ns-llc.com/alexnodr/index.asp
do you have the .net framework installed on the server? asp.net pages need a compiler. htm is what the browser sees when an aspx file is compiled.
Yeah I have .NET Framework up and running but still nothing has changed. Is there other possibilities?
Should I save this website as a .htm?