Do this, create a new folder for custom item templates, say this:
c:\VS\Templates\Item
Now on VS go to Tools β Options β Projects and Solutions and set the option User item templates location: to the folder above, click OK.
You will notice that some folders will be created inside the c:\VS\Templates\Item folder. You need to create a new Web folder in the Visual C# folder, which was created automatically, so you will have:
c:\VS\Templates\Item\Visual C#\Web
Drop the zip file using the item template and the item will appear in the Web category when creating new items. You can create other categories by simply creating new folders in the Visual C# folder (or any other category folder, for that matter).
Good luck.
Anderson fortaleza
source share