Coolite and Forms Based Authentication


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.

Advertisement

About bpostaci
Escalation Engineer in Microsoft.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: