Which are the differences between open project/solution and open website in Visual Studio?

Open project / solution will open a . Csproj file which contains a list of the files included in your projects, among other settings. Website is just a folder with files / subfolders in it.

You can't control which files are included , it just take the whole base directory content.

They are different project types and are treated differently by visual studio. You can see the differences here.

No - both have a project file, just if you open it as website and not save it in a know path, is going to be saved on default project path. But both have project file to remeber many thinks... – Aristos Jul 15 at 13:01.

Open Website: Here you do not need to create a associated solution file. Open Project Here you can create a solution and in one solution can add many projects or websites. When you open solution then it will load all projects and websites that are included in solution.

It's the difference between a web project (aka web application) and a website. A website in visual studio doesn't have an associated project file - it is just a collection of directories and files. Everything in it is part of the site.

See on MSDN.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions