asp.net - Opening web project set to IIS directory in machine without IIS, pointing to embedded server -
i can open web project in tfs; however, in qa environment have change use iis. in local dev environment, don't have iis , can't install it.
new company rules deny access in qa me , can't open web project fix in machine.
when open project receive "the web application project ... configured use iis. access local iis web sites, must run visual studio in context of administrator account." open administrator vs asks virtual directory creatred on iis.
the ngm link can help, if need step-by-step way go .csproj file property. make writable, open in text editor , search <useiis>true</useiis>
turn <useiis>false</useiis>
. open solution, latest version , when receive warning, keep local version of modified .csproj. can check-in modified .csproj stop troubles in next latest version.
bye
Comments
Post a Comment