Orcale and Asp.net port conflict

Source: Internet
Author: User

The inetinfo.exeof the Web Service and the apache.exe process of oracleare all using port 80.

If you create an ASP. NET application using. NET after installing Oracle, the following error occurs:

VS. NET detects that the web server is running ASP. NET 1.0, the application to be created or opened can be configured to be 1.0 compatible, but the new 1.1 function cannot be run, it is likely that it should be the port conflict mentioned above.

Solution:

1) modify the port of the Oracle Process

Change httpd. conf and Listen 80 in httpd. conf. default to another port in path \ oracle \ ora90 \ Apache \ conf. For example, Listen 8080 or others. We recommend that you set a value greater than 3000.

2) Stop the Http server of Oracle

You can directly use the Process Manager to shut down several apache.exe processes. You must close them all ).

In this way, the same problem will occur again when the system is restarted next time. This is a temporary usage plan :)

It is said that the WEB server port can also be modified.

Source link: http://tb.blog.csdn.net/TrackBack.aspx? PostId = 1481840

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.