Coolite and Forms Based Authentication
03/01/2010 Leave a comment
Ok guys coolite is good library but its need time to stablility and useability and much more documentation.Lets talk about issue that when i want to use coolite in my project that using forms based auhtentication, i deal some configuration problems thats mean that you have to make some configuration in your web config file.
you should add lines fallowing to your web.config file somewhere in <configuration> tag.
<location path="coolite"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> <location path="extjs"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> <location path="icons"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location>
we use this line for authenticate and auhtorize coolite binaries in folder of icons,extjs,coolite and make usable with fba.