I have deployed my C# ASP.NET Visual Studio Express 2013 project via the IIS internal Express webserver service.
Locally its great - I can access it at : http://localhost:56473/hello
However if from another PC on my internal network I try to access it via :http://192.168.0.2:56473/hello
it gets an http 400 bad request!?
Any ideas - anything obvious I am missing?