Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check if my project is a website or a webapp in Visual Studio 2012?

Tags:

People also ask

What is the difference between Web project and website in Visual Studio?

You typically copy all of your source code to the web server when you deploy a web site project. In a web application project, source code is compiled into an assembly (a . dll file), and that is what has to be on the web server.

How do I run Webapp in Visual Studio?

You can run the application within VS Code by pressing F5 and selecting the Java environment. The Java Debug extension will generate a debugging configuration file launch. json for you under a . vscode folder in your project.

How can you tell if a project is asp net?

If you want to know if it's a WCF Project or ASP.NET Web Service simply open your project's folders in File Explorer. You can hover over the icon with your mouse and a tooltip will display the project type as shown in the picture. Also, you can look under the Type column in File Explorer and it shows it there as well.


How do i check if my project is considered as a website or a webapp?

Initially when i create my project, i select empty web application but somehow i got a feeling that it is becoming like a website.

I have searched this link which explain how to differentiate while in Visual Studio 2010 but not in Visual Studio 2012.

Can someone kindly enlighten me on how to differentiate between these two ?