tags:

views:

28

answers:

1

Hi All,

Just wondering why could not i cought this issue in local testing ? I am using a Content Panel user control in all my user controls. In one of the user control i missed the register tag for Content Panel UC . While testing locally all things were working fine . Suddenly in QA box i got a critical issue. Application was thorwing Unknown server tag 'cc1:ContentPanel' in the Landing page.

Please anyone can explain why it was not cought locally ?

Thanks in advance

+1  A: 

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...

CubanX
Thanks , thats true web.config is different in local and QA boxes
prakash