The web publishing extension is not installed which is required to publish
        Posted  
        
            by 
                Chong Wang
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chong Wang
        
        
        
        Published on 2013-03-02T10:51:35Z
        Indexed on 
            2014/08/20
            4:22 UTC
        
        
        Read the original article
        Hit count: 908
        
I was tring to deploy an ASP.NET Web Application to a Windows Azure Web Site by following the tutorial through this link: https://www.windowsazure.com/en-us/develop/net/tutorials/get-started/ After download the public profile, which is a ".PublishSettings" file, I go back to Visual Studio and right-click the project in Solution Explorer and select Publish from the context menu as the tutorial said. However, a warning box jumped up and it showed me that "The Web Publishing extension is not installed which is required to publish. You can install it from http://go.microsoft.com/fwlink/?LinkID=208120."
I already installed "Windows Azure SDK for .NET (VS 2012)" and I also tried to uninstall this and install again, but the same problem is still there.
Anyone knows how to solve this? I am really appreciated.
© Stack Overflow or respective owner