Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to open file with extension ASPX  (Read 18765 times)

0 Members and 1 Guest are viewing this topic.

KLE

  • Guest
How to open file with extension ASPX
« on: March 24, 2005, 07:35:43 AM »

Hi ,
I have a file with extension .ASPX , and the size is quite big ( 100 mega). Can you help me to open this file.
Thanks  >:( ???

gussery

  • Guest
Re: How to open file with extension ASPX
« Reply #1 on: March 24, 2005, 11:55:20 AM »
aspx is an ASP .NET web page.  You would need to put it on an web server that supports aspx and open it with your browser.  That is, if you want to see what it would look like to the real world.

If you want to see the "code" in the aspx file, then just use notepad.