asp.net - Reference web projects from other web projects in solution -
i working in visual studio 2013/2015. have 3 web projects in solution. want these web projects able make calls each other, means need know @ port hosted on during development.
i hosting in iis express, default means auto-assigned ports. because if port unavailable, port used. since port determined @ runtime cannot have configuration file in each projects says other projects hosted.
other manually assigning ports, possible somehow reference these other web projects 1 web project , make calls used port substituted?
Comments
Post a Comment