How to implement a service "beside" my web-site
-
A beginner's problem: I have a asp.net web-site running on a webserver. Additionally, on this server I want to have running some other programs, which generate data as input for this web-site. E.g. such a program/service observes a requirements-database, and generates a report. This report should be the input for the web-site and can then be accessed by users. How can such a szenario be realized?
-
A beginner's problem: I have a asp.net web-site running on a webserver. Additionally, on this server I want to have running some other programs, which generate data as input for this web-site. E.g. such a program/service observes a requirements-database, and generates a report. This report should be the input for the web-site and can then be accessed by users. How can such a szenario be realized?
-
Frygreen wrote:
This report should be the input for the web-site
What does that even mean?
There are only 10 types of people in the world, those who understand binary and those who don't.
-
I try to explain: This means, that other programs retrive data from different sources, they preprocess it, and store it, e.g. in a database. The web-server now reads the data from this database and presents it to the user