Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

How to edit the web.config file authentication mode.

Now i have
<system.web>
    <trust level="Full" />
        <authentication mode="Forms">
</authentication></system.web>

Through C# code i want change this authentication mode forms to windows. how to do?
Posted
Updated 24-Nov-11 20:01pm
v2
Comments
Member 7684075 25-Nov-11 3:40am    
I just want to modify web.config file only.

Try this one[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900