How to made ORACLE SQL request with ASP on IIS Windows server ?

Villommet Jean-Luc 0 Reputation points
2023-09-20T12:55:45.4166667+00:00

I will connect my ORACLE database to an IIS intranet server, working with ASP.NET

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,451 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 63,741 Reputation points
    2023-09-20T20:00:28.3166667+00:00
    0 comments No comments

  2. XuDong Peng-MSFT 10,426 Reputation points Microsoft Vendor
    2023-09-21T03:17:47.8666667+00:00

    Hi @Villommet Jean-Luc,

    As Bruce mentioned, currently you can still develop your applications using Oracle database in these two ways. But they will be removed in a future release, and Microsoft recommends that you use a third-party Oracle provider. I'm not sure if this will have any impact in your environment, but I think you have to consider it.

    All in all, I recommend you use ODP.NET. Just refer to this doc: Developing .NET Applications for Oracle Database (On-Premises), which contains step-by-step instructions from installing the database to building and running the application. Hope this can help you.

    Best regards,

    Xudong Peng


    If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Olaf Helper 43,901 Reputation points
    2023-09-21T05:27:17.8066667+00:00

    Install origin Oracle ODAC = "Oracle Data Access Components", it includes a Oracle library for .NET.

    https://www.oracle.com/database/technologies/odac-downloads.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.