Erich Peterson
Erich Peterson

Reputation: 861

Add Project File to Existing ASP.NET Web Site in TFS

I have an existing ASP.NET Web Site (targeting v4.5) in VS 2012, which is in source control and is used by several other developers. It does not have a project file associated with it in source control (we are using TFS). I am wanting to create a project file for this website and place it in source control.

Could someone give me step-by-step instructions on how to do this, without disrupting the other developers and without losing all previous change history?

Upvotes: 1

Views: 712

Answers (1)

Semih Yagcioglu
Semih Yagcioglu

Reputation: 4101

Well you should convert your web site project to a web application project. It has quite a few steps, you can follow steps provided by MSDN.

Upvotes: 1

Related Questions