User1250277156 posted
Hi.
We have a team with different preferences.
Some like to start classic IIS, some IISExpress.
Now currently this information is stored in the .vbproj / .csproj which is source controlled.
So we change this back and forth.
I tried moving those settings to the .suo without luck (still the ones from vbproj get applied).
Is it even possible?
Settings (hierarchy omited for brevity):
<UseIISExpress>false</UseIISExpress>
<IISUrl>http://localhost/somesite</IISUrl>
Thanks
Best regards
SkyHopper