Hi!
I'm new in dnn and I want to create a class that creates a new user in dnn from an external site, i mean that i want to throw the new user in the dnn database.
I use the code from the dnn that do this and when my site is in the dnn folders there is no problem.
But when i create an external site the code doesn' t run.
For example I use this code :
Dim objUserInfo As UserInfo
objUserInfo = UserController.GetUserByName(PoId, UserNam, False)
and the debugger throws me initiallizer exception.
Has anyone have an idea what may be the problem.
I note that in the external site i haven' t put global.asax file and in the web.config the only thing i have put is the connectionstring for the database (that works fine). I have search to this files but i haven' t find something that i can get.
Thanks!