Asked by:
How add Template to Visual Studio 2013 Web Template

Question
-
User-2087940473 posted
I want add template to asp.net web application template windows such as facebook or mvc
Friday, May 9, 2014 2:56 AM
All replies
-
User71929859 posted
Few links I found by Google.
http://msdn.microsoft.com/en-us/library/ms247121.aspx
http://msdn.microsoft.com/en-us/library/tsyyf0yh.aspx
http://blogs.msdn.com/b/akirsman/archive/2012/10/11/creating-visual-studio-templates.aspx
http://www.codeproject.com/Articles/657765/Project-Template-in-Visual-Studio
Sunday, May 11, 2014 6:53 AM -
User-2087940473 posted
tnx ,Saw this before
But that's not what I want
I want the template to be added in this window.
Monday, May 12, 2014 10:41 AM -
User-1454326058 posted
Hi hajivalie,
Please refer to this link to try it:
# Manually Create Project Templates
http://msdn.microsoft.com/en-us/library/vstudio/ms185291(v=vs.100).aspx
Thanks
Best Regards
Tuesday, May 13, 2014 5:57 AM -
User-2087940473 posted
Hi Starain and Thanks
that window is new in visual studio 2013 (just show in ASP.Net Web Application and .Net Framework 4.5)
but this reference add template to mainTuesday, May 13, 2014 9:45 AM -
User1104055534 posted
Click Tools->options
Select Projects and Solutions->General
You can see the User project templates location.
Then follow the article as below to create your own template.
http://msdn.microsoft.com/en-us/library/vstudio/xkh1wxd8(v=vs.100).aspx
If you do not select Automatically import the template into Visual Studio. You just copy the template to the template folder.
Wednesday, May 14, 2014 5:29 AM -
User1104055534 posted
Any update?
Friday, May 16, 2014 1:52 AM