Adding templates in ASP.net with java scripting edited

Asked By 0 points N/A Posted on -
qa-featured

To create a website using asp.net we have to design its master page to give the uniformity throughout the site. Templates can be added by copying the body content and head section. There are some templates which includes java scripting as well. How can we change that to show its our own work? And do Visual Studio have built-in templates?

SHARE
Answered By 0 points N/A #87988

Adding templates in ASP.net with java scripting edited

qa-featured

Yes dear microsoft visual studio has built-in templates you can find templates from following

File menu>>new/website>>claims-aware ASP.NET Sites templates.

All the configuration has done and it is enabled forms authentication.

Here is a  important thing that these templates are only for c# language so you must choose cSharp ,these templates are only IIS based server. These templates are simple and basics as you can use as a starter.

You can modify these templates into your own work by this extracting the zip,edit the files and then  remove/rename the old zip file and replace it with new.

The project templates in Visual Studio “new project” screen stored in zip files on zip,location is c:my program Files Microsoft visual studiocommon7IDEprojectTemplates. These Templates are in subfolder the windows forms application and console application templates.

Related Questions