Reputation: 1
I am completely new to TFS 2010 and am trying to use it for basic source control. I have successfully added an exsting project, however I cannot figure out how to add a basic new .aspx file. I know I am missing something completely obvious here.
Is there another product I should consider altogether? My needs are very basic and TFS seems to be complicated for what I am doing.
Thanks!
Upvotes: 0
Views: 290
Reputation: 2223
Upvotes: 0
Reputation: 34218
To answer your second question: if you think TFS is too complicated, then google an alternative and try it. Version control is not simple, though, and you won't necessarily make it any easier by changing products.
For your first question: add the aspx file to your project exactly as you normally would. If you do this in Visual Studio then the file will be added to your "Pending Changes" list in TFS automatically, and all you need to do is check in.
Upvotes: 1