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?
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.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook
Bookmarks