Quote:
I've been battling this for some time and to no avail. Has anyone ever
had
this issue and resolved it? |
You can't preview a aspx page unless you server from an IIS server with the
..net framework installed. A browser doesn't know what to do with a .aspx
file. It first needs to be processed and then html sent to the browser by
the server.
So, make sure your computer is running IIS, and that you have the .net
framwork installed, and that your site files are inside the inetpub folder.
You should then be able to go to http://localhost/ and see your site.
-Darrel