I am trying to add several items to the Create User Wizard Template and it is just flat out ignoring what I add. I can add an item and run it from Visual Studio and it works just fine; but, when I deploy to my test IIS server, it will not render the control to
the page. The partial code is below. What I have added is a simple label "lblNotice" just to see if it could do something simple like that and it will not even add the label let alone the items I want to add like checkboxes, and literal controls.
Can someone explain to me what is the missing magic? Do I need to register all my additional controls somewhere in the project? Can I not just add them to the template content area?
Go to the complete details ...