Web Publishing Wizard Does Not Appear in Microsoft Instructions

According to this page , right-click the project and select Publish (or Publish Website for Website Projects) to open Publish Webmaster. What then appears does not look like what is shown on this page; instead, I get the following: enter image description here which is not like the "Web Publishing Wizard" described on the MS page. I tried many options on this page, none of them led to the fact that I asked to import my host "publish profile".

Is there any other way to access the publish wizard so that I can import my publish profile host?

+5
source share
4 answers

Try installing this update: http://msdn.microsoft.com/library/jj161045

I had the same problem. It worked for me.

+4
source

AFAIK, the web publishing wizard (like the one shown in the link you provided) is available only for web application projects, not website projects, while the screenshot in the original question is a tool provided in Visual Studio for publishing websites. In my case, I found it useful to convert the website project into a web application project as suggested here and explained in detail in LearnAsp4.com. Hope this helps someone :).

0
source

, 5 VS 2012 Microsoft . VS 2012 , -.

0

App_Data, pubxml, , . , "" > " Windows" > " ", , . , "Build > Publish Web App" .

0

All Articles