Teach you how to open aspx files

  
                

ASP.NET is a programming framework built on the common language runtime. It can be used to generate powerful web applications on the server. After IIS parsing and executing, you can get dynamic pages. It is a new network launched by Microsoft. Programming method, not a simple upgrade of asp, how to open the aspx file?

1. Open IIS, (If you don't have it, go to “Add and remove the program).

2, find the "default website", right click

3, in the pop-up menu, select "ldquo - new - virtual directory"

4, follow the wizard prompts to complete the wizard, specific The method is as follows:

1. Skip the welcome screen and open an alias. (such as "abcd" without quotes)

2. Prompt to find the directory and find the directory where your ASPX file is located.

3, the permissions are by default (the first two choices, the last three are not selected)

5, the wizard is completed, open the "default website" & rdquo; before the "+"

6, find "abcd" (without quotes, the directory alias just created), click on it

7. Find the ASPX file in the right window, right click, select browse < Br>

You can browse the web page file. Similarly, the ASP file can also be browsed by this method

. If you want to browse the source code of the file, you can use Notepad directly, but I recommend using Dreamweawer. The following is the example of Dreamweawer8, other versions are similar:

1. Establish IIS, follow the above method, only execute step 12345, 67 steps can not be executed

2, open Dreamweawer, Select “Site--New Site" to open a website name.

(eg "abcd" without quotes)

3, server technology selection <;ASP VBscript”

4, find the ASPX file storage directory, the next step Br>

5, enter http:/##localhost/virtual directory name /(end of “/” crucial)

If the virtual directory is named qwer, then how to open the stp file In

http:$$localhost/qwer/

It is best to test the following URL prefixes for insurance points

6. Without using a remote server, the next step is

Haha, success. After changing, browse and use Dreamweawer's own browsing, you don't have to open IIS

Tip: Visual Studio .NET 2003 has the same effect,

If you only need to browse the web, you don't need Edit, use IIS directly, do not need to use Visual Studio .NET 2003 and Dreamweawer.

In summary, asp files are in text form and can be opened with any text editor, such as notepad, editplus, dreamwaver, frontpage

Copyright © Windows knowledge All Rights Reserved