[CLOSED] Forms Authentication and Coolite (Ext)

  1. #1

    [CLOSED] Forms Authentication and Coolite (Ext)

    Hello,<br class="webkit-block-placeholder">
    Once again with a nasty one ;-)
    <br class="webkit-block-placeholder">
    I've looked in the forums and saw that there were some questions about this, but no real solutions.
    <br class="webkit-block-placeholder">
    So the problem is:
    I've activated Forms Authentication in web.config:


    <configuration>
    	<system.web><br class="webkit-block-placeholder">
    		<authentication mode="Forms">			<forms loginUrl="~/Login.aspx" timeout="60" />
    		</authentication>
    		<authorization>
    			<deny users="?" />*
    			<allow users="*" />*
    		</authorization>*
    	</system.web><br class="webkit-block-placeholder">
    </configuration>
    <br class="webkit-block-placeholder">
    So basically it says that when a visitor is not authenticated, he is redirected to Login.aspx. deny user="?" means that anonymous access is not allowed.
    <br class="webkit-block-placeholder">
    Now the problem is that my Login.aspx page uses Coolite.
    And*of course*these coolite controls (extjs) reside in subfolders/subpages. And ever since only Login.aspx is allowed to be shown, he doesn't load the extjs and coolite stuff, so my login.aspx remains empty.
    <br class="webkit-block-placeholder">
    One solution is NOT to use coolite on my login page, but regular asp.net controls... Which I find a little dumm!
    <br class="webkit-block-placeholder">
    Now I suppose there is not a real solution, but could someone give me a hint on which folders or such I should extract from the security above to be able to show the coolite controls. Maybe some suggestions on the configuration of the web.config file.
    <br class="webkit-block-placeholder">
    Thanks in advance!
    <br class="webkit-block-placeholder">
    Reno

  2. #2

    RE: [CLOSED] Forms Authentication and Coolite (Ext)

    Hi Reno,

    Just quick*supposition:
    if set for ScriptManager CleanResourceUrl="false" then doest it helps?


  3. #3

    RE: [CLOSED] Forms Authentication and Coolite (Ext)

    That seems to work!!!!<br class="webkit-block-placeholder">
    I only had to set it into the login.aspx page.
    <br class="webkit-block-placeholder">
    Thanks!!
    <br class="webkit-block-placeholder">
    Reno

Similar Threads

  1. [CLOSED] Forms authentication RedirectFromLoginPage not working
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 05, 2012, 1:25 PM
  2. [CLOSED] Caching issue when forms authentication is enabled
    By jskibo in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Sep 22, 2009, 12:25 PM
  3. [CLOSED] AjaxMethod and Forms authentication
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 20, 2009, 7:57 PM
  4. Replies: 4
    Last Post: May 07, 2009, 11:44 PM
  5. Forms Coolite or Javascript
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Nov 07, 2008, 6:22 AM

Posting Permissions