Hey guys
I am an ASP.NET Developer. Pretty new to DNN. It actually seems quite complex coding across so many different layers. I have a project to do involving AUTOMATICALLY logging in users if they fall into a certain IP range. With some settings as well, for example
If a user is from IP 10.0.0.6 then REDIRECT to home.aspx, else take to regular login screen.
At first I thought I would create a custom module and add it, but it seems that the login feature is 'hard coded' into any DNN website.
I usually develop in C Sharp, and I see all the DNN code is in VB.
1) Am I correct in assuming I would have to edit the DNN existing code for visual basic to pull this off, or would a custom module be possible?
2) Also any Help of what modules or files I would need to work on would be great. The DNN standard documentation seems a little cryptic
Thank for all the help