Kristofer
Sat Jun 05 02:01:05 CDT 2004
Hello,
Can you use any Oracle Tools to monitor database activity (such as Profiler
in SQL Server)? That would tell you if there is anything going on in the
database, and that something is not working correctly.
How do you know that it is the connection to the database that fails, and
not the query? Do you have any information telling you this? If so, please
share it with us.
Have you tried a simple "Hello World" ASP-page? (so that we can find out if
it really is with the database, or with ASP.
--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!
"Viv" <anonymous@discussions.microsoft.com> wrote in message
news:B3B8BCF1-8944-4D5F-8C46-7B80DE3BAEC6@microsoft.com...
> I have IIS (probably 5.0) on Windows XP. When I launch Internet Services
Manager (from Control Panel -> Administrative Tools), it launches fine.
Then, I run my ASP page which tries to connect to Oracle database and fails
(don't know why). Then, I try to launch the Internet Services Manager again
but it doesn't launch. What is wrong?
>
> Everything (IIS, the ASP page) was working fine for a year until I
uninstalled Oracle and cleaned up Registry entries that were related to
Oracle and then reinstalled Oracle. I can connect to Oracle fine through
SQL*Plus but cannot connect through ASP any more.