Hi,
I implemented a simple user/roles system for the website I use it on shared Windows server.
It is basically what is described here:
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=433
It works fine as long as I run it on my inhouse server.
If I deploy the application it seems like the code part were user roles are checked on
"Application_AuthenticateRequest" in code behind of Global.asax.
is not executed.
I can reproduce it on the inhouse server if I do NOT copy the Global.asax into the root directory. How ever on my jodohost server it is in the root, and yet it seems as were it missing. I requested support but I was just forwarded back and forth for 2 weeks now. One thing I know that permissions on Global asax seems to be fine. And user gets authenticated only the roles are gone.
I think I am not the first one on Jodohost who does some thing that is describe in the article above.
Does any one know were to look for errors? What am I doing wrong?
Thank you
Vita
I implemented a simple user/roles system for the website I use it on shared Windows server.
It is basically what is described here:
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=433
It works fine as long as I run it on my inhouse server.
If I deploy the application it seems like the code part were user roles are checked on
"Application_AuthenticateRequest" in code behind of Global.asax.
is not executed.
I can reproduce it on the inhouse server if I do NOT copy the Global.asax into the root directory. How ever on my jodohost server it is in the root, and yet it seems as were it missing. I requested support but I was just forwarded back and forth for 2 weeks now. One thing I know that permissions on Global asax seems to be fine. And user gets authenticated only the roles are gone.
I think I am not the first one on Jodohost who does some thing that is describe in the article above.
Does any one know were to look for errors? What am I doing wrong?
Thank you
Vita