hi there, I'm moving a web application from win to linux. My problem is with my implementation of membership witch is found in of bin directory. In windows, I haven't problems running the web application but in linux I got the next error message when I'm in the login page:
Error Message: HTTP 500. System.Configuration.ConfigurationErrorsException: Could not find type: xxx.WebManagement.xnMembershipProvider, xxx.WebManagement, Version=1.0.0.0, Culture=neutral () () So, I understand that is because I don't have the installed dll in the gac or the xsp could not find the assembly inside of bin directory. My question is: Can I run my application without to have that to install the membership (xxx.dll) it in the gac?? how can I do that (editing the web config file)??? Really, I can not see the problem here :( Thanks a lot, Rolando.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
