Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 18, 2018 7:08 AM
How to convert "Website Solution" + to + "Web application solution" on Visual Studio 2017 IDE ?
https://msdn.microsoft.com/en-us/library/aa983476.aspx?f=255&MSPPError=-2147217396
> In Solution Explorer, right-click the root project folder that contains the pages and classes that you want to convert, and then click Convert to Web Application.
This article is about "Visual Studio 2010"
I don't find "Convert to Web Application" on Visual Studio 2017
All replies (2)
Thursday, April 19, 2018 5:55 AM ✅Answered
- Create a new Web Application project
- Copy all of your website contents into it (you could create the *.csproj file in the same website directory, then include all files into the project without actually having to move them)
- The "Convert to Web Application" command will be available on the WebApp project (under the Project menu, at the bottom)
Thursday, April 19, 2018 7:43 AM ✅Answered
Hi Luicst,
I try to refer the steps mentioned by the other community member and I can see that option in Project Tab.
Regards
Deepak