This is a migrated thread and some comments may be shown as answers.

Debugging not enabled

22 Answers 415 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
vb2ae
Top achievements
Rank 1
vb2ae asked on 15 Dec 2009, 12:23 PM
I am getting a wierd error when trying to run a (framework 3.5) radcontrols enabled web application in c# or vb.  When I try and run the web application the first time it says debugging is not enabled.  In the dialog it give me to options to add a new web.config and or to run without debugging.  If I try and add a new web.config which there is one already it give me a the operation could not be completed unspecified error.  If I modify the web.config to enable debugging by hand it still gives me the debugging is not enabled message box.

22 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 15 Dec 2009, 12:41 PM
Hello vb2ae,

That's really strange. Does that happen with a blank WebSite/Web Application, or does it only happen with a new RadControls WebSite/WebApplication?

Can you try excluding the web.config from the project and including it back?

Kind regards,
Erjan Gavalji
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 16 Dec 2009, 01:15 AM
Sorry for the delay in getting back to you.  I can create a new web application and run it fine. The only problem is with the radcontrols web application.  A radcontrols website works fine.

here is the web.config

<?xml version="1.0"?>  
<!--   
    Note: As an alternative to hand editing this file you can use the   
    web admin tool to configure settings for your application. Use  
    the Website->Asp.Net Configuration option in Visual Studio.  
    A full list of settings and comments can be found in   
    machine.config.comments usually located in   
    \Windows\Microsoft.Net\Framework\v2.x\Config   
--> 
<configuration> 
    <configSections> 
        <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">  
            <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">  
                <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>  
                <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">  
                    <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" /> 
                    <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
                    <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
                    <section name="roleService" 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> 
        <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled" /> 
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled" /> 
    </appSettings> 
    <connectionStrings/> 
    <system.web> 
        <!--   
            Set compilation debug="true" to insert debugging   
            symbols into the compiled page. Because this   
            affects performance, set this value to true only   
            during development.  
        --> 
        <compilation debug="false" strict="false" explicit="true">  
            <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"/>  
            </assemblies> 
        </compilation> 
        <pages> 
            <namespaces> 
                <clear /> 
                <add namespace="System" /> 
                <add namespace="System.Collections" /> 
                <add namespace="System.Collections.Generic" /> 
                <add namespace="System.Collections.Specialized" /> 
                <add namespace="System.Configuration" /> 
                <add namespace="System.Text" /> 
                <add namespace="System.Text.RegularExpressions" /> 
                <add namespace="System.Linq" /> 
                <add namespace="System.Xml.Linq" /> 
                <add namespace="System.Web" /> 
                <add namespace="System.Web.Caching" /> 
                <add namespace="System.Web.SessionState" /> 
                <add namespace="System.Web.Security" /> 
                <add namespace="System.Web.Profile" /> 
                <add namespace="System.Web.UI" /> 
                <add namespace="System.Web.UI.WebControls" /> 
                <add namespace="System.Web.UI.WebControls.WebParts" /> 
                <add namespace="System.Web.UI.HtmlControls" /> 
            </namespaces> 
            <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"/>  
                <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>  
            </controls> 
        </pages> 
        <!--  
            The <authentication> section enables configuration   
            of the security authentication mode used by   
            ASP.NET to identify an incoming user.   
        --> 
        <authentication mode="Windows" /> 
        <!--  
            The <customErrors> section enables configuration   
            of what to do if/when an unhandled error occurs   
            during the execution of a request. Specifically,   
            it enables developers to configure html error pages   
            to be displayed in place of a error stack trace.  
 
        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">  
            <error statusCode="403" redirect="NoAccess.htm" /> 
            <error statusCode="404" redirect="FileNotFound.htm" /> 
        </customErrors> 
        --> 
        <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 path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" /> 
            <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> 
            <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> 
            <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" /> 
            <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" 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="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/>  
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression"/>  
 
        </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 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> 
      
    <!--   
        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> 
            <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="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode,runtimeVersionv2.0"/>  
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode,runtimeVersionv2.0"/>  
 
        </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="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" /> 
            <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" /> 
            <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" /> 
            <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode,runtimeVersionv2.0" /> 
            <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode,runtimeVersionv2.0" /> 
        </handlers> 
    </system.webServer> 
 
    <runtime> 
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">  
            <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> 
</configuration> 
 
You can download the whole solution here

0
Erjan Gavalji
Telerik team
answered on 16 Dec 2009, 02:03 PM
Hi vb2ae,

It seems that for some reason the web.config file created by the RadControls for ASP.NET AJAX project template does not get recognized as a valid web.config file. To my regret we haven't reproduced it locally (I just double-checked again), hence I cannot help with a direct suggestion or a fix. Can you please, send me the entire project? (I believe you've forgotten to paste the link).

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 16 Dec 2009, 02:45 PM
Thanks for looking into this for me.  Here is the link I forgot

http://www.onteorasoftware.net/downloads/RadControlsWebApplicationTest.zip
0
Erjan Gavalji
Telerik team
answered on 16 Dec 2009, 03:42 PM
Hi vb2ae,

I just ran the application and when I clicked on F5 I did not get the dialog, asking me to add a new web.config file (with debugging enabled).
I noticed something strange though - the web.config file did not contain any of the entries that the VSExtensions add (global skin registration, RadControls handlers registrations, etc). It seems like a pure ASP.NET web.config file.

Can you elaborate a bit to help us identify the problem quicker? Please, reply the following:

  • Did you get any errors during the project creation?
  • Having the project loaded in the IDE, can you run the Telerik > RadControls for ASP.NET AJAX > Configure Web Application menu and check if the web.config will be changed after you click the Finish button of the wizard?
  • Can you create a new RadControls project and check if you'll get the same result?
  • Can you try resetting the IDE ([VisualStudioInstallationDir]\Common7\IDE\devenv.com /setup) and try creating a new RadControls project? Does the IDE show the web.config-related dialog?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 17 Dec 2009, 03:11 AM
No errors when creating the project

I do not have the configure web application in my menu options

Yes it happens every time

No change after try devenv.exe /setup

0
vb2ae
Top achievements
Rank 1
answered on 17 Dec 2009, 03:13 AM
Just noticed that if I close the project and reopen I can run the web application.  I also have the missing menu options in the telerik menu. 
0
Erjan Gavalji
Telerik team
answered on 17 Dec 2009, 02:29 PM
Hi vb2ae,

Well, this is strange. It seems that for some reason the original web application has not been recognized as a RadControls-enabled Web Application Project by the Visual Studio Extensions. That's when they don't suggest the Configure item. FYI, the RadControls VSExtensions would suggest to "Convert" the project if it is recognized as a Web Application and they would suggest only to "Create" a new project if the project is recognized as some other project kind (e.g. Silverlight or WPF or WindowsForms project).

Can you try creating a new RadControls Web Application now and check if you'll get the web.config dialog again?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 18 Dec 2009, 12:17 PM
Yes I still get the same dialog if I create a new rad controls enabled web application.  If I create a web application and use the telerik menu to convert it to a rad controls web application it works fine.
0
Erjan Gavalji
Telerik team
answered on 18 Dec 2009, 01:11 PM
Hi vb2ae,

I must admit I'm out of clues of why could the RadControls WebApplication project template behave this way on your side. I just retried that on the local test machines (XP, Vista and Win7, having VS2005, VS2008 or both, each combination) and I was unable to reproduce that behavior with RadControls for ASP.NET AJAX Q3 2009 SP1. I only got the message, asking I would like my web.config to be modified for running in debug mode (this is, because the web.config of a RadControls WebApplication follows the default VS2008 WebApplication web.config model).

Can you install the RadControls distribution to another machine and check if you'll get the same problem?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 20 Dec 2009, 11:38 PM
It works when I installed on it another computer
0
Erjan Gavalji
Telerik team
answered on 21 Dec 2009, 07:27 AM
Hi vb2ae,

Can you provide me with a list of the third party software you got on the machine, performing the error? It could be that some interop problem causes the Telerik VSPackage not to load correctly. By the way, did you get any errors, noting that the Telerik.Web.UI.VSPackage has failed loading?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 21 Dec 2009, 01:32 PM
Code it right

Developer express code rush and refactor pro

silverlight 3 and mvc 1.0
0
Erjan Gavalji
Telerik team
answered on 21 Dec 2009, 05:09 PM
Hi vb2ae,

Thanks for the list, we'll check if any of these causes the problem. I hope I'll have the results some time tomorrow.

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Erjan Gavalji
Telerik team
answered on 04 Jan 2010, 03:25 PM
Hi vb2ae,

Happy New Year!

Sorry for the delay in my reply, we were busy implementing some core functionality for the VSExtensions and I was not able to test the current official release with the tools you mentioned. Anyways, I just finished the check now. Unfortunately I was again unable to replicate the problem - I created a new web application and I ran it. Instead of getting the message to add a new web.config file, I got the message if I wanted to modify the web.config to enable debugging or run without debugging. Both options worked fine.

I'm afraid I am out of clues now. If convenient, I would suggest that you repair the Visual Studio installation. If not, my suggestion is to create a new web application and convert it to a Telerik one as a workaround. The logic behind the conversion is the same as the creation of a new Telerik Web Application.

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vb2ae
Top achievements
Rank 1
answered on 04 Jan 2010, 06:19 PM
Thanks for looking into this.  I would up putting a new hard drive in my computer and when I reloaded the telerik controls it started to work correctly.  Must have had a bad install
0
John Krumlauf
Top achievements
Rank 1
answered on 11 May 2010, 12:58 PM
Has there been any resolution to this issue?  I just installed Telerik on my PC using VS2008 and get the same problem.  When I create a new application, then run it, everything is fine.  As soon as I save it, then it wants to update the web.config file (again), but regardless of the option you select, it displays a VS message "The operation could not be completed.  Unspecified error.".  Two of us at the location have loaded Telerik, and have the same problem.

Hopefully by now you have figured out why?

I did have DevExpress Refactor and Coderush, but uninstalled to see if this would help.  It didn't.


Thanks
0
John Krumlauf
Top achievements
Rank 1
answered on 11 May 2010, 01:56 PM
Update...

We did find out one interesting point.  When creating the new project via the Telerik menu option and selecting a template, the VB RadControls Web Site template does not present any problems, whereas the VB RadControls Web Application does (which is the one we would typically select). 

Thanks


and another update...

Apparently if I create a VB RadControls Web Application, save the project and close Visual Studio, then reopen VS, it's OK from there on out.  Strange, but I guess it's a workaround. 
0
Erjan Gavalji
Telerik team
answered on 14 May 2010, 10:53 AM
Hi John,

To my regret we were not able to identify the problem locally so far. Can you give us some more information about your setup so that we try reproducing the same locally? What we need is:
  • Operating system, service packs applied
  • installed Visual Studio IDE versions, service packs applied
  • .NET Frameworks installed
  • The exact RadControls version you use

Thanks in advance,
Erjan Gavalji
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Matthew
Top achievements
Rank 1
answered on 29 May 2010, 02:34 AM
I get this same problem with Sitefinity sites, as does another co-worker.  VS2005 says "...debugging is not enabled..." in web.config, even though it is, so, of course, if you choose "modify the web.config" it addes a duplicate section, which causes a compilation error.

What's the deal?

Current file:

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
</sectionGroup>
</sectionGroup>
<sectionGroup name="telerik">
<section name="dataAccess" type="Telerik.DataAccess.Configuration.SectionHandler, Telerik.DataAccess" requirePermission="false"/>
<section name="framework" type="Telerik.Framework.Configuration.SectionHandler, Telerik.Framework" requirePermission="false"/>
<section name="localization" type="Telerik.Localization.Configuration.SectionHandler, Telerik.Localization" requirePermission="false"/>
<section name="blogs" type="Telerik.Blogs.Configuration.SectionHandler, Telerik.Blogs" requirePermission="false"/>
<section name="news" type="Telerik.News.Configuration.SectionHandler, Telerik.News" requirePermission="false"/>
<section name="versioning" type="Telerik.Versioning.Configuration.SectionHandler, Telerik.Versioning" requirePermission="false"/>
<section name="lists" type="Telerik.Lists.Configuration.SectionHandler, Telerik.Lists" requirePermission="false"/>
<section name="cmsEngine" type="Telerik.Cms.Engine.Configuration.SectionHandler, Telerik.Cms.Engine" requirePermission="false"/>
<section name="security" type="Telerik.Security.Configuration.SectionHandler, Telerik.Security" requirePermission="false"/>
<section name="workflow" type="Telerik.Workflow.WorkflowSectionHandler, Telerik.Workflow" requirePermission="false"/>
<section name="cms" type="Telerik.Cms.Configuration.SectionHandler, Telerik.Cms" requirePermission="false"/>
<section name="polls" type="Telerik.Polls.PollsSectionHandler, Telerik.Polls" requirePermission="false"/>
<section name="fileManager" type="Telerik.FileManager.Configuration.SectionHandler, Telerik.FileManager" requirePermission="false"/>
<section name="forums" type="Telerik.Forums.Configuration.SectionHandler, Telerik.Forums" requirePermission="false"/>
<section name="rss" type="Telerik.Rss.Configuration.SectionHandler, Telerik.Rss" requirePermission="false"/>
<section name="search" type="Telerik.Search.Configuration.SectionHandler, Telerik.Search" requirePermission="false"/>
<section name="personalization" type="Telerik.Personalization.Configuration.SectionHandler, Telerik.Personalization" requirePermission="false"/>
<section name="libraries" type="Telerik.Libraries.Configuration.SectionHandler, Telerik.Libraries" requirePermission="false"/>
<section name="events" type="Telerik.Events.Configuration.SectionHandler, Telerik.Events" requirePermission="false"/>
<section name="notifications" type="Telerik.Notifications.Newsletters.Configuration.SectionHandler, Telerik.Notifications" requirePermission="false"/>
<section name="spamProtector" type="Telerik.Cms.Engine.SpamProtector.Configuration.SpamProtectorSection, Telerik.Cms.Engine"/>
<section name="performanceCounter" type="Telerik.Framework.Utilities.HealthMonitoring.Configuration.CountersSection, Telerik.Framework"/>
<section name="storageSetting" type="Telerik.Libraries.AmazonStorage.StorageSection, Telerik.Libraries" requirePermission="false"/>
<section name="mediaProvider" type="Telerik.Libraries.MediaProvider.Configuration.MediaProviderSection, Telerik.Libraries" requirePermission="false"/>
<section name="wiki" type="Telerik.Wiki.Configuration.SectionHandler, Telerik.Wiki" requirePermission="false"/>
</sectionGroup>
<section name="MainNav" type="GSSI.Web.MainNavConfiguration"/>
</configSections>
<MainNav>
<menus>
<add url="~/jobs-available.aspx" menuID="nav-jobs-available"/>
<add url="~/our-services.aspx" menuID="nav-our-services"/>
<add url="~/about-town.aspx" menuID="nav-about-town"/>
<add url="~/company-info/overview.aspx" menuID="nav-company-info"/>
</menus>
</MainNav>
<appSettings>
<add key="ImagePath" value="/files/sketchImages/"/>
<add key="AdminFrom" value="tech@graphicallyspeaking.ca"/>
<add key="AdminTo" value="adeel@graphicallyspeaking.ca"/>
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<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>
<connectionStrings>
<add name="Sitefinity" connectionString="data source=web-bravo;UID=gssi;PWD=darkroom;initial catalog=eight6ixnetwork" providerName="System.Data.SqlClient"/>
</connectionStrings>
<location path="." inheritInChildApplications="false">
<system.web>
<!-- Sets the allowed upload file size -->
<httpRuntime maxRequestLength="51200"/>
<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"/>
<add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
<add tagPrefix="telerik" namespace="Telerik.Charting" assembly="Telerik.Web.UI"/>
<add tagPrefix="telerik" namespace="Telerik.Cms.Web.UI" assembly="Telerik.Cms.Web.UI"/>
<add tagPrefix="telerik" namespace="Telerik.Cms.Web.UI" assembly="Telerik.Framework"/>
<add tagPrefix="GSSI" namespace="GSSI.Web"/>
<add tagPrefix="GSSI" src="~/UserControls/GSSI/Navigation.ascx" tagName="Navigation"/>
</controls>
</pages>
<httpHandlers>
<add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/>
<add verb="*" path="*.rss" type="Telerik.Rss.RssHttpHandler, Telerik.Rss"/>
<add verb="*" path="*.rss.ashx" type="Telerik.Rss.RssHttpHandler, Telerik.Rss"/>
<add verb="*" path="*.sflb" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add verb="*" path="*.sflb.ashx" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add verb="*" path="*.tmb" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add verb="*" path="*.tmb.ashx" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add verb="*" validate="false" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/>
<add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/>
<add verb="*" validate="false" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI"/>
<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="GET" path="CaptchaImage.axd" type="Telerik.Web.UI.SpamProtection.Captcha.CaptchaImageHandler, Telerik.Cms.Web.UI"/>
<add verb="POST" path="blogs/metablog.ashx" type="Telerik.Blogs.MetaWeblog.MetaWeblogHandler, Telerik.Blogs"/>
<add verb="POST" path="trackback.ashx" type="Telerik.Cms.Engine.Trackback.TrackbackHandler, Telerik.Cms.Engine"/>
<add verb="GET" path="*.s3lb" type="Telerik.Libraries.AmazonStorage.S3StorageHandler, Telerik.Libraries"/>
<add verb="GET" path="*.s3lb.ashx" type="Telerik.Libraries.AmazonStorage.S3StorageHandler, Telerik.Libraries"/>
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
</httpHandlers>
<customErrors mode="Off">
<error redirect="~/Sitefinity/nopermissions.aspx" statusCode="403"/>
</customErrors>
<compilation debug="true">
<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.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
</assemblies>
</compilation>
<roleManager enabled="true" cacheRolesInCookie="true" defaultProvider="Sitefinity">
<providers>
<clear/>
<add connectionStringName="DefaultConnection" applicationName="/" name="Sitefinity" type="Telerik.DataAccess.AspnetProviders.TelerikRoleProvider, Telerik.DataAccess"/>
</providers>
</roleManager>
<membership defaultProvider="Sitefinity" userIsOnlineTimeWindow="15" hashAlgorithmType="">
<providers>
<clear/>
<add name="Sitefinity" connectionStringName="DefaultConnection" type="Telerik.DataAccess.AspnetProviders.TelerikMembershipProvider, Telerik.DataAccess" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" passwordStrengthRegularExpression="" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0"/>
</providers>
</membership>
<profile defaultProvider="Sitefinity">
<providers>
<clear/>
<add name="Sitefinity" connectionStringName="DefaultConnection" applicationName="/" type="Telerik.DataAccess.AspnetProviders.TelerikProfileProvider, Telerik.DataAccess"/>
</providers>
<properties>
<add name="FirstName"/>
<add name="LastName"/>
<add name="Position"/>
<add name="Photo_Hidden"/>
<add name="Photo" defaultValue="~/Sitefinity/Common/Images/defaultavatar.gif"/>
<group name="InstantMessenger">
<add name="IM_Type"/>
<add name="IM_Value"/>
</group>
<group name="Phone">
<add name="Value"/>
<add name="Type"/>
</group>
</properties>
</profile>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="Cms" type="Telerik.Cms.Web.CmsHttpModule, Telerik.Cms"/>
<!-- Http Module for extension mappings in Library module.-->
<!--<add name="LibraryModule" type="Telerik.Libraries.LibraryHttpModule, Telerik.Libraries"/>-->
<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/>
</httpModules>
<authentication mode="Forms">
<forms name=".ASPNET" loginUrl="~/sitefinity/login.aspx" protection="All" timeout="1440" path="/"/>
</authentication>
<authorization>
<allow users="?"/>
</authorization>
<siteMap defaultProvider="CmsSiteMapProvider" enabled="true">
<providers>
<clear/>
<add name="CmsSiteMapProvider" description="Displays Cms Pages" type="Telerik.Cms.Web.CmsSiteMapProvider"/>
</providers>
</siteMap>
<healthMonitoring enabled="true" heartbeatInterval="0">
<eventMappings>
<add name="Simple Web Request Event" type="Telerik.Utilities.SimpleWebRequestEvent,Telerik.Framework"/>
<add name="Code Benchmark Event" type="Telerik.Utilities.CodeBenchmarkEvent,Telerik.Framework"/>
</eventMappings>
<providers>
<add name="Simple Web Event Provider" type="Telerik.Utilities.TextFileWebEventProvider,Telerik.Framework" logFileName="~/App_Data/sitefinity.log"/>
<add name="Simple Web Buffered Event Provider" type="Telerik.Utilities.BufferedTextFileWebEventProvider,Telerik.Framework" bufferMode="Notification" logFileName="~/App_Data/sitefinity.log"/>
<add name="Code Benchmark Provider" type="Telerik.Utilities.CodeBenchmarkTextFileProvider,Telerik.Framework" enabled="False" logFileName="~/App_Data/performance.log"/>
</providers>
<rules>
<add name="SitefinityEventHandler" eventName="Simple Web Request Event" provider="Simple Web Event Provider" minInterval="00:00:00" minInstances="1" maxLimit="Infinite"/>
<add name="SitefinityErrorHandler" eventName="All Errors" provider="Simple Web Event Provider" minInterval="00:00:00" minInstances="1" maxLimit="Infinite"/>
<add name="SitefinityCodeBenchmarkHandler" eventName="Code Benchmark Event" provider="Code Benchmark Provider" minInterval="00:00:00" minInstances="1" maxLimit="Infinite"/>
</rules>
</healthMonitoring>
</system.web>
</location>
<system.web.extensions>
<scripting>
<!--The Following lines value should be true in production server-->
<scriptResourceHandler enableCompression="false" enableCaching="false"/>
</scripting>
</system.web.extensions>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<remove name="ScriptModule"/>
<remove name="Cms"/>
<!--<remove name="LibraryModule"/>-->
<remove name="RadUploadModule"/>
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="Cms" type="Telerik.Cms.Web.CmsHttpModule, Telerik.Cms"/>
<!-- Http Module for extension mappings in Library module.-->
<!--<add name="LibraryModule" type="Telerik.Libraries.LibraryHttpModule, Telerik.Libraries"/>-->
<add name="RadUploadModule" preCondition="managedHandler" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/>
</modules>
<handlers>
<remove name="ScriptResource"/>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="SitefinityTemplate"/>
<remove name="SitefinityThumbnail"/>
<remove name="SitefinityLibrary"/>
<remove name="RadUploadProgress"/>
<remove name="SitefinityRSS"/>
<remove name="Dialog"/>
<remove name="Spellcheck"/>
<remove name="ChartImage"/>
<remove name="CaptchaImage"/>
<remove name="Metablog"/>
<remove name="Trackback"/>
<remove name="AmazonLibrary"/>
<remove name="AmazonLibraryAdd"/>
<remove name="SitefinityThumbnailAdd"/>
<remove name="SitefinityRSSAdd"/>
<remove name="SitefinityLibraryAdd"/>
<remove name="Telerik_Web_UI_WebResource_axd"/>
<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="SitefinityTemplate" path="*.template" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="classicMode,runtimeVersionv2.0,bitness32"/>
<add name="SitefinityThumbnail" path="*.tmb" verb="*" preCondition="integratedMode" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add name="SitefinityThumbnailAdd" path="*.tmb.ashx" verb="*" preCondition="integratedMode" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add name="SitefinityLibrary" path="*.sflb" verb="*" preCondition="integratedMode" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add name="SitefinityLibraryAdd" path="*.sflb.ashx" verb="*" preCondition="integratedMode" type="Telerik.Cms.Engine.ContentHttpHandler, Telerik.Cms.Engine"/>
<add name="SitefinityRSS" preCondition="integratedMode" verb="*" path="*.rss" type="Telerik.Rss.RssHttpHandler, Telerik.Rss"/>
<add name="SitefinityRSSAdd" preCondition="integratedMode" verb="*" path="*.rss.ashx" type="Telerik.Rss.RssHttpHandler, Telerik.Rss"/>
<add name="RadUploadProgress" verb="*" preCondition="integratedMode" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/>
<add name="Dialog" preCondition="integratedMode" verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI"/>
<add name="Spellcheck" preCondition="integratedMode" verb="*" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/>
<add name="ChartImage" preCondition="integratedMode" verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI"/>
<add name="CaptchaImage" preCondition="integratedMode" verb="GET" path="CaptchaImage.axd" type="Telerik.Web.UI.SpamProtection.Captcha.CaptchaImageHandler, Telerik.Cms.Web.UI"/>
<add name="Metablog" preCondition="integratedMode" verb="POST" path="blogs/metablog.ashx" type="Telerik.Blogs.MetaWeblog.MetaWeblogHandler, Telerik.Blogs"/>
<add name="Trackback" preCondition="integratedMode" verb="POST" path="trackback.ashx" type="Telerik.Cms.Engine.Trackback.TrackbackHandler, Telerik.Cms.Engine"/>
<add name="AmazonLibrary" path="*.s3lb" verb="*" preCondition="integratedMode" type="Telerik.Libraries.AmazonStorage.S3StorageHandler, Telerik.Libraries"/>
<add name="AmazonLibraryAdd" path="*.s3lb.ashx" verb="*" preCondition="integratedMode" type="Telerik.Libraries.AmazonStorage.S3StorageHandler, Telerik.Libraries"/>
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI"/>
</handlers>
</system.webServer>
<system.net>
<mailSettings>
<smtp from="info@86networks.com">
<network host="GSDC" userName="" password=""/>
</smtp>
</mailSettings>
</system.net>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5"/>
<providerOption name="OptionInfer" value="true"/>
<providerOption name="WarnAsError" value="false"/>
</compiler>
</compilers>
</system.codedom>
<telerik>
<dataAccess defaultConnection="DefaultConnection">
<connections>
<add name="DefaultConnection" driver="Telerik.DataAccess.Providers.ExtendedSqlServer2005Provider, Telerik.DataAccess" connectionStringName="Sitefinity"/>
<add name="GenericContentConnection" driver="Telerik.Cms.Engine.Data.Providers.GCSql2005Provider, Telerik.Cms.Engine.Data" connectionStringName="Sitefinity"/>
</connections>
</dataAccess>
<framework>
<caching defaultProvider="memoryCache">
<providers>
<add name="memoryCache" type="Telerik.Caching.MemoryCachingProvider, Telerik.Framework"/>
<add name="ASPNET" type="Telerik.Caching.AspNetCachingProvider, Telerik.Framework" duration="120" slidingExpiration="true"/>
</providers>
<cacheDependency mode="InMemory"/>
</caching>
<modules>
<add type="Telerik.Cms.Engine.GenericContentModule, Telerik.Cms.Engine"/>
<add type="Telerik.News.NewsModule, Telerik.News"/>
<add type="Telerik.Blogs.BlogsModule, Telerik.Blogs"/>
<add type="Telerik.Lists.ListModule, Telerik.Lists"/>
<add type="Telerik.Polls.PollModule, Telerik.Polls"/>
<add type="Telerik.Forums.ForumsModule, Telerik.Forums"/>
<add type="Telerik.Libraries.LibrariesModule, Telerik.Libraries"/>
<add type="Telerik.Events.EventsModule, Telerik.Events"/>
<add type="Telerik.Notifications.Newsletters.NewsletterModule, Telerik.Notifications"/>
<add type="Telerik.Wiki.WikiModule, Telerik.Wiki"/>
</modules>
<services>
<add type="Telerik.Search.SearchModule, Telerik.Search"/>
<add type="Telerik.Search.Engine.IndexingManager, Telerik.Search"/>
<add type="Telerik.Rss.RssModule, Telerik.Rss"/>
<add type="Telerik.Rss.RssProviderService, Telerik.Rss"/>
<add type="Telerik.Cms.Engine.ContentUrlRewriterService, Telerik.Cms.Engine"/>
</services>
<tools>
<add type="Telerik.Cms.Tools.SiteExporter, Telerik.Cms"/>
</tools>
<assemblies>
</assemblies>
<controlDesigners>
<add key="System.Web.UI.WebControls.Image" value="Telerik.Libraries.WebControls.ImageEditorDialog, Telerik.Libraries"/>
<add key="Telerik.Cms.Engine.WebControls.SitefinityImage" value="Telerik.Libraries.WebControls.ImageEditorDialog, Telerik.Libraries"/>
</controlDesigners>
<propertySelectors>
<add key="System.Web.UI.Design.ImageUrlEditor" value="Telerik.Libraries.WebControls.ImageSelector, Telerik.Libraries"/>
</propertySelectors>
<sitefinityConfiguration defaultProvider="XmlConfigProvider">
<providers>
<add name="XmlConfigProvider" type="Telerik.Sitefinity.Configuration.XmlConfigProvider, Telerik.Framework"/>
</providers>
</sitefinityConfiguration>
</framework>
<notifications defaultProvider="Notifications">
<providers>
<clear/>
<add name="Notifications" type="Telerik.Notifications.Data.DefaultProvider, Telerik.Notifications.Data" connectionStringName="DefaultConnection" EnableSsl="false" MergedFields="FirstName;LastName" SendingInterval="1000"/>
</providers>
</notifications>
<search defaultProvider="Search">
<providers>
<clear/>
<add name="Search" type="Telerik.Search.Data.DefaultProvider, Telerik.Search.Data" connectionStringName="DefaultConnection" useCompoundIndexFile="true"/>
</providers>
<indexClients>
<add name="PageIndex" type="Telerik.Cms.Search.PageIndexProvider, Telerik.Cms" settingsControl="Telerik.Cms.Web.UI.PageIndexSettings, Telerik.Cms" viewSettingsControl="Telerik.Cms.Web.UI.SearchViewControl, Telerik.Cms" description="Provides indexing services for CMS Pages."/>
</indexClients>
<indexers>
<add extensionOrMimeType=".aspx" type="Telerik.Search.Engine.HtmlIndexer"/>
<add extensionOrMimeType="text/html" type="Telerik.Search.Engine.HtmlIndexer"/>
</indexers>
<searchInputValidation>
<add matchPattern="\A[\*\?\~][^\s]*" replacementString="" enabled="true" matchAlert="You can not start your query using wildcards, modify your query and try again.."/>
<add matchPattern="[\!\^\(\)\{\}\[\]]" replacementString="" enabled="true" matchAlert="Strange characters should be enclosed between double quotation, modify your query and try again.."/>
</searchInputValidation>
</search>
<localization defaultProvider="Sitefinity" persistenceMode="None" defaultCulture="en" cultures="en, es, fr, de, bg">
<providers>
<clear/>
<add name="Sitefinity" type="Telerik.Localization.Data.DefaultProvider, Telerik.Localization.Data" connectionStringName="DefaultConnection"/>
</providers>
</localization>
<lists defaultProvider="Sitefinity">
<providers>
<clear/>
<add name="Sitefinity" securityProviderName="" type="Telerik.Lists.Data.DefaultProvider, Telerik.Lists.Data" connectionStringName="DefaultConnection" visible="true"/>
<!--
<add name="SitefinityXml" securityProviderName="" type="Telerik.Lists.Data.XmlProvider, Telerik.Lists.Data" dataFile="~/App_Data/Lists.xml" visible="true"  />
-->
</providers>
</lists>
<forums defaultProvider="Sitefinity">
<providers>
<clear/>
<add name="Sitefinity" securityProviderName="" profileProviderName="Sitefinity" type="Telerik.Forums.Data.DefaultProvider, Telerik.Forums.Data" connectionStringName="DefaultConnection" visible="true"/>
</providers>
</forums>
<rss defaultProvider="Sitefinity">
<feeds>
</feeds>
<channelProviders>
<clear/>
<add name="Page Rss Provider" type="Telerik.Cms.Web.RssChannelProvider, Telerik.Cms" settingsControl="Telerik.Cms.Web.UI.RssSettingsControl, Telerik.Cms" viewSettingsControl="Telerik.Cms.Web.UI.RssViewSettingsControl, Telerik.Cms" description="Provides RSS for CMS pages"/>
</channelProviders>
<providers>
<clear/>
<add name="Sitefinity" type="Telerik.Rss.Data.DefaultServiceProvider, Telerik.Rss.Data" connectionStringName="DefaultConnection"/>
</providers>
</rss>
<versioning defaultProvider="Sitefinity">
<providers>
<clear/>
<add name="Sitefinity" type="Telerik.Versioning.Data.DefaultProvider, Telerik.Versioning.Data" connectionStringName="DefaultConnection"/>
</providers>
</versioning>
<security defaultProvider="DefaultSecurityProvider" cmsProvidersName="Sitefinity">
<roles>
<clear/>
<add name="Administrators" permission="Unrestricted"/>
</roles>
<providers>
<clear/>
<add name="DefaultSecurityProvider" connectionStringName="DefaultConnection" type="Telerik.Security.Data.DefaultSecurityProvider, Telerik.Security.Data" membershipProvider="Sitefinity" roleProvider="Sitefinity"/>
</providers>
</security>
<cms defaultProvider="Sitefinity" pageExtension=".aspx" disabled="false" pageEditorUIMode="Overlay">
<providers>
<clear/>
<add connectionStringName="DefaultConnection" allowPageHistory="true" allowPageWorkflow="false" cachingProviderName="ASPNET" name="Sitefinity" type="Telerik.Cms.Data.DefaultProvider, Telerik.Cms.Data"/>
</providers>
<toolboxControls>
<clear/>
<add name="Generic Content" section="Most popular" type="Telerik.Cms.Engine.WebControls.GenericContent, Telerik.Cms.Engine"/>
<add name="Image" section="Most popular" type="Telerik.Cms.Engine.WebControls.SitefinityImage, Telerik.Cms.Engine" description="Displays an image on a Web page."/>
<add name="Image gallery" section="Most popular" type="Telerik.Libraries.WebControls.ImageGallery, Telerik.Libraries"/>
<add name="Dynamic Hyper Link" section="Navigation" type="Telerik.Cms.Engine.WebControls.DynamicHyperLink, Telerik.Cms.Engine" description="Dynamic Hyper Link lets you declare link for cms pages so that its Navigate URL doesn't not depend on where the page is located in the hierarchy."/>
<add name="Site Menu" section="Navigation" url="~/Sitefinity/UserControls/Navigation35/SiteMenu.ascx"/>
<add name="Site Panelbar" section="Navigation" url="~/Sitefinity/UserControls/Navigation35/SitePanelbar.ascx"/>
<add name="Site Tabstrip" section="Navigation" url="~/Sitefinity/UserControls/Navigation35/SiteTabstrip.ascx"/>
<add name="Site Treeview" section="Navigation" url="~/Sitefinity/UserControls/Navigation35/SiteTreeview.ascx"/>
<add name="Breadcrumb" section="Navigation" type="Telerik.Cms.Web.UI.Breadcrumb, Telerik.Cms.Web.UI"/>
<add name="Hyper Link" section="Navigation" type="Telerik.Cms.Engine.WebControls.SitefinityHyperLink, Telerik.Cms.Engine" description="Creates links on a Web page that allow users to move from page to page in your application."/>
<add name="Language Selector" section="Navigation" type="Telerik.Localization.WebControls.LanguageBar,Telerik.Localization" description="A control for selecting the current language current version"/>
<add name="RadTabStrip" section="RadControls" type="Telerik.Web.UI.RadTabStrip, Telerik.Web.UI"/>
<add name="RadMenu" section="RadControls" type="Telerik.Web.UI.RadMenu, Telerik.Web.UI"/>
<add name="RadPanelBar" section="RadControls" type="Telerik.Web.UI.RadPanelBar, Telerik.Web.UI"/>
<add name="Image " section="Images &amp; Documents" type="Telerik.Cms.Engine.WebControls.SitefinityImage, Telerik.Cms.Engine" description="Displays an image on a Web page."/>
<add name="XML Data Source" section="Data" type="System.Web.UI.WebControls.XmlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Represents an XML data source to data-bound controls."/>
<add name="SiteMapDataSource" section="Data" type="System.Web.UI.WebControls.SiteMapDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Provides a data source control that Web server controls and other controls can use to bind to hierarchical site map data. "/>
<add name="Details View" section="Data" type="System.Web.UI.WebControls.DetailsView, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Displays the values of a single record from a data source in a table, where each data row represents a field of the record. The DetailsView control allows you to edit, delete, and insert records."/>
<add name="Grid View" section="Data" type="System.Web.UI.WebControls.GridView, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<add name="Login Status" section="Login" type="System.Web.UI.WebControls.LoginStatus, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site."/>
<add name="Login Name" section="Login" type="System.Web.UI.WebControls.LoginName, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" description="Displays the value of the System.Web.UI.Page.User.Identity.Name property."/>
<add name="Login" section="Login" url="~/Sitefinity/UserControls/Login/LoginControl.ascx" description="Provides user interface (UI) elements for logging in to a Web site."/>
<add name="Manage Profile" section="Login" type="Telerik.Security.WebControls.ManageProfile, Telerik.Security" description="Provides UI for managing user's profile information"/>
<add name="Login View" section="Login" url="~/Sitefinity/UserControls/Login/LoginViewControl.ascx" description="Displays the appropriate content template for a given user, based on the user's authentication status and role membership."/>
<add name="Create User" section="Login" url="~/Sitefinity/UserControls/Login/CreateUserWizardControl.ascx" description="Provides a user interface for creating new Web site user accounts."/>
<add name="Spam Protector" section="Forms" type="Telerik.Web.UI.SpamProtection.SpamProtector, Telerik.Cms.Web.UI" description="Provides spam protection to web forms using different strategies."/>
<add name="Video" section="Most popular" type="Telerik.Libraries.WebControls.Video, Telerik.Libraries" description="Video content control"/>
<add name="navigation" section="GSSI" url="~/UserControls/GSSI/Navigation.ascx"/>
<add name="js_create_sketch" section="GSSI" url="~/UserControls/jobseeker_create_sketch.ascx"/>
<add name="Employer_Signup" section="GSSI" url="~/UserControls/employer_signup.ascx"/>
<add name="Employer_ssf" section="GSSI" url="~/UserControls/employer_SketchSearchForm.ascx"/>
<add name="Employer_ssv" section="GSSI" url="~/UserControls/employer_SketchSearchView.ascx"/>
<add name="Employer_postad" section="GSSI" url="~/UserControls/employer_PostAd.ascx"/>
<add name="Employer_postjob" section="GSSI" url="~/UserControls/employer_PostJob.ascx"/>
<add name="Employer_postjob_viewedit" section="GSSI" url="~/UserControls/employer_PostJob_ViewEdit.ascx"/>
<add name="Employer_requestform" section="GSSI" url="~/UserControls/employer_request_form.ascx"/>
<add name="Employer_searchjobseeker_payment" section="GSSI" url="~/UserControls/employer_SearchJobSeeker_Payment.ascx"/>
<add name="public_emailjobtofriend" section="GSSI" url="~/UserControls/public_EmailJobToFriend.ascx"/>
<add name="public_jobpostingdetails" section="GSSI" url="~/UserControls/public_JobPostingDetails.ascx"/>
<add name="public_forgotpwd" section="GSSI" url="~/UserControls/public_login_forgot_password.ascx"/>
<add name="public_resetpwd" section="GSSI" url="~/UserControls/public_login_reset_password.ascx"/>
<add name="public_loginsystem" section="GSSI" url="~/UserControls/public_loginsystem.ascx"/>
<add name="public_reportposting" section="GSSI" url="~/UserControls/public_ReportPosting.ascx"/>
<add name="public_requestevent" section="GSSI" url="~/UserControls/public_request_event.ascx"/>
<add name="publc_requestpixevent" section="GSSI" url="~/UserControls/public_requestPixEvent.ascx"/>
<add name="public_searchjobpostings" section="GSSI" url="~/UserControls/public_searchJobPostings.ascx"/>
<add name="SketchRanking" section="GSSI" url="~/UserControls/sketch_photo_ranking.ascx"/>
<add name="js_moredetails" section="GSSI" url="~/UserControls/jobseeker_cs_more.ascx"/>
<add name="JS_Sketch_View_Edit" section="GSSI" url="~/UserControls/js_SketchViewEdit.ascx"/>
</toolboxControls>
</cms>
<cmsEngine defaultProvider="Generic_Content">
<providers>
<clear/>
<add name="Generic_Content" urlRewriteFormat="[Publication_Date]/[Name].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="True" defaultMetaField="Name" securityProviderName="" allowLocalization="False" allowVersioning="True" allowWorkflow="False" allowComments="false" commentsModeration="true" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Cms.Engine.Data.Providers.DefaultProvider, Telerik.Cms.Engine.Data"/>
<add name="News" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Title" securityProviderName="" allowVersioning="True" applicationName="/News" versioningProviderName="" commentsModeration="true" connectionStringName="GenericContentConnection" type="Telerik.News.Data.DefaultNewsProvider, Telerik.News.Data"/>
<add name="Blogs" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Title" applicationName="/Blogs" allowVersioning="True" allowComments="true" commentsModeration="false" allowLocalization="False" localizationProviderName="" allowWorkflow="False" securityProviderName="" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Blogs.Data.DefaultBlogProvider, Telerik.Blogs.Data"/>
<add name="Libraries" urlRewriteFormat="~/{Provider}/{LibraryName}/[Name].sflb.ashx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Name" applicationName="/Libraries" allowVersioning="False" allowLocalization="False" localizationProviderName="" allowWorkflow="False" securityProviderName="" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Libraries.Data.DefaultProvider, Telerik.Libraries.Data" tagEditorTemplate="~/Sitefinity/Admin/ControlTemplates/Libraries/BatchTagsEditor.ascx"/>
<!--Amazon Data Provider [First turn off the default one] url format can be urlRewriteFormat="~/{Provider}/{LibraryName}/[Name].s3lb" as well in that cae there will extra libraries in the url-->
<!--<add name="Libraries" urlRewriteFormat="~/{LibraryName}/[Name].s3lb"  thumbnailExtension=".tmb" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Name" applicationName="/Libraries" allowVersioning="True" allowLocalization="False" localizationProviderName="" allowWorkflow="False" securityProviderName="" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Libraries.Data.AmazonProvider, Telerik.Libraries.Data" tagEditorTemplate="~/Sitefinity/Admin/ControlTemplates/Libraries/BatchTagsEditor.ascx" />-->
<!--Viddler Data Provider Compatible with other libraries, must add a libraryInfo with type = "Viddler"-->
<!--<add name="Libraries" urlRewriteFormat="~/{LibraryName}/[Name].sflb.ashx" thumbnailExtension=".tmb.ashx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Name" applicationName="/Libraries" allowVersioning="True" allowLocalization="False" localizationProviderName="" allowWorkflow="False" securityProviderName="" versioningProviderName="" connectionStringName="GenericContentConnection" type="Telerik.Libraries.Data.ViddlerProvider, Telerik.Libraries.Data" tagEditorTemplate="~/Sitefinity/Admin/ControlTemplates/Libraries/BatchTagsEditor.ascx"/>-->
<add name="Events" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" visible="False" defaultMetaField="Title" securityProviderName="" allowVersioning="True" applicationName="/Events" versioningProviderName="" commentsModeration="true" connectionStringName="GenericContentConnection" type="Telerik.Events.Data.DefaultEventsProvider, Telerik.Events.Data"/>
<add name="Wiki" urlRewriteFormat="[Wiki]/[Name].aspx" urlWhitespaceChar="_" visible="False" defaultMetaField="Name" securityProviderName="" allowVersioning="True" applicationName="/Wiki" versioningProviderName="" allowComments="true" commentsModeration="true" connectionStringName="GenericContentConnection" dataFile="~/App_Data/Wikis.xml" type="Telerik.Wiki.Data.XmlProvider, Telerik.Wiki.Data"/>
</providers>
<rssProviders>
<clear/>
<add name="Blogs" type="Telerik.Blogs.RssProvider, Telerik.Blogs" visible="True" applicationName="/Blogs" rssFieldAuthor="Author" rssFieldTitle="Title" rssFieldPubDate="Publication_Date"/>
</rssProviders>
<browserCacheSettings lastModifiedDateEnabled="true" contentExpirationEnabled="false">
<expirationSettings option="ExpireImmediately" value="0">
</expirationSettings>
</browserCacheSettings>
<metaFields>
<add key="Generic_Content.Name" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue="Name this content" mandatory="True"/>
<add key="Generic_Content.Description" valueType="LongText" visible="True" searchable="False" sortable="True" defaultValue="Add description here"/>
<add key="Generic_Content.Author" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Generic_Content.Category" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="News.Title" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="News.Summary" valueType="LongText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="News.Author" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="News.Source" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="News.Publication_Date" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Now"/>
<add key="News.Expiration_Date" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Max"/>
<add key="News.Thumbnail" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="News.Category" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""></add>
<add key="Blogs.Title" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Blogs.Author" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Blogs.Publication_Date" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Now"/>
<add key="Blogs.BlogID" valueType="Guid" visible="False" searchable="True" sortable="True" defaultValue=""/>
<add key="Blogs.Category" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Blogs.View_Count" valueType="Integer" visible="True" searchable="True" sortable="True" defaultValue="0"/>
<add key="Libraries.Name" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Width" valueType="Integer" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Height" valueType="Integer" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Size" valueType="Integer" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Extension" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.AlternateText" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Author" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Description" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.Category" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Libraries.PermaLink" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Events.Title" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Events.Street" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Events.City" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Events.Country" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Events.State" valueType="ShortText" visible="True" searchable="True" sortable="False" defaultValue=""/>
<add key="Events.Geomapping_Data" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Event_Start" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Now"/>
<add key="Events.Event_End" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Now"/>
<add key="Events.Publication_Date" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Now"/>
<add key="Events.Expiration_Date" valueType="DateTime" visible="True" searchable="True" sortable="True" defaultValue="#Max"/>
<add key="Events.Contact_Name" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Contact_Email" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Contact_Phone" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Contact_Cell" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Contact_Web" valueType="ShortText" visible="True" searchable="False" sortable="False" defaultValue=""/>
<add key="Events.Category" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Wiki.Name" valueType="ShortText" visible="True" searchable="False" sortable="True" defaultValue="HomePage" mandatory="True"/>
<add key="Wiki.Wiki" valueType="ShortText" visible="True" searchable="False" sortable="True" defaultValue="DefaultWiki"/>
<add key="Wiki.Author" valueType="ShortText" visible="True" searchable="True" sortable="True" defaultValue=""/>
<add key="Wiki.Category" valueType="ShortText" visible="True" searchable="False" sortable="True" defaultValue=""/>
<add key="Wiki.DisplayName" valueType="Boolean" visible="False" searchable="False" sortable="False" defaultValue="True"/>
</metaFields>
<contentViewSettings>
<add type="Telerik.Cms.Engine.WebControls.Design.Settings.TextSettingService"/>
<add type="Telerik.Cms.Engine.WebControls.Design.Settings.ContentSettingService"/>
<add type="Telerik.Cms.Engine.WebControls.Design.Settings.MaxWidthSettingService"/>
</contentViewSettings>
</cmsEngine>
<news defaultGenericProvider="News">
<genericContentProviders>
<add providerName="News" publicationDateField="Publication_Date" expirationDateField="Expiration_Date" thumbnailUrlField="Thumbnail" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_"/>
</genericContentProviders>
</news>
<blogs defaultGenericProvider="Blogs">
<genericContentProviders>
<add providerName="Blogs" publicationDateField="Publication_Date" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_" flatOwnership="True"/>
</genericContentProviders>
</blogs>
<libraries defaultGenericProvider="Libraries">
<genericContentProviders>
<add providerName="Libraries" publicationDateField="Publication_Date"/>
</genericContentProviders>
<libraryInfo>
<add name="Image" title="Image Library" defaultExtenstions=".png, .jpg, .jpeg, .gif" metaKeys="Author, AlternateText, Extension, Name, Height, Width, Size, Category"></add>
<add name="Document" title="Document Library" defaultExtenstions=".doc, .docx, .rtf, .txt, .pdf, .ppt, .pps, .pptx, .html, .xls, .xlsx" metaKeys="Author, Description, Extension, Name, Size, Category"></add>
<add name="Custom" title="Custom Library" defaultExtenstions=".*" metaKeys="Author, Description, Extension, Name, Size, Category"></add>
<add name="Video" title="Video" defaultExtenstions=".wmv" metaKeys="Author, Extension, Name, Size, Category, Description"></add>
<!-- Viddler can co-exists with other libraries-->
<!--<add name="Viddler" title="Viddler Library" defaultExtenstions=".avi, .mpg, .mov, .wmv, .wma, .3gp" metaKeys="Author, Description, Extension, Name, Size, Category"></add>-->
</libraryInfo>
<!-- before using extensionMapping be you uncomment LibraryHttpModule in handlers and httpHandlers sections -->
<extensionMapping defaultExtension=".sflb.ashx">
<!--<add key=".jpg"/>
<add key=".pdf"/>
<add key=".csv"/>
<add key=".xls"/>-->
</extensionMapping>
</libraries>
<events defaultGenericProvider="Events" googleMapsAPIKey="" googleMapsAPIUrl="http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=" yahooMapsAPIKey="" yahooMapsAPIUrl="http://api.maps.yahoo.com/ajaxymap?v=3.7&amp;appid=" liveSearchMapsAPIUrl="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2">
<genericContentProviders>
<add providerName="Events" publicationDateField="Publication_Date" expirationDateField="Expiration_Date" eventStartField="Event_Start" eventEndField="Event_End" streetField="Street" cityField="City" countryField="Country" stateField="State" geomappingDataField="Geomapping_Data" urlRewriteFormat="[Publication_Date]/[Title].aspx" urlDateTimeFormat="yy-MM-dd" urlWhitespaceChar="_"/>
</genericContentProviders>
</events>
<wiki defaultGenericProvider="Wiki" defaultProvider="SitefinityXml">
<genericContentProviders>
<add providerName="Wiki" urlRewriteFormat="[Wiki]/[Name].aspx" urlWhitespaceChar="_"/>
</genericContentProviders>
</wiki>
<workflow deleteOnCompletion="true" defaultProvider="NolicsWorkflowProvider">
<providers>
<clear/>
<add name="NolicsWorkflowProvider" connectionStringName="DefaultConnection" type="Telerik.Workflow.NolicsWorkflowProvider, Telerik.Workflow"/>
</providers>
</workflow>
<polls defaultProvider="NolicsPollsProvider">
<providers>
<clear/>
<add name="NolicsPollsProvider" connectionStringName="DefaultConnection" type="Telerik.Polls.Data.NolicsPollsProvider, Telerik.Polls.Data"/>
</providers>
</polls>
<fileManager defaultProvider="Sitefinity">
<impersonation username="" password="">
<allow roles="Administrators"></allow>
</impersonation>
<providers>
<clear/>
<add name="Sitefinity" type="Telerik.FileManager.DefaultProvider, Telerik.FileManager"/>
</providers>
</fileManager>
<personalization defaultProvider="Sitefinity">
<providers>
<clear/>
<add name="Sitefinity" type="Telerik.Personalization.Data.NolicsProvider, Telerik.Personalization.Data" connectionStringName="DefaultConnection"/>
</providers>
<globalSettings>
<add type="Telerik.Cms.Web.UI.Personalization.GeneralSettingPanel, Telerik.Cms" templatePath="~/Sitefinity/Admin/ControlTemplates/Personalization/GeneralSettings.ascx" order="1"/>
<add type="Telerik.Cms.Web.UI.Personalization.DashboardSettingPanel, Telerik.Cms" templatePath="~/Sitefinity/Admin/ControlTemplates/Personalization/DashboardSettings.ascx" order="2"/>
<add type="Telerik.Cms.Web.UI.Personalization.PageEditorSettingPanel, Telerik.Cms" templatePath="~/Sitefinity/Admin/ControlTemplates/Personalization/PageEditorSettings.ascx" order="3"/>
</globalSettings>
<dashboardVisibilitySettings>
<add key="showMyLatestChanges" value="true"/>
<add key="showLastModifiedPages" value="true"/>
<add key="showNewUsers" value="false"/>
<add key="showLastModifiedBlogs" value="false"/>
<add key="showLastModifiedBlogPosts" value="false"/>
<add key="showLastModifiedNews" value="false"/>
<add key="showLastModifiedForums" value="false"/>
<add key="showNewForumPosts" value="false"/>
<add key="showLastModifiedLists" value="false"/>
<add key="showLastModifiedContents" value="false"/>
</dashboardVisibilitySettings>
</personalization>
<spamProtector defaultProvider="akismet" disabled="true">
<providers>
<add name="akismet" type="Telerik.Cms.Engine.SpamProtector.AkismetProvider" key="c0e8868fd509" siteUrl="http://www.telerik.com/"/>
</providers>
</spamProtector>
<performanceCounter category="Sitefinity CMS" description="Sitefinity performance statistics" disabled="true">
<counters>
<add name="DAL Operations/Sec" description="The number database calls made per second." type="RateOfCountsPerSecond32"/>
<add name="Error Raised" description="Number of times excpetion has been thrown running the app" type="NumberOfItems32"/>
<add name="CMS Page Average Execution Time" description="The average time consumed to serve Sitefinity pages measured in milliseconds." type="AverageTimer32"/>
<add name="CMS Content Average Execution Time" description="The average time consumed to serve Sitefinity Content measured in milliseconds." type="AverageTimer32"/>
<add name="Average Operation Execution Time" description="The average time to execute an operaion (CRUD) measured in milliseconds." type="AverageTimer32"/>
</counters>
</performanceCounter>
<storageSetting defaultProvider="Amazon">
<providers>
<add name="Amazon" type="Telerik.Libraries.AmazonStorage.AmazonStorageProvider, Telerik.Libraries" downloadUrlPrefix="http://s3.amazonaws.com" accessKey="#YourAccessKey#" secretAccessKey="#YourSecrectKey#" bucketName="Sitefinity"/>
</providers>
</storageSetting>
<!-- Viddler-->
<mediaProvider defaultProvider="viddler">
<providers>
<add name="viddler" type="Telerik.Libraries.MediaProvider.ViddlerProvider" apiKey="#Your_Api#" baseUrl="http://api.viddler.com/rest/v1/"/>
</providers>
</mediaProvider>
</telerik>
</configuration>

0
Erjan Gavalji
Telerik team
answered on 31 May 2010, 09:52 AM
Hi there,

I just contacted the guys at Sitefinity and they told me they haven't observed this problem either. Can you help us trying to reproduce it? Which SiteFinity version do you use?

Kind regards,
Erjan Gavalji
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Erjan Gavalji
Telerik team
answered on 29 Oct 2010, 12:04 PM
Hi guys,

We were just able to reproduce the problem locally. It was related to a setting in the Visual Studio Options dialog. Once the Tools -> Options -> Projects and Solutions -> General -> Save new projects when created checkbox is checked the problem stops appearing. We are working on providing a fix for that in our next release (Q3 2010).

P.S. Thanks to Wim De Vriendt for all the patience and cooperation finding this problem!

Kind regards,
Erjan Gavalji
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Installer and VS Extensions
Asked by
vb2ae
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
vb2ae
Top achievements
Rank 1
John Krumlauf
Top achievements
Rank 1
Matthew
Top achievements
Rank 1
Share this question
or