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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -