开发者

ASP.NET MVC Unknown server tag error

开发者 https://www.devze.com 2023-01-17 23:45 出处:网络
I was wondering why could I have not caught this issue in local testing? I am using a Content Panel user control in all my user controls. In one of the us开发者_高级运维er control I missed the registe

I was wondering why could I have not caught this issue in local testing? I am using a Content Panel user control in all my user controls. In one of the us开发者_高级运维er control I missed the register tag for Content Panel UC. While testing locally all things were working fine . Suddenly on our QA box I got a critical issue. Application was throwing Unknown server tag 'cc1:ContentPanel' in the Landing page.

Can anyone explain why it was not caught locally?


Most likely there is a mismatch in your web.config files.

Use a diff program to compare the web.config on QA against the web.config on your box.

I bet you'll find the problem there...

0

精彩评论

暂无评论...
验证码 换一张
取 消