I am creating one application in which I am using resource files to keep strings. In my application I am keeping pages in separate folders like all the registration pages are in Register folder. I created on Resources folder in this folder to have all the resource files related to registration module. But, when I am trying to access resource strings
<asp:Label Text="<%$Resources: RegisterAsUser, userName%>" runat="server" />
It is giving error that userName key is not found. I am not able to figure out the error here.
Can anyone tell what is wrong here?
Thanks, Ashwani