Click here to Skip to main content
15,894,539 members
Home / Discussions / Hosting and Servers
   

Hosting and Servers

 
GeneralRe: Whats your code management setup? Pin
Deepak Vasudevan19-Sep-21 19:57
Deepak Vasudevan19-Sep-21 19:57 
QuestionIIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 114751138-Apr-19 13:26
Member 114751138-Apr-19 13:26 
AnswerRe: IIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 145194272-Jul-19 23:29
Member 145194272-Jul-19 23:29 
QuestionFile Transfer Methods Pin
T Gorman4-Mar-19 8:16
T Gorman4-Mar-19 8:16 
AnswerRe: File Transfer Methods Pin
jschell9-Mar-19 7:41
jschell9-Mar-19 7:41 
QuestionSearch Engine Optimization Pin
Otekpo Emmanuel21-Feb-19 21:29
Otekpo Emmanuel21-Feb-19 21:29 
AnswerRe: Search Engine Optimization Pin
Eddy Vluggen22-Feb-19 2:05
professionalEddy Vluggen22-Feb-19 2:05 
GeneralRe: Search Engine Optimization Pin
Otekpo Emmanuel22-Feb-19 15:00
Otekpo Emmanuel22-Feb-19 15:00 
GeneralRe: Search Engine Optimization Pin
Eddy Vluggen23-Feb-19 0:53
professionalEddy Vluggen23-Feb-19 0:53 
GeneralRe: Search Engine Optimization Pin
Otekpo Emmanuel1-Mar-19 2:40
Otekpo Emmanuel1-Mar-19 2:40 
QuestionSearch Engine Optimization Pin
Otekpo Emmanuel21-Feb-19 14:15
Otekpo Emmanuel21-Feb-19 14:15 
AnswerRe: Search Engine Optimization Pin
abalweb28-May-19 2:40
professionalabalweb28-May-19 2:40 
RantLaptop vs Phone Pin
Member 141448889-Feb-19 3:17
Member 141448889-Feb-19 3:17 
GeneralRe: Laptop vs Phone Pin
Victor Nijegorodov21-Feb-19 20:47
Victor Nijegorodov21-Feb-19 20:47 
QuestionSearch for Devices Pin
Member 1412245418-Jan-19 4:38
Member 1412245418-Jan-19 4:38 
AnswerRe: Cari Perangkat Pin
OriginalGriff18-Jan-19 4:40
mveOriginalGriff18-Jan-19 4:40 
GeneralRe: Cari Perangkat Pin
Member 1412245418-Jan-19 4:59
Member 1412245418-Jan-19 4:59 
GeneralRe: Cari Perangkat Pin
CHill6018-Jan-19 5:03
mveCHill6018-Jan-19 5:03 
AnswerRe: Search for Devices Pin
jschell26-Jan-19 7:07
jschell26-Jan-19 7:07 
QuestionServing from an ADSL Server Pin
Bram van Kampen15-Jan-19 12:47
Bram van Kampen15-Jan-19 12:47 
AnswerRe: Serving from an ADSL Server Pin
jschell26-Jan-19 7:20
jschell26-Jan-19 7:20 
This is probably the wrong forum.

Sounds like you need an Architecture/Design first.

Laptop and phone are generally very different devices and attempting to shoehorn an app that is well fitted for a laptop to a phone using claimed generic solutions do not work well. On the other hand if your functionality fits well on a phone completely then making it work on a laptop is easier.

Your 'server' will require a service application and that means it must run as a windows service. I think even XP allows the service to do nothing but run a batch file which makes that implementation easier but that doesn't give you much control. Otherwise you need to write an actual service. I suggest you become familiar with logging if you do not already use that.

Not sure how you are going to run a javascript server on an XP box. I will note that Apache, older versions, ran on XP so you could run that as a server. Those older versions are not up to date and consequently could have security vulnerabilities. I doubt you will be able to run nodejs and I doubt IIS for that box ran javascript (not on the server.) It ran VB Script I believe but you would need to use javascript for phones/laptops which you could inject into the pages that your serve. But if I recall you had to inject it directly at least that was the only way I saw it done on XP.

On XP, of course, the server will be restricted by the memory.

You could use an html front end only if you restrict functionality in the front end. That should make things easier.

As the service provider if you want to remotely manage the device while providing a different experience for your users you might want to plan that from the beginning. You will need to plan for authentication and authorization and how you remove access when an employee leaves. That is a process question and not a technology one.
GeneralRe: Serving from an ADSL Server Pin
Bram van Kampen26-Jan-19 14:57
Bram van Kampen26-Jan-19 14:57 
GeneralRe: Serving from an ADSL Server Pin
jschell2-Feb-19 5:31
jschell2-Feb-19 5:31 
GeneralRe: Serving from an ADSL Server Pin
Bram van Kampen2-Feb-19 17:04
Bram van Kampen2-Feb-19 17:04 
QuestionWindows 7 in Hyper-V Doesn't Capture Mouse Pin
Richard Andrew x648-Dec-18 5:26
professionalRichard Andrew x648-Dec-18 5:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.