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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -