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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -