HI,
I am somewhat new to DNN, and have recently created a fairly simple DNN module to allow people to make online credit card payments through my website. The module seems to work great when I am logged in as host or any other administrator user. Unfortunately, when I am logged in as a regular user, or not logged in at all, the module doesn't seem to load properly, and is VERY inconsistent in its behavior.
Now, the main problem that I am having doesn't seem to have anything to do with my module per se. What I mean by this is that when I fill out all the information on my module, and click 'Submit Payment', it "seems to" do a postback, except that no breakpoints on my module fire, including at the top of page_load, or on the submit button click event. After clicking back and forth between different menu items like home, login, etc. and going back to my module page, it SOMETIMES will fire the breakpoint, and then therefore do what it is supposed to, but it is very inconsistent. Again, as soon as I am logged in as an admin user, it works 100% always.
Has anyone ever experienced this before? What could be the potential causes for such a behavior?
Any help with this situation would be most appreciated!