1

I have in the main web.config file under the

<system.web.webPages.razor>

a line that calls for a particular resource

<add namespcae="***.resources.male"/>

Now I want to change this line to

<add namespcae="***.resources.female"/>

only if the user is identified as female.

It is possible to check whether the user is male or female through a condition in the web.config file?

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.