Reputation: 5959
i have just receive an aspx website template, how do i install it in vs2008? it does not come with instructions on how to install it, but it has these files;
thanks
Upvotes: 0
Views: 299
Reputation: 499312
You need to place the template in a directory that Visual Studio recognizes as a template directory.
See this MSDN page (How to: Locate and Organize Project and Item Templates).
Upvotes: 3