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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -