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