ASPX files are server-side code. The server will generate HTML or other client-side files.
The files themselves are text-based code, which you can open in any text editor. Some text editors that are designed for programmers will even color-code the syntax for you.
Running the ASPX files on Android would require some type of interpreter that can mimic Microsoft's ASP.NET framework, which you will probably not find.