[CLOSED] my web site is very slow

  1. #1

    [CLOSED] my web site is very slow

    my web config is now this

    <?xml version="1.0"?>
    <configuration>
      <configSections>
        <!-- Add "extnet" configuration section to Web.config -->
        <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>
        <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
      </configSections>
      <!-- Add "licenseKey" config -->
      <extnet licenseKey="xxxx" />
      <!--************************************************************-->
      <appSettings>
        <add key="emailGonderilsinmi" value="false"/>
        <add key="kayitciMernisdenSorgulansinmi" value="false"/>
        <add key="aktifKayitciSayfasi" value="KAYITCI2014____.aspx"/>
        <add key="raporlarJasperServermi" value="true"/>
        <add key="borcKontrolu" value="true"/>
      </appSettings>
      <!--************************************************************-->
      <system.web>
        <sessionState timeout="30"/>
        <httpHandlers>
          <remove verb="*" path="*.asmx"/>
          <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"/>
          <add verb="*" path="*/ext.axd" type="Ext.Net.ResourceHandler" validate="false"/>
        </httpHandlers>
        <httpModules>
          <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net"/>
        </httpModules>
        <!--************************************************************-->
        <authentication mode="Forms">
          <forms name="YetkiFormAd" loginUrl="login.aspx" defaultUrl="Default.aspx" path="/" protection="All" slidingExpiration="true" timeout="30"/>
        </authentication>
        <!--************************************************************-->
        <pages viewStateEncryptionMode="Always">
          <controls>
            <add assembly="Ext.Net" namespace="Ext.Net" tagPrefix="ext"/>
          </controls>
        </pages>
        <compilation debug="false" defaultLanguage="c#">
          <assemblies>
            <add assembly="System.Core, 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.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
            <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
          </assemblies>
        </compilation>
        <customErrors mode="Off"/>
      </system.web>
      <!--************************************************************-->
      <log4net>
        <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender">
          <file value="LogKayitlari/logfile"/>
          <appendToFile value="true"/>
          <rollingStyle value="Date"/>
          <param name="StaticLogFileName" value="false"/>
          <param name="DatePattern" value=".yyyyMMdd'.log'"/>
          <layout type="log4net.Layout.PatternLayout">
            <param name="ConversionPattern" value="[%-5p][%date][%m]%n"/>
            <!--<param name="ConversionPattern" value="[%date][%level][%message]%newline%exception"/>-->
          </layout>
        </appender>
        <root>
          <level value="ALL"/>
          <appender-ref ref="LogFileAppender"/>
        </root>
        <logger name="ogrenci">
          <level value="DEBUG"/>
        </logger>
      </log4net>
      <!--************************************************************-->
      <location path="Anamenu.aspx">
        <system.web>
          <authorization>
            <deny users="?"/>
          </authorization>
        </system.web>
      </location>
      <!--************************************************************-->
      <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 name="CompilerVersion" value="v3.5"/>
            <providerOption name="WarnAsError" value="false"/>
          </compiler>
          <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
            <providerOption name="CompilerVersion" value="v3.5"/>
            <providerOption name="OptionInfer" value="true"/>
            <providerOption name="WarnAsError" value="false"/>
          </compiler>
        </compilers>
      </system.codedom>
      <system.webServer>
    
    
    
        <validation validateIntegratedModeConfiguration="false"/>
        <modules>
          <remove name="ScriptModule"/>
          <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net"/>
        </modules>
        <handlers>
          <remove name="WebServiceHandlerFactory-Integrated"/>
          <remove name="ScriptHandlerFactory"/>
          <remove name="ScriptHandlerFactoryAppServices"/>
          <remove name="ScriptResource"/>
          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="ScriptHandlerFactoryAppServices" 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 name="ScriptResource" 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"/>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />
        </handlers>
        <defaultDocument>
          <files>
            <clear/>
            <add value="Default.aspx"/>
          </files>
        </defaultDocument>
      </system.webServer>
      <runtime>
        <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"/>
            <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23"/>
            <bindingRedirect oldVersion="0.0.0.0-2.5.0" newVersion="2.5.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Transformer.NET" publicKeyToken="e274d618e7c603a7"/>
            <bindingRedirect oldVersion="0.0.0.0-2.1.0" newVersion="2.1.1"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
          </dependentAssembly>
        </assemblyBinding>
      </runtime>
      <system.serviceModel>
        <bindings>
          <basicHttpBinding>
            <binding name="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis"/>
            <binding name="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis"/>
          </basicHttpBinding>
        </bindings>
        <client>
          <endpoint address="http://193.255.93.106/kpsproxyws01/KisiSorgulaTCKimlikNoServis.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis" contract="ServiceReference1.IKisiSorgulaTCKimlikNoServis" name="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis"/>
          <endpoint address="http://193.255.93.106/kpsproxyws01/TcKimlikNoSorgulaAdresServis.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis" contract="ServiceReference2.ITcKimlikNoSorgulaAdresServis" name="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis"/>
        </client>
      </system.serviceModel>
    </configuration>
    Last edited by Daniil; Jan 14, 2015 at 12:47 PM. Reason: [CLOSED]
  2. #2

    if change my web config this

    
    <?xml version="1.0"?>
    <configuration>
      <configSections>
        <!-- Add "extnet" configuration section to Web.config -->
        <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>
        <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
      </configSections>
      <!-- Add "licenseKey" config -->
      <extnet licenseKey="xxxxxx" sourceFormatting="false" scriptMode="Release" gzip="true"/>
      <!--************************************************************-->
      <appSettings>
        <add key="emailGonderilsinmi" value="false"/>
        <add key="kayitciMernisdenSorgulansinmi" value="false"/>
        <add key="aktifKayitciSayfasi" value="KAYITCI2014____.aspx"/>
        <add key="raporlarJasperServermi" value="true"/>
        <add key="borcKontrolu" value="true"/>
      </appSettings>
      <!--************************************************************-->
      <system.web>
        <sessionState timeout="30"/>
        <httpHandlers>
          <remove verb="*" path="*.asmx"/>
          <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"/>
          <add verb="*" path="*/ext.axd" type="Ext.Net.ResourceHandler" validate="false"/>
        </httpHandlers>
        <httpModules>
          <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net"/>
        </httpModules>
        <!--************************************************************-->
        <authentication mode="Forms">
          <forms name="YetkiFormAd" loginUrl="login.aspx" defaultUrl="Default.aspx" path="/" protection="All" slidingExpiration="true" timeout="30"/>
        </authentication>
        <!--************************************************************-->
        <pages viewStateEncryptionMode="Always">
          <controls>
            <add assembly="Ext.Net" namespace="Ext.Net" tagPrefix="ext"/>
          </controls>
        </pages>
        <compilation debug="false" defaultLanguage="c#">
          <assemblies>
            <add assembly="System.Core, 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.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
            <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
            <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
          </assemblies>
        </compilation>
        <customErrors mode="Off"/>
      </system.web>
      <!--************************************************************-->
      <log4net>
        <appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender">
          <file value="LogKayitlari/logfile"/>
          <appendToFile value="true"/>
          <rollingStyle value="Date"/>
          <param name="StaticLogFileName" value="false"/>
          <param name="DatePattern" value=".yyyyMMdd'.log'"/>
          <layout type="log4net.Layout.PatternLayout">
            <param name="ConversionPattern" value="[%-5p][%date][%m]%n"/>
            <!--<param name="ConversionPattern" value="[%date][%level][%message]%newline%exception"/>-->
          </layout>
        </appender>
        <root>
          <level value="ALL"/>
          <appender-ref ref="LogFileAppender"/>
        </root>
        <logger name="ogrenci">
          <level value="DEBUG"/>
        </logger>
      </log4net>
      <!--************************************************************-->
      <location path="Anamenu.aspx">
        <system.web>
          <authorization>
            <deny users="?"/>
          </authorization>
        </system.web>
      </location>
      <!--************************************************************-->
      <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 name="CompilerVersion" value="v3.5"/>
            <providerOption name="WarnAsError" value="false"/>
          </compiler>
          <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
            <providerOption name="CompilerVersion" value="v3.5"/>
            <providerOption name="OptionInfer" value="true"/>
            <providerOption name="WarnAsError" value="false"/>
          </compiler>
        </compilers>
      </system.codedom>
      <system.webServer>
    
    
    
        <httpCompression>
          <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll"/>
          <dynamicTypes>
            <add mimeType="*/*" enabled="false"/>
            <add mimeType="text/*" enabled="true"/>
            <add mimeType="message/*" enabled="true"/>
            <add mimeType="application/javascript" enabled="true"/>
          </dynamicTypes>
          <staticTypes>
            <add mimeType="*/*" enabled="false"/>
            <add mimeType="text/*" enabled="true"/>
            <add mimeType="message/*" enabled="true"/>
            <add mimeType="application/javascript" enabled="true"/>
          </staticTypes>
        </httpCompression>
        <urlCompression doStaticCompression="true" doDynamicCompression="true"/>
    
    
    
        <validation validateIntegratedModeConfiguration="false"/>
        <modules>
          <remove name="ScriptModule"/>
          <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net"/>
        </modules>
        <handlers>
          <remove name="WebServiceHandlerFactory-Integrated"/>
          <remove name="ScriptHandlerFactory"/>
          <remove name="ScriptHandlerFactoryAppServices"/>
          <remove name="ScriptResource"/>
          <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
          <add name="ScriptHandlerFactoryAppServices" 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 name="ScriptResource" 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"/>
          <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler" />
        </handlers>
        <defaultDocument>
          <files>
            <clear/>
            <add value="Default.aspx"/>
          </files>
        </defaultDocument>
      </system.webServer>
      <runtime>
        <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"/>
            <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23"/>
            <bindingRedirect oldVersion="0.0.0.0-2.5.0" newVersion="2.5.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Transformer.NET" publicKeyToken="e274d618e7c603a7"/>
            <bindingRedirect oldVersion="0.0.0.0-2.1.0" newVersion="2.1.1"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
            <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
          </dependentAssembly>
        </assemblyBinding>
      </runtime>
      <system.serviceModel>
        <bindings>
          <basicHttpBinding>
            <binding name="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis"/>
            <binding name="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis"/>
          </basicHttpBinding>
        </bindings>
        <client>
          <endpoint address="http://193.255.93.106/kpsproxyws01/KisiSorgulaTCKimlikNoServis.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis" contract="ServiceReference1.IKisiSorgulaTCKimlikNoServis" name="BasicHttpBinding_IKisiSorgulaTCKimlikNoServis"/>
          <endpoint address="http://193.255.93.106/kpsproxyws01/TcKimlikNoSorgulaAdresServis.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis" contract="ServiceReference2.ITcKimlikNoSorgulaAdresServis" name="BasicHttpBinding_ITcKimlikNoSorgulaAdresServis"/>
        </client>
      </system.serviceModel>
    </configuration>


    if i change the webconfig as this.

    will my web site's speed could be better?
    Last edited by cottimucin; Jan 10, 2015 at 12:09 PM.
  3. #3
    Hi @cottimucin,

    if i change the webconfig as this. will my web site's speed could be better?
    Please point us what exactly has been changed.

    my web site is very slow
    Please clarify is that related to the questions that you asked before?
    http://forums.ext.net/showthread.php?40771
    http://forums.ext.net/showthread.php?48191
    http://forums.ext.net/showthread.php?48801
  4. #4
    Hi cottimucin,

    Unfortunately the Ext.NET support team will not be answering any more of your questions related to performance until you answer all the questions that we have asked in the past. Review your previous threads and answer the questions.

    You can start with these questions:

    http://forums.ext.net/showthread.php...l=1#post216731
    Geoffrey McGill
    Founder
  5. #5

    Hi Daniil

    I changed my web config


    from <extnet licenseKey="xxxx" />

    to
             <extnet licenseKey="xxxxxx" sourceFormatting="false" scriptMode="Release" gzip="true"/>
    and I add httpCompression

    <httpCompression>      <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll"/>      <dynamicTypes>        <add mimeType="*/*" enabled="false"/>        <add mimeType="text/*" enabled="true"/>        <add mimeType="message/*" enabled="true"/>        <add mimeType="application/javascript" enabled="true"/>      </dynamicTypes>      <staticTypes>        <add mimeType="*/*" enabled="false"/>        <add mimeType="text/*" enabled="true"/>        <add mimeType="message/*" enabled="true"/>        <add mimeType="application/javascript" enabled="true"/>      </staticTypes>    </httpCompression>    <urlCompression doStaticCompression="true" doDynamicCompression="true"/>

    but my web site run slow.
    Last edited by Daniil; Jan 12, 2015 at 11:49 AM. Reason: Please use [CODE] tags

Similar Threads

  1. Applying a UI to a whole site
    By ALobpreis in forum 2.x Help
    Replies: 1
    Last Post: Jul 03, 2014, 1:17 PM
  2. [CLOSED] ext.net site is down
    By rbtceo in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 29, 2014, 12:29 AM
  3. Example site unavailable ..
    By CarWise in forum Open Discussions
    Replies: 1
    Last Post: Mar 28, 2014, 12:47 PM
  4. [CLOSED] 1.3 and 2.0 in same site
    By cmack in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 13, 2013, 4:13 AM
  5. Site isn't working on IE6
    By arenazl in forum Bugs
    Replies: 3
    Last Post: Oct 02, 2009, 10:16 AM

Posting Permissions