Sunteți pe pagina 1din 3

https://www.lifewire.com/what-is-an-aspx-file-2619705?

print

What Is an ASPX File?


How to open, edit, and convert ASPX files

by Tim Fisher
Updated May 17, 2018

A file with the ASPX file extension is an Active Server Page Extended file that's designed for
Microsoft's ASP.NET framework.

ASPX files are generated by a web server and contain scripts and source codes that help
communicate to a browser how a web page should be opened and displayed.

More often than not, you'll probably only see the extension .ASPX in a URL or when your web
browser accidentally sends you an ASPX file instead of the one you thought you were
downloading.

How to Open Downloaded ASPX Files

If you've downloaded an ASPX file and expected it to contain information (like a document or
other saved data), it's likely that something is wrong with the website and instead of
generating usable information, it provided this server-side file instead.

In that case, one trick is to simply rename the ASPX file to whatever you expect it to be. For
example, if you expected a PDF version of a bill from your online bank account, but instead
got an ASPX file, just rename the file as bill.pdf and then open the file. If you expected an
image, try renaming the ASPX file image.jpg. You get the idea.

Tip: In order to rename the file, your computer has to be set up to show you the file
extension. To do this, open the Run dialog box (WIN+R) and enter control folders. Use the
View menu to locate the Hide extensions for known file types—uncheck it and apply the
changes.

The issue here is that sometimes the server (the website you're getting the ASPX file from)
doesn't properly name the generated file (the PDF, the image, the music file, etc.) and present
it for downloading as it should. You're just manually taking that last step.

1 of 3 06/08/2018, 19:15
https://www.lifewire.com/what-is-an-aspx-file-2619705?print

Note: You can't always change a file extension to something else and expect it to work under
the new format. This case with a PDF file and the ASPX file extension is a very special
circumstance because it's basically just a naming error that you're fixing by changing it from
.ASPX to .PDF.

Sometimes the cause of this problem is a browser or plug-in related, so you might have luck
loading the page that's generating the ASPX file from a different browser than the one you're
using now. For example, if you're using Internet Explorer, try switching to Chrome or Firefox.

How to Open Other ASPX Files

Seeing a URL with ASPX at the end, like this one from Microsoft, means that the web page is
being run in the ASP.NET framework:

https://msdn.microsoft.com/en-us/library/cc668201.aspx

There's no need to do anything to open this type of file because your browser does it for you,
whether it's Chrome, Firefox, Internet Explorer, etc.

The actual code in the ASPX file is processed by the web server and can be coded in any
program that codes in ASP.NET. Microsoft's Visual Studio is one free program you can use to
open and edit ASPX files. Another tool, although not free, is the popular Adobe
Dreamweaver.

Sometimes, an ASPX file can be viewed and its contents edited with a simple text editor. To
go that route, try one of our favorite text file editors in our Best Free Text Editors list.

How to Convert an ASPX File

ASPX files have an explicit purpose. Unlike image files, like PNG, JPG, GIF, etc. where a file
conversion retains compatibility with most image editors and viewers, ASPX files will stop
doing what they're meant to do if you convert them to other file formats.

Converting ASPX to HTML, for example, will certainly make the HTML result look like the
ASPX web page. However, since the elements of the ASPX files are processed on a server,
you can't use them properly if they exist as HTML, PDF, JPG, or any other file you convert
them to on your computer.

However, given that there are programs that use ASPX files, you can save the ASPX file as
something else if you open it in an ASPX editor. Visual Studio, for example, can save open
ASPX files as HTM, HTML, ASP, WSF, VBS, MASTER, ASMX, MSGX, SVC, SRF, JS, and
others.

Need More Help?

2 of 3 06/08/2018, 19:15
https://www.lifewire.com/what-is-an-aspx-file-2619705?print

See Get More Help for information about contacting me on social networks or via email,
posting on tech support forums, and more.

Let me know what kinds of problems you're having with opening or using the ASPX file and I'll
see what I can do to help. ASPX files are particularly frustrating, so don't feel bad asking for
help.

3 of 3 06/08/2018, 19:15

S-ar putea să vă placă și