"Unknown server tag" when deploying website

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

  1. #1

    Default "Unknown server tag" when deploying website

    Hi all,

    I'm trying to deploy a small website that has a couple of custom
    controls. This works fine locally, but falls over with an "Unknown
    server tag" error when trying to parse the custom control reference in
    the live/deployed site.

    All of the binaries are in the "bin" directory. I have the tag prefix
    registered in web.config.

    Am I missing anything here?

    Any help would be appreciated.

    Thanks,

    Paul

    paul.hester@gmail.com Guest

  2. Similar Questions and Discussions

    1. "Unknown host. Contribute could not fnd the server..."
      I am having a frustrating problem. We changed our home page from index.html to index.shtml. In Contribute, I was able to change the default home...
    2. #37773 [Asn->Csd]: iconv_substr() gives "Unknown error" when string length = 1"
      ID: 37773 Updated by: iliaa@php.net Reported By: dave at dgx dot cz -Status: Assigned +Status: Closed Bug Type: ICONV...
    3. #37773 [Ver->Asn]: iconv_substr() gives "Unknown error" when string length = 1"
      ID: 37773 Updated by: tony2001@php.net Reported By: dave at dgx dot cz -Status: Verified +Status: Assigned Bug Type: ...
    4. Deploying GAC dll to 3rd party machine, "Access is Denied"
      Hello, I have several reusable components (c# .net DLLs) that I use in many applications, such as a DataAccessLayer, a CommonUtilities...
    5. <tr id="MyRow" runat="server"> ... </tr> doesn't appear in server-side code
      pschrader: Look at the top of your page, where your controls are declared. Do you see one for HTMLTableRow? You may have to manually add it, if...
  3. #2

    Default Re: "Unknown server tag" when deploying website

    Make sure that the location you're uploading to is actually marked as an
    application in IIS. Sometimes what happens is the directory isn't marked as
    an application so IIS is looking for the wrong bin directory (ie: the one
    just up the directory hierarchy).


    --
    Hope this helps,
    Mark Fitzpatrick
    Former Microsoft FrontPage MVP 199?-2006

    <paul.hester@gmail.com> wrote in message
    news:1163647359.324405.295720@e3g2000cwe.googlegro ups.com...
    > Hi all,
    >
    > I'm trying to deploy a small website that has a couple of custom
    > controls. This works fine locally, but falls over with an "Unknown
    > server tag" error when trying to parse the custom control reference in
    > the live/deployed site.
    >
    > All of the binaries are in the "bin" directory. I have the tag prefix
    > registered in web.config.
    >
    > Am I missing anything here?
    >
    > Any help would be appreciated.
    >
    > Thanks,
    >
    > Paul
    >

    Mark Fitzpatrick Guest

Posting Permissions

  • You may not post new threads
  • You may 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