Smith
Smith

Reputation: 5959

Installing asp.net website template in VS2008

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;

  1. MyTemplate.vstemplate
  2. all .aspx and .aspx.cs files

thanks

Upvotes: 0

Views: 299

Answers (1)

Oded
Oded

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

Related Questions