All Questions
Tagged with server-side-scripting web-hosting
3 questions
0
votes
1
answer
1k
views
Run server side script on schedule for hosted asp.net application
I'm in the process of deploying my first website which is written is ASP.NET. I need to run a server side script at set intervals during the day which updates a database even if there is nobody using ...
3
votes
1
answer
272
views
Do web hosting companies allow server-side scripts to make external data requests?
I'm currently ready to deploy an asp.net website and looking at web hosting companies.
The C# code behind periodically uses HttpWebRequest to pull data from an external website to insert into a SQL ...
4
votes
1
answer
8k
views
Hosting Dynamic Content on GitHub?
Is it possible to host dynamic content through GitHub:Pages? More specifically, we are using GitHub Enterprise, so we have a little more control, but I'm not aware of what dynamic content languages (...