How to open ASPX: a list of programs

Website developers called coders should be aware of the ASPX file format . It contains a separate website web page developed using ASP.NET technology. But novice users often have problems opening this format. This article will show you how to open ASPX with a variety of programs.

Adobe dreamweaver

The ASPX format, which, by the way, stands for Active Server Page Extended File, can be easily viewed using Adobe Dreamweaver. This program is intended for editing and direct creation of sites.

than open aspx

You need to do the following:

  1. Run the program itself.
  2. In the upper panel, open the File menu by clicking on the corresponding button.
  3. In the list of options that appears, select Open.
  4. In the window that appears, the file manager "Explorer", go to the folder with the ASPX file.
  5. Highlight the file and click the "Open" button.

Right after that, in the workspace of the program you will see the contents of the file. It is displayed as a code. Now you know how to open an .aspx file. However, this is only the first program on our list that may not suit you. Therefore, we proceed directly to other options.

Microsoft Visual Studio 2010

From the program released by Adobe, let's move on to the program from Microsoft. And we will consider the Microsoft Visual Studio application. Using it, you can also easily view the contents of an ASPX file. To do this, do the following:

  1. Run the program.
  2. At the top of the window, click the File button.
  3. In the list that appears, hover over the "Open" option.
  4. In the additional menu that appears, select the "Website" option.
  5. A browser window will appear. In it you need to go to the directory where the folder with the site is located. This is where ASPX files should be located.
  6. Highlight the folder and click the "Open" button.
  7. The file will be opened, but its contents will not yet be displayed in the workspace. To fix this, on the right side of the screen, in the "Solution Explorer" panel, select the Default.aspx folder.
active server page extended file

After that, you can familiarize yourself with the data that was in the file. So, you already know two ways to open ASPX.

Microsoft Expression Web

Microsoft has also released Microsoft Expression Web, which lets you view ASPX files. It was developed as an HTML editor. Follow these steps:

  1. As in all previous methods, first click the File button located on the top panel.
  2. In the list of options that appears, select Open.
  3. The Explorer will launch. In it, you need to go to the directory directly with the file itself, select it and click Open.

Immediately after that, in the program interface you can observe all the data placed inside the file. By the way, the discovery can be made without all these rather long manipulations. You just need to run the program, open the file folder in the "Explorer" and hold down the left mouse button and drag the file into the working area of ​​the program. This was the third way to open ASPX.

Internet explorer

Speaking about how to open an .aspx file, everyone often thinks about some special programs, which are often paid. However, not many people know that the standard Internet Explorer Internet browser will do.

  1. Open Explorer.
  2. Go to the folder with the file.
  3. Right click on it.
  4. Select "Open with."
  5. In the additional menu, click on Internet Explorer.
visual studio 2010

Immediately after that, the browser starts, on the page of which the information from the ASPX file will be contained. Of course, you won’t be able to edit the file, but if you just need to familiarize yourself with its contents, then this method is ideal.

Source: https://habr.com/ru/post/K3586/


All Articles