Where can I find out the Convert to Web Application option in Visual Studio 2010 Premium

Where can I find out the option "Convert to web application" in Visual Studio 2010 Premium version.I have a website that I want to convert to a web application. I right-clicked on the int explorer project and could not see it in the context menu. I also have the Power command extension installed.

+3
source share
1 answer

I use MS Visual Studio 2010 Ultimate, which has all the features of Premium, I also see that this menu is missing. I suggest you create a new ASP.NET web application with the same name and copy the website resources to the resource folder of the web application and load the resources as existing elements.

-1
source

Source: https://habr.com/ru/post/1766220/


All Articles