windows - How to request an asp.net server hosted in an other pc -


i'm trying request manually asp.net distant server on port 5000 in same network. doesn't work properly, have "connection_timed_out" error.

i tried open port 5000, windows firewall's advanced parameters doesn't work too.

edit : below can find mvc routing, i'm not sure problem caused.

app.usemvc(routes =>         {             routes.maproute(                 name: "default",                 template: "{controller}/{action}/{id?}");         }); 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -