Hello, I am a newby to ASP.Net but have many years of experience in VB6-VB.Net 2010 and little experience with Java/Servlets. I want to start coding ASP.
I have a situation where my host will not allow IP access to MySQL databases. My site is currently built with wordpress and but for my client applications, I need a page that receives a request to collect a single value from a database and send the value back. My Winforms project wants to connect to my website and get a license string from the hosted database to validate use of my application.
I have C# code (dll) in my VB.Net app which will collect info via Http Request and Response but I need help in understanding best approach plan on retrieving the data.
If anybody else has a similar setup I would appreciate their advise on the best way this should be done. I have books which I can use to code an ASP/ASPX page to run on my webserver but I need guidance before I start coding!
Any help would be much appreciated
with thanks,
Keith
I have a situation where my host will not allow IP access to MySQL databases. My site is currently built with wordpress and but for my client applications, I need a page that receives a request to collect a single value from a database and send the value back. My Winforms project wants to connect to my website and get a license string from the hosted database to validate use of my application.
I have C# code (dll) in my VB.Net app which will collect info via Http Request and Response but I need help in understanding best approach plan on retrieving the data.
If anybody else has a similar setup I would appreciate their advise on the best way this should be done. I have books which I can use to code an ASP/ASPX page to run on my webserver but I need guidance before I start coding!
Any help would be much appreciated
with thanks,
Keith