Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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.

share|improve this question
1  
What kind of authentication are you trying to use? IIS doesn't have any kind of built in user management, only methods for authenticating against external user management systems. – squillman Jan 3 '12 at 19:47
Specifically, I'm trying to use the Oracle Membership Provider for ASP.NET provided 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.