I'm trying to migrate an ASP.NET MVC2 (Target framework 3.5) app working on IIS 6/MSSQL 2008 over to IIS7/Oracle 11. My connection string appears to be correct, as entering a username/password into forms authentication from the actual app returns the expected failure (no users currently exist). But the IIS Manager pauses for awhile, then simply returns the error "The application domain in which the thread was running has been unloaded."
Unfortunately, that error isn't terribly useful in telling me what's actually going wrong.
We're scrapping the part of the app which currently does user/role management, so I'd really like to get the user management working in IIS Manager so I can get some real testing done.
Oracle Membership Provider for ASP.NETprovided by Oracle (which seems to work in my app, but IIS Manager is choking on it for whatever reason). – mootinator Jan 3 '12 at 19:50