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, which is released by Microsoft. A new network programming method, instead of a simple upgrade of asp, how to open the aspx file?
1, open IIS, (not installed, then go to “ add and remove program & rdquo; install)
2 Find the default website. Right click on
3. In the pop-up menu, select “New--Virtual Directory”
4. Follow the wizard prompts to complete the wizard. The specific method is as follows:
1 Skip the welcome screen and open an alias. (such as "abcd" without quotes)
2, prompt to find the directory, find the directory where your ASPX file is located.
3, permissions by default (the first two choices, the last three are not selected) can be
5, the wizard is completed, open "default website" & rdquo; before the "+" rdquo;
6, found "abcd" (without quotes, the directory alias just created), click on it
7, find the ASPX file in the right window, right click, select browse
to browse the web file, same, ASP Files can also be browsed in this way
and if you want to browse the source code of the file, you can use Notepad directly, but I recommend using Dreamweawer, the following example is Dreamweawer8, other versions are similar:
1, establish IIS According to the above method, only 12345 steps can be performed, 67 steps can be executed without
2, Dreamweawer is opened, and “Site--New Site” is selected to create a website name.
(such as "abcd" without quotes)
3, server technology selection <;ASP VBscript”
4, find the directory where ASPX file is stored, the next step
5, enter http:/# #localhost/Virtual Directory Name /(End of “/” is crucial)
If the virtual directory is named qwer, then how to open the stp file into
http:$$localhost/qwer/
The insurance point is best to test the following URL prefix
6, do not use the remote server, the next step can be
haha, successful. 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 to edit, use IIS directly. Yes, you don't need to use Visual Studio .NET 2003 and Dreamweawer.
All in all, 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