Computer Hope

Software => Computer software => Topic started by: KLE on March 24, 2005, 07:35:43 AM

Title: How to open file with extension ASPX
Post by: KLE 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  >:( ???
Title: Re: How to open file with extension ASPX
Post by: gussery 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.