I have taken over the maintenance of a web site. I would like to create a part of the site for registered users only. I have written the Registration and Log-In in VB.Net, saving the registration data to a folder and validating Log-in data against it. It's not perfect, yet, but I think I can get all the bugs out.
The thing is, I have it working enough to test it out on the web page, but I don't know how to access it in HTML.
I'm not even sure it can be accessed in HTML. I see web pages which open what looks like Windows forms.
What do I need to tell you...? The web pages are created in Front Page. The server takes FP extensions.
I uploaded the .exe file into the same folder (on the web server) as the HTML pages are located. I created a sub-folder to save the registration data in the same folder.
The main questions are....How do I say "Run the .exe file"? Or is there a way?
Oh, I have set up an HTML page with the necessary textbox forms and the Submit and Reset buttons; and I type in user name, email address, password and click Submit, but I don't have any idea what the HTML does with the data. I need some help with either method, but I would really prefer to use VB if it can be done.