i built project in Asp.net 2012 with Oracle database 11g. i used "Oracle.ManageedDataAcess.dll " in order to create (insert ,update,delete ,select ,Upload file and Download file) operations and the 'StoredProcedure' technique's been used and the project is working on the localhost.
the problem is that when i deploy the project on IIS some of the operations (Select, Upload file, Download file) are not working. Also there is no error while deploying the project.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)