亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 編程 > .NET > 正文

Coolite配置 管理軟件開發歷程之

2024-07-10 13:26:19
字體:
來源:轉載
供稿:網友

1.從官方網站下載Coolite Toolkit:

2.修改Web.config文件

<?xml version="1.0"?>
<configuration>
 <configSections>
    <section type="Coolite.Ext.Web.GlobalConfig" requirePermission="false"/>
  <sectionGroup type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
   <sectionGroup type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
    <sectionGroup type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
     <section type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
     <section type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
     <section type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
     <section type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
     </sectionGroup>
   </sectionGroup>
  </sectionGroup>
 </configSections>
 <appSettings/>
 <!--<connectionStrings/>-->

  <!--<connectionStrings/>-->
  <connectionStrings>
    <clear/>
    <add connectionString="Password=;Persist Security Info=True;User ID=sa;Initial Catalog=HRDB;Data Source=."/>
  </connectionStrings>
  <coolite theme="Default"/>
 <system.web>
  <!--
            設置 compilation debug="true" 可將調試符號插入
            已編譯的頁面中。但由于這會
            影響性能,因此只在開發過程中將此值
            設置為 true。
        -->
  <compilation debug="true">
   <assemblies>
    <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
    <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
    <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
   </assemblies>
  </compilation>
  <!--
            通過 <authentication> 節可以配置 ASP.NET 用來
            識別進入用戶的
            安全身份驗證模式。
        -->
  <authentication mode="Windows"/>
  <!--
            如果在執行請求的過程中出現未處理的錯誤,
            則通過 <customErrors> 節可以配置相應的處理步驟。具體說來,
            開發人員通過該節可以配置
            要顯示的 html 錯誤頁
            以代替錯誤堆棧跟蹤。

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
  <pages>
   <controls>
    <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   </controls>
  </pages>
  <httpHandlers>
   <remove verb="*" path="*.asmx"/>
   <add path="*/coolite.axd" verb="*" type="Coolite.Ext.Web.ResourceManager" validate="false"/>
   <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
  </httpHandlers>
  <httpModules>
   <add type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web"/>
   <add type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  </httpModules>

 </system.web>
 <system.codedom>
  <compilers>
   <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <providerOption value="v3.5"/>
    <providerOption value="false"/>
   </compiler>
  </compilers>
 </system.codedom>
 <!--
        在 Internet 信息服務 7.0 下運行 ASP.NET AJAX 需要 system.webServer
        節。對早期版本的 IIS 來說則不需要此節。
    -->
 <system.webServer>
  <validation validateIntegratedModeConfiguration="false"/>
  <modules>
   <remove/>
   <add preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web"/>
   <add preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  </modules>
  <handlers>
   <remove/>
   <remove/>
   <remove/>
   <remove/>
   <add verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager"/>
   <add verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   <add verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
   <add preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  </handlers>
 </system.webServer>
 <runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
   <dependentAssembly>
    <assemblyIdentity publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
   </dependentAssembly>
   <dependentAssembly>
    <assemblyIdentity publicKeyToken="31bf3856ad364e35"/>
    <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
   </dependentAssembly>
  </assemblyBinding>
 </runtime>
</configuration>

3.項目中引用

  在項目點擊引用,通過瀏覽增加Coolite.Ext.Web.dll、Coolite.Utilities.dll引用

4.工具箱增加

  在工具箱增加Coolite ToolKIT。增加文件:Coolite.Ext.Web.dll

 

以下是官方配置:

Product      : Coolite Toolkit Community Edition
Version      : 0.8.2
Last Updated : 2009-12-21


--------------------------------------------------------------------------
                             CONTENTS
--------------------------------------------------------------------------

I.    ADD TO VISUAL STUDIO TOOLBOX INSTRUCTIONS
II.   SAMPLE WEB.CONFIG
III.  CREDITS

 
--------------------------------------------------------------------------
            I. ADD TO VISUAL STUDIO TOOLBOX INSTRUCTIONS
--------------------------------------------------------------------------

If you ran the automatic installer (.msi), the Coolite Toolkit component
icons should be automatically installed to your Visual Studio 2005/2008
Toolbox.

The .msi installer does not automatically install the Toolbox icons to the
Visual Web Developer 2005/2008 Toolbox. They must be added manually.

The following steps are required to manually install the controls into
your Visual Studio or Visual Web Developer Express Toolbox.

 1.  Open Visual Studio or Visual Web Developer Express.

 2.  Open an existing web site or create a new web site project.

 3.  Open or create a new .aspx page.

 4.  Open the ToolBox panel, typically located on the left side in a
     fly-out panel (Ctrl + Alt + x).

 5.  Create a new "Coolite Toolkit" Tab, by...
    a. Right-Click in the ToolBox area.
    b. Select "Add Tab".
    c. Enter "Coolite Toolkit".

 6.  Inside the "Coolite Toolkit" tab, Right-Click and select
     "Choose Items...".

 7.  Under the ".NET Framework Components" Tab select the "Browse"
     button.

 8.  Navigate to and select the Coolite.Ext.Web.dll file, choose open.

          NOTE: If the automatic installer has been run previously, the
                Coolite.Ext.Web.dll can typically be found in the
                following location:

                C:/Program Files/Coolite/Coolite Toolkit Community v0.8.2/

 9.  The component items should now be added to the list and
     pre-checked. You can confirm by sorting the list by "Namespace"
     and scrolling to "Coolite.Ext.Web"

 10. Click "OK". The icons should be added to your ToolBox. You should
     now be able to drag/drop a Coolite component onto your WebForm.

 11. Enjoy.


--------------------------------------------------------------------------
                        III. SAMPLE WEB.CONFIG
--------------------------------------------------------------------------

<?xml version="1.0"?>
<configuration>
 <configSections>
  <section type="Coolite.Ext.Web.GlobalConfig" requirePermission="false" />
 </configSections>

 <!-- 
    COOLITE GLOBAL CONFIGURATION PROPERTIES

    ajaxEventUrl : string
  The url to request for all AjaxEvents.
        Default is "".

 ajaxMethodNamespace : string
  Specifies a custom namespace prefix to use for the AjaxMethods. Example "CompanyX".
  Default is "Coolite.AjaxMethods".

 ajaxMethodProxy : ClientProxy
  Specifies whether server-side Methods marked with the [AjaxMethod] attribute will output configuration script to the client.
  If false, the AjaxMethods can still be called, but the Method proxies are not automatically generated.
  Specifies ajax method proxies creation. The Default value is to Create the proxy for each ajax method.
  Default is 'Default'. Options include [Default|Include|Ignore]

 ajaxViewStateMode : ViewStateMode
  Specifies whether the ViewState should be returned and updated on the client during an AjaxEvent.
  The Default value is to Exclude the ViewState from the Response.
  Default is 'Default'. Options include [Default|Exclude|Include]

 cleanResourceUrl : boolean
  The Coolite controls can clean up the autogenerate WebResource Url so they look presentable.       
  Default is 'true'. Options include [true|false]

 clientInitAjaxMethods : boolean
  Specifies whether server-side Methods marked with the [AjaxMethod] attribute will output configuration script to the client.
  If false, the AjaxMethods can still be called, but the Method proxies are not automatically generated.
  Default is 'false'. Options include [true|false]

 idMode : IDMode
  Specifies how the Client ID for the control should be sent to the client. Similar in functionality to ASP.NET 4.0 ClientIDMode property.
  The Default value is Legacy.
  Default is 'Legacy'. Options include [Legacy|Inherit|Static|Ignore|Explicit]

 initScriptMode : InitScriptMode
  Specifies how the initialization JavaScript code will be rendered in the client.
  Inline will place the Ext.onReady block within the Page <head>.
  Linked will create a link to the init block and download in a separate request.
  The Default value is Inline.
  Default is 'Inline'. Options include [Inline|Linked]         

 locale : string
  Specifies language of the ExtJS resources to use.   
  Default is to return the System.Threading.Thread.CurrentThread.CurrentUICulture if available.

 gzip : boolean
  Whether to automatically render scripts with gzip compression.       
  Only works when renderScripts="Embedded" and/or renderStyles="Embedded".      
  Default is true. Options include [true|false]

 scriptAdapter : ScriptAdapter
  Gets or Sets the current script Adapter.    
  Default is "Ext". Options include [Ext|jQuery|Prototype|YUI]

 removeViewState : boolean
  True to completely remove the __VIEWSTATE field from the client.
  If true, the VIEWSTATE is not sent to, nor returned from the client.
  Default is "false". Options include [true|false]

 renderScripts : ResourceLocationType
  Whether to have the coolite controls output the required JavaScript includes or not.      
  Gives developer option of manually including required <script> files.       
  Default is Embedded. Options include [Embedded|File|None]

 renderStyles : ResourceLocationType
  Whether to have the coolite controls output the required StyleSheet includes or not.      
  Gives developer option of manually including required <link> or <style> files.      
  Default is Embedded. Options include [Embedded|File|None]

 resourcePath : string
  Gets the prefix of the Url path to the base ~/Coolite/ folder containing the resources files for this project.
  The path can be Absolute or Relative.

 scriptMode : ScriptMode
  Whether to include the Release (condensed) or Debug (with inline documentation) Ext JavaScript files.      
  Default is "Release". Options include [Release|Debug]

 sourceFormatting : boolean
  Specifies whether the scripts rendered to the page should be formatted. 'True' = formatting, 'False' = minified/compressed.
  Default is 'false'. Options include [true|false]

 stateProvider : StateProvider
  Gets or Sets the current script Adapter.
  Default is 'PostBack'. Options include [PostBack|Cookie|None]

 theme : Theme
  Which embedded theme to use.      
  Default is "Default". Options include [Default|Gray|Slate]

 quickTips : boolean
  Specifies whether to render the QuickTips. Provides attractive and customizable tooltips for any element.
  Default is 'true'. Options include [true|false]
 -->

 <coolite theme="Default" />


 <!--
  The following system.web section is only requited for running ASP.NET AJAX under Internet
  Information Services 6.0 (or earlier).  This section is not necessary for IIS 7.0 or later.
 -->
 <system.web>
  <httpHandlers>
   <add path="*/coolite.axd" verb="*" type="Coolite.Ext.Web.ResourceManager" validate="false" />
  </httpHandlers>
  <httpModules>
   <add type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
  </httpModules>
 </system.web>

 <!--
  The system.webServer section is required for running ASP.NET AJAX under Internet Information Services 7.0.
  It is not necessary for previous version of IIS.
 -->
 <system.webServer>
  <validation validateIntegratedModeConfiguration="false"/>
  <modules>
   <add preCondition="managedHandler" type="Coolite.Ext.Web.AjaxRequestModule, Coolite.Ext.Web" />
  </modules>
  <handlers>
   <add verb="*" path="*/coolite.axd" preCondition="integratedMode" type="Coolite.Ext.Web.ResourceManager"/>
  </handlers>
 </system.webServer>
</configuration>


--------------------------------------------------------------------------
                             IV. CREDITS
--------------------------------------------------------------------------

1.  FamFamFam Icons provided by Mark James
   

    See /Build/Resources/Coolite/Licenses/FamFamFam.txt for more information.

2.  Json.NET provided by James Newton-King
   

    See /Build/Resources/Coolite/Licenses/Newtonsoft.Json.txt

3.  Ext JS - JavaScript Library provided by ExtJS LLC
       

    See /Build/Resources/Coolite/Licenses/ExtJS.txt


--------------------------------------------------------------------------

--------------------------------------------------------------------------

        Copyright 2006-2009 Coolite Inc., All rights reserved.

                             Coolite Inc.
                        208, 10113 104 Street
                   Edmonton, Alberta, Canada T5J 1A1
                           +1(888)775-5888

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
欧美韩日一区二区| 国外成人免费在线播放| 精品国产拍在线观看| 日韩毛片在线观看| 欧美xxxx18性欧美| 黄色一区二区在线观看| 日韩av手机在线看| 国产亚洲成av人片在线观看桃| 国产精品中文久久久久久久| 亚洲字幕一区二区| 国产综合久久久久久| 久久久久久999| 久久久精品视频在线观看| 中文字幕亚洲欧美日韩在线不卡| 国产黑人绿帽在线第一区| 在线丨暗呦小u女国产精品| 久久久精品在线| 青青草原一区二区| 456国产精品| 久久视频在线视频| 午夜精品www| 日日骚av一区| 国产亚洲日本欧美韩国| 国产欧美日韩丝袜精品一区| 亚洲欧美综合精品久久成人| 亚洲天堂免费视频| 午夜精品久久久久久久男人的天堂| 欧美亚洲免费电影| 国产一区二区三区久久精品| 欧美精品做受xxx性少妇| 羞羞色国产精品| 亚洲人成电影网站色| 欧美激情中文字幕在线| 色香阁99久久精品久久久| 欧美极品欧美精品欧美视频| 亚洲理论电影网| 久久久免费精品视频| 美女精品久久久| 日韩中文av在线| 国产不卡一区二区在线播放| 日韩av一区二区在线| 亚洲国产黄色片| 97福利一区二区| 88国产精品欧美一区二区三区| 欧美激情2020午夜免费观看| 亚洲成人动漫在线播放| 91精品国产色综合久久不卡98口| 全色精品综合影院| www高清在线视频日韩欧美| 777国产偷窥盗摄精品视频| 中文字幕久热精品在线视频| 国产成人在线视频| 欧美洲成人男女午夜视频| 久久久久久国产精品三级玉女聊斋| 国产精品美女视频网站| 国产一区二区丝袜| 亚洲国产日韩精品在线| 国内精品久久久久久影视8| 最好看的2019的中文字幕视频| 国产一区二区三区精品久久久| 久久精品视频在线观看| 最新国产精品亚洲| 亚洲福利影片在线| 日韩黄在线观看| 久久精品亚洲精品| 久久精品美女视频网站| 国产精品亚洲一区二区三区| 国产精品男人爽免费视频1| 亚洲高清久久久久久| 欧美成人性色生活仑片| 人妖精品videosex性欧美| 久久久人成影片一区二区三区| 日韩av电影免费观看高清| 欧美在线性爱视频| 国产精品av在线播放| 久久国产视频网站| 国产精品爽爽ⅴa在线观看| 亚洲国产精品美女| 亚洲视频在线观看| 欧美日韩亚洲一区二| 日韩在线欧美在线| 九九精品在线观看| 色www亚洲国产张柏芝| 98精品国产高清在线xxxx天堂| 在线观看精品国产视频| 日本19禁啪啪免费观看www| 国产精品久久久久久搜索| 91精品视频大全| www.日韩系列| 欧美日韩国产综合新一区| 欧美精品videofree1080p| 欧美激情手机在线视频| 国产在线视频欧美| 国产精品久久久久9999| 日韩精品中文在线观看| 狠狠做深爱婷婷久久综合一区| 5566日本婷婷色中文字幕97| 亚洲女人天堂视频| 久久色在线播放| 久久99热精品这里久久精品| 精品香蕉一区二区三区| 国内精品久久久久久中文字幕| 久色乳综合思思在线视频| 国产精品自产拍在线观看中文| 中文字幕久久久| 欧美日韩激情网| 久久国产加勒比精品无码| 国产精品久久久久久av福利| 茄子视频成人在线| 亚洲人成绝费网站色www| 久久久精品国产网站| 亚洲高清福利视频| 精品自拍视频在线观看| 久久成人精品电影| 精品久久久久久中文字幕大豆网| 国产精品户外野外| 日韩一二三在线视频播| 久久国产一区二区三区| 亚洲精品视频在线播放| 国产日韩精品综合网站| 欧美视频在线观看免费| 亚洲在线观看视频| 精品久久久久久中文字幕一区奶水| 日韩电影在线观看永久视频免费网站| 久久国产一区二区三区| 成人精品视频在线| 日韩精品在线观看一区| 欧美亚洲午夜视频在线观看| 搡老女人一区二区三区视频tv| 51色欧美片视频在线观看| 美日韩在线视频| 91久久在线视频| 久久久久久国产| 色婷婷久久一区二区| 亚洲人av在线影院| 国产精品pans私拍| 日韩中文字幕在线| www亚洲欧美| 色小说视频一区| 日韩美女av在线免费观看| 91干在线观看| 最近2019年好看中文字幕视频| 最近2019中文字幕mv免费看| 久久久久久香蕉网| 欧美性猛交xxxx黑人猛交| 91禁外国网站| 91九色国产社区在线观看| 成人欧美一区二区三区在线湿哒哒| 久久免费视频在线| 亚洲国产成人精品电影| 亚洲成人精品在线| 久久好看免费视频| 国产精品视频yy9099| 亚洲国产精品人人爽夜夜爽| 精品国产一区久久久| 欧美日韩午夜视频在线观看| 国产日韩欧美在线播放| 欧美精品午夜视频| 国产亚洲成av人片在线观看桃| 国产日韩在线视频| 国产精品视频专区| 亚洲自拍偷拍一区| 欧美性20hd另类| 国产欧美日韩丝袜精品一区|