I have an Oracle 10g R2 DB and a thick client written in Delphi 6, I have a desire to make a web client on ASP.NET MVC 5, first I want to create authorization and output of personal information from my personal account, since the authorization is done in the toast client using the built-in Oracle users have difficulty screwing this authorization to ASP.NET MVC, could not tell how to do this, or can there already exist ready-made libraries?
I work with the database through Oracle.ManagedDataAccess and Oracle.ManagedDataAccess.EntityFramework!