How to write my own meta tags in any new aspx file created in visual studio

M

Mathew George

When i create a new aspx page from visual studio i get a page in which
default meta tags are displayed.

i would like to know which files contains these meta tags.
I want to modify that particular page with my meta tags.
So that when i create a new page in visual studio the new page created
should contain my meta tags.

Do anyone know which file to modify to define my own tags.

Regards,
Mathew
 
J

Jim Blizzard

Mathew,

It depends on the language you're using and how you add the aspx file to
your project.

The default web page template for a VB asp.net project is in a directory
similar to:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vb7\VBWizards\WebApplication\Templates\1033\WebForm.aspx

The default web page template for a VB asp.net web page that you add to a
project is in a directory similar to:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vb7\VBWizards\WebForm\Templates\1033\WebForm.aspx

The exact name of the directory depends on the language you're using, the
version of VS.NET you're using, and how you named the installation
directory.

Also, you could use Enterprise Templates to do the same thing, but in a
much more reusable (recommended) manner. For more on enterprise templates,
see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html
/vxconEnterpriseTemplateProjects.asp.

Hope this helps,
--Jim

--
Jim Blizzard [MSFT]
Sr .NET Developer Specialist
Microsoft

Your Potential. Our Passion.

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top