Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to remove Password permission on subDomain.
Posted

1 solution

If what you mean is, that you want a folder in your domain which users do not have to log in to access, then edit your web.config file - MSDN has the explanation: HOW TO: Control Authorization Permissions in an ASP.NET Application[^]
 
Share this answer
 
Comments
divesh12 22-Jun-11 10:02am    
Yes I want to access publicly subdomain without any username or password. How can i remove permission?
OriginalGriff 22-Jun-11 10:06am    
Follow the link - it explains that.

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