I started from TechEd2005HoL and added files in templates\projects but, after re-building the project and creating a new data solution and projects in another VS instance, the files added did not appear. How should add the files in properly
Thanks. But I have another question. I tried to crate T3 template to generate code but I want to the code to be generated inside App_Code folder in the WebService project instead of the root folder. How should I do that
Indeed, I am going to create a project template for web service. I found that it was alright to add fixed asset for csharp project but not web service. What should I do
You should start by exporting a template from an existing web service from the new File -> Export Template menu.
It's a regular .vstemplate that specifies different properties for web projects. You can also take a look at the starter kits that come with ASP.NET v2.
Fixed files can be included as in any other project kind.
How to Add Fixed Assets in GAT?
ShivaGeorge
Andy_B
Indeed, I am going to create a project template for web service. I found that it was alright to add fixed asset for csharp project but not web service. What should I do
Theron
It's a regular .vstemplate that specifies different properties for web projects. You can also take a look at the starter kits that come with ASP.NET v2.
Fixed files can be included as in any other project kind.
HTH