network.request question (regarding windows server)

hi,

all apps i’ve made so far, where done in a linux server. i’ve done php queries in the server side to return to my corona app json files so in the app i could do whatever i want to do with them.

now my question is, can i do the same in a windows server (never work with one before)? can i just:

network.request( "http://127.0.0.1/formhandler.aspx", “POST”, networkListener, params )

and the aspx file will return a json file like in linux?

if this is not possible, any solutions for this problem?

I think this is a question best asked on a windows server forum, rather than a Corona one. The format of the network request should be the same in the Lua side code, but what the windows server does with it is another matter.  

If it’s running PHP on both the Linux and Windows server and the PHP is returning JSON data, then I don’t see why there would be any difference in the response.

my question in another way is:

are there anyone here using corona with window asp. net servers?

I think this is a question best asked on a windows server forum, rather than a Corona one. The format of the network request should be the same in the Lua side code, but what the windows server does with it is another matter.  

If it’s running PHP on both the Linux and Windows server and the PHP is returning JSON data, then I don’t see why there would be any difference in the response.

my question in another way is:

are there anyone here using corona with window asp. net servers?