you are trying to run asp.net (.aspx) on an asp platform a bit like trying to run c++ under c. It won't work. Just like it wouldn't if you tried to run this on NT running IIS V4.
asp will only process .asp files by default so you web server is doing the correct thing and just displaying .aspx files like it would a .txt file it doesn't know what else to do.
(iis 6 will just fail as it defaults to doing nothing).
Duncan
thats correct.
Different technology
The only way you could run it on a linux based server is to install something like vmware and install windows on a virtual server.
sun one asp was licensed off Microsoft from what I understand way back when and has been supported/developed/ported by sun since.
If you do a search on the forum for aspx or .net you should find some other similar answers and there are no plans to support aspx .
Perhaps Microsoft will port it now that they have an agreement with Suse!
Duncan