Current location - Plastic Surgery and Aesthetics Network - Wedding supplies - How to run asp web page how to run asp web page
How to run asp web page how to run asp web page
How to run. Asp web page

By default there are no ASP files. Put your ASP file in this directory and you can run it. For example, if you put a test.asp in it, you can browse it in the browser: localhost/test.asp

There is also the following URL, and then the default URL. You need to start it and set the settings for this website. . .

Asp web pages that have passed the test on the virtual machine can't be opened when they are hung on the server. Error: Access denied?

I think it's about directory permissions. ASP should pay attention to whether the main document is set properly. Whether the 32-bit application is set to true. Whether the parent path is enabled.

You also need to set directory permissions.

How does ASP server publish web pages?

1, deploy asp source code, first look at what system your computer is, install iis server 2, package the source code to other disks, such as E disk, open the Internet Information Service (iis) Manager, right-click the website, create a new website, follow the steps to find the source code path, and assign local ip and port, such as 192.5438+068. Use special development tool dw to open asp page and debug it. Or enter the address directly in the browser:

http:// 192. 168. 1.55:888/index . ASP

Browse. The following is the process of publishing asp locally. How do novices learn ASP network programming?

ASP is very simple. Establish a good environment in the local area. Try more code running effects. Baidu if you don't understand. Personally, I feel that watching video tutorials less is very wordy. Watching video for an hour is not as good as Baidu's 5 minutes.

I still remember that the first ASP I contacted was that the form was submitted to ASP, and ASP received the message content, stored it in the database, and then called and displayed it from the database. I learned ASP after this round.

More than ten years ago, I took several courses in frontpage web design in a training institution. Then I applied for the job and was hired, and then I got a portal to do it for me. At first, just let me change a few pictures, html code, style sheets, without any program involved. After seeing that my front-end was finished, let me try the program, so I downloaded a source code on the Internet, and then I looked at other people's ideas of writing code, but I didn't understand Baidu. I will. At that time, to be honest, there was no special website for the rookie tutorial.

What is ASP technology?

ASP is the abbreviation of ActiveServerPage, which means "Active Server Web Page". ASP is an application developed by Microsoft, not a CGI script. It can interact with databases and other programs, and is a simple and convenient programming tool. The format of ASP web page file is

. white poplar

ASP is the abbreviation of ActiveServerPage, which means "Active Server Web Page". ASP is an application developed by Microsoft, not a CGI script. It can interact with databases and other programs, and is a simple and convenient programming tool. The format of ASP web page file is now commonly used in various dynamic websites. ASP is a server-side scripting environment, which can be used to create and run dynamic web pages or web applications. ASP web pages can contain HTML tags, plain text, script commands, com components and so on. With ASP, you can add interactive content (such as online forms) to web pages, and you can also create web applications that use HTML pages as user interfaces. Compared with HTML, ASP webpage has the following characteristics: (1) Using ASP can break through some functional limitations of static webpage and realize dynamic webpage technology; (2)ASP files are contained in files composed of HTML codes, which are easy to modify and test; (3) The ASP interpreter on the server will make ASP programs on the server and send the results to the client browser in HTML format, so that all browsers can browse the pages generated by ASP normally; (4)ASP provides some built-in objects, which can make server-side scripts more powerful. For example, you can get the information submitted by users through HTML forms from the web browser, process the information in the script, and then send the information to the web browser; (5)ASP can use server-side ActiveX to perform various tasks, such as accessing database, finding email or accessing file system. (6) Because the server sends the result of ASP program execution back to the client browser in HTML format, users will not see the original program code written by ASP, and the stored ASP program code will be stolen. . white poplar

, now commonly used in various dynamic websites. ASP is a server-side scripting environment, which can be used to create and run dynamic web pages or web applications. ASP web pages can contain HTML tags, plain text, script commands, com components and so on. With ASP, you can add interactive content (such as online forms) to web pages, and you can also create web applications that use HTML pages as user interfaces. Compared with HTML, ASP webpage has the following characteristics: (1) Using ASP can break through some functional limitations of static webpage and realize dynamic webpage technology; (2)ASP files are contained in files composed of HTML codes, which are easy to modify and test; (3) The ASP interpreter on the server will make ASP programs on the server and send the results to the client browser in HTML format, so that all browsers can browse the pages generated by ASP normally; (4)ASP provides some built-in objects, which can make server-side scripts more powerful. For example, you can get the information submitted by users through HTML forms from the web browser, process the information in the script, and then send the information to the web browser; (5)ASP can use server-side ActiveX to perform various tasks, such as accessing database, finding email or accessing file system. (6) Because the server sends the result of ASP program execution back to the client browser in HTML format, users will not see the original program code written by ASP, and the stored ASP program code will be stolen.

Where is the ASP webpage executed?

ASP is the abbreviation of ActiveServerPage, which means "Dynamic Server Page".

ASP is an application developed by Microsoft, not a CGI script. It can interact with databases and other programs, and is a simple and convenient programming tool.

The web page file format of Asp is. ASP, now commonly used in various dynamic websites.

ASP is a server-side scripting environment, which can be used to create and run dynamic Web pages or web applications.

ASP web pages can contain HTML tags, plain text, script commands, com components and so on.

With ASP, you can add interactive content, such as online forms, to web pages, and you can also create web applications that use HTML pages as user interfaces.

Compared with HTML, ASP webpage has the following characteristics: (1) Using ASP can break through some functional limitations of static webpage and realize dynamic webpage technology; (2)ASP files are contained in files composed of HTML codes, which are easy to modify and test; (3) The ASP interpreter on the server will make ASP programs on the server and send the results to the client browser in HTML format, so that all browsers can browse the pages generated by ASP normally; (4)ASP provides some built-in objects, which can make server-side scripts more powerful.

For example, you can get the information submitted by users through HTML forms from the web browser, process the information in the script, and then send the information to the web browser; (5)ASP can use server-side ActiveX components to perform various tasks, such as accessing databases, discovering and accessing e-mails or file systems.

(6) Because the server sends the result of ASP program execution back to the client browser in HTML format, users will not see the original program code written by ASP, which can prevent the ASP program code from being stolen.