visual studio - Publish error on fresh umbraco install -


i'm new umbraco , first install apologies if ask pretty beginner questions.

so i've installed umbraco using nugent. build program , press 'control & f5' run it.

after umbraco installed went solution explorer in visual studio , made sure 'include in project' new files , folders created.

now want deploy iis server have sitting on server. when deploy following web.config error

could not open source file: not find part of path 'c:\users\josha\documents\visual studio 2015\projects\umbraco - secondattempt\umbraco - secondattempt\umbraco\install\views\web.config;\umbraco\install\views\web.config'.    umbraco___secondattempt     0    

i'm not sure if i'm not doing correctly since i'm new followed few tutorials , didn't think set incorrectly.

i still had issue 7.5 solution:

inside project dir, if file projectname.wpp.targets not exist, create it. make sure content include:

<project toolsversion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <propertygroup>  <autoparameterizationwebconfigconnectionstrings>false</autoparameterizationwebconfigconnectionstrings>    </propertygroup> </project> 

the file doesn't have included in project. that's it.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -