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

Ask a Question related to ASP.NET, Design and Development.

  1. #1

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

    Hello,

    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



    Mathew George Guest

  2. Similar Questions and Discussions

    1. ASPX pages opening with Visual Studio
      I am making a search and results page with asp and an access database. However, when I test it with my localhost the page open with Visual Studio....
    2. ASPX Pages till opening with MS Visual Studio
      I stared this thread (http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=263&amp ;threadid=980583&enterthread=y) but it keeps...
    3. adding XML meta tags to data from form to make xml file
      I have a form that labs use to submit sample data. The data needs to be stored as an XML file. I have that working. But the XML file needs meta...
    4. Meta Tags Increase file limits
      Anyone know how to customize or increase the meta tag file limitation in pub 2003? -- Cman
    5. Parser Error on the base project created by Visual Studio
      Hi, I think you should configure your web directory in IIS as application. Cheers, -- Maras
  3. #2

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

    Hi Mahew,

    I used this article at Microsoft Knowledge Base to create a custom form
    template:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;320985[/url]

    awhk


    "Mathew George" <mathewg@metasyssoftware.com> wrote in message
    news:uQ%23NnPtPDHA.2052@TK2MSFTNGP11.phx.gbl...
    > Hello,
    >
    > 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
    >
    >
    >

    awhk Guest

  4. #3

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

    Thanks

    "awhk" <awhk@portalcontext.nospam> wrote in message
    news:uJvkNwtPDHA.2052@TK2MSFTNGP11.phx.gbl...
    > Hi Mahew,
    >
    > I used this article at Microsoft Knowledge Base to create a custom form
    > template:
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;320985[/url]
    >
    > awhk
    >
    >
    > "Mathew George" <mathewg@metasyssoftware.com> wrote in message
    > news:uQ%23NnPtPDHA.2052@TK2MSFTNGP11.phx.gbl...
    > > Hello,
    > >
    > > 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
    > >
    > >
    > >
    >
    >

    Mathew George Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139