Cannot login into sharepoint designer 2010

  1. #1

    Cannot login into sharepoint designer 2010

    Hi all,

    I have issue with Version 0.8.2.2648. I am using win 2008 x 64/ iis7/ sharepoint foundation 2010/ sharepoint designer 2010


    if i config web.config file the same iis6 using following xml statement:


    <httpModules >
          <add name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web, Version=0.8.2.2648, Culture=neutral, PublicKeyToken=f58c952e9aa5b80a" />
        </httpModules>

    i can login to sharepoint designer but i get the following error


    The <code>web.config</code> file for this
    project is missing the required AjaxRequestModule.


    <div style="MARGIN-LEFT: 48px">Example

    <code><system.web>
    <httpModules>
    <add
    name="AjaxRequestModule" type="Coolite.Ext.Web.AjaxRequestModule,
    Coolite.Ext.Web"
    />
    </httpModules>
    </system.web>
    </code>

    More
    information available at "
    <a href="https://examples1.ext.net/#/Getting_Started/Introduction/Overview/">Getting
    Started
    </a>".



    if i config web.config file for iis7 using following:
    
    <validation validateIntegratedModeConfiguration="false" />
        <modules runAllManagedModulesForAllRequests="true">
          
          <add name="AjaxRequestModule" preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
        </modules>
        <handlers>
    
    
          <add name="AjaxRequestHandler" verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager"/>
        </handlers>

    i can not login to sharepoint designer ????


    Hic, i was tried my best but even to resolve it, pls help me if you have any idea.


    Many thanks,
  2. #2
    Hi Huy,

    Plz change <modules runAllManagedModulesForAllRequests="true"> to "<modules runAllManagedModulesForAllRequests="false">"
    It will help you solve your problem.

    Regards

Similar Threads

  1. Please Help me " Ext.Net Version 1.2.0.7341 Using Sharepoint 2010"
    By Trần Đình Thủy in forum 1.x Help
    Replies: 1
    Last Post: Oct 25, 2011, 7:14 AM
  2. Replies: 1
    Last Post: Feb 03, 2011, 8:25 PM
  3. login problem with Ext Login Control
    By Bruce2010 in forum 1.x Help
    Replies: 1
    Last Post: Nov 30, 2010, 4:35 PM
  4. [CLOSED] Use coolite 1.0 in SharePoint 2010
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2010, 2:15 PM

Posting Permissions