Reputation: 861
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
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