I am trying to write an WEB API from .net and trying for my Android Application to query some data from the sql server database.
I have the web api written and it works well in debug mode.
My question is I notice the url of that application is localhost:port
and it runs fine.
However, when I try to change it to MYIP:port (eg. http:192.168.X.1234)
or MYHOSTNAME:port (eg win7home:1234)
this gives me Bad Request - Invalid Hostname
.
I know I can deploy this to IIS and my IIS is setup but I was just wondering how come it doesn't work in debug mode???
Is there a way for me to run it in debug mode and test in on my Android at the same time instead of having to deploy it every time I want to make a change?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…