Hi everyone, I have completed a ASP.NET webpage using VS2005 and .NET 2.0, we have used an Oracle 10g Release 2 database back-end, and utilized the Oracle Developer Tools for .NET and ADO to communicate between the web forms and the database.
The next step is to install/implement this system on a client resource, and i was wondering if people out there could lend me some information in doing so.
I dont know that much about the implementation side of things, but what i have tinkered with on my own machine, was attempting to use MS IIS to server the ASP.NET page, i managed to do this on a already set up web page server, i think it was the default created by IIS on installation. I created a virtual directory within the webpage server, pointed it to my system, and that was about as much detail as i went into before i was clicking things that i wasnt sure about.
Now this server worked on my localhost HTTP port 80. But the SQL Server database login that was being used for testing purposes didnt connect, i never managed to get as far as to test if the server connected with oracle, but i assumed i would have similar problems..
My question is:
- Is there a STEP by STEP tutorial on how to install a new ASP server, using whatever, which would also tell me what i would need to do to connect to oracle, or some other type of DBMS?
- If there isnt, could some1 out there give me a summary of steps i would need to sorta of follow, or that i could look up some detailed information on how to do...
Ive done some extensive research but none of it has been close to helpfull. If anyone can help, it would be very much appreciated.
Thanks everyone.