Ask a Question related to ASP.NET Building Controls, Design and Development.
-
paul.hester@gmail.com #1
"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
-
"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... -
#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... -
#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: ... -
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... -
<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... -
Mark Fitzpatrick #2
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



Reply With Quote

