c# - Server side execution -


I am creating a binary options website in VB.NET. The server must collect data from any other site and send data to customers. The server must work independently from the user. Do I need a dedicated server that runs a different executable that collects data, or can I insert the code in the server side of my default page ( Default.aspx.vb )?

If I put the code in Default.aspx.vb , when will the server start? I have inserted the code that collects the data in public shared sub head () , but it does not start it only starts when I code the code to public sub New () . Put in

The server must collect data from another site and send data to customers. The server should be automatically activated by the user.

What is the nature of the data? It is not clear when you say that it should work automatically, but at the same time suggest putting it in your default.aspx.vb page (which is "client call server" => "server load default The page that calls to the data site "/ P>

Again, the nature of your data will be helpful. If you are actually looking to do data collection independently, you probably want a dedicated service Provider Data collects whatever you want, collects data based on the type of data, you may be able to store it in a database, or a successful file or something else.

Then when a user calls default.aspx.vb <


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -