build - Microsoft Visual Studio fails to publish -


i trying publish project in microsoft visual studio 2010. have debugged , working intended. when attempt publish it builds fails publish. have opened output window see happening. says in output window:

------ build started: project: jbipp, configuration: debug cpu ------   jbipp -> j:\bridges\code\jbippdev\webapplication2\bin\webapplication2.dll ------ publish started: project: jbipp, configuration: debug cpu ------ connecting \\iis2dev\jbipp... unable create web site '\\iis2dev\jbipp'.  path '\\iis2dev\jbipp' not exist or not have access. specified path invalid. ========== build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== ========== publish: 0 succeeded, 1 failed, 0 skipped ========== 

any suggestions on how thing published appreciated.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -