When you type
http://127.0.0.1/ you basically connect to port 80.
Your Oracle HTTP Server is using port 80,
You should change the port oracle is listening to ..
and then change the port used by IIS to 80
I'm not sure how to change the port of Oracle Server, but i'm sure its done by changing the value in httpd.conf file. (somebody who has oracle installed plz help in this)
Change IIS Port
or else you can find out which port is being used by IIS, using "
netstat -a -n -o" command
( I think it must be using port 81 )
and then type your address as :
http://your.ip
ort (ex.
http://127.0.0.1:81 )
and use this addr for browsing through asp pages
-----
alibi