Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Various errors
Luuuukke
#1 Posted : Monday, 23 August 2010 11:22:02 PM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

hello

i added gsp to an asp.net 4.0 website,
using the yaf membership

forum runnning without error, websit too,

with gsp, i have various errors:

only WHEN a user is logged (no error otherwise)
on all pages, a javascrip error which i can't locate (doesn't laucnh the debugger)
Expected ')' line 1 char 419


on the admin, members management page, i get lots of errors:
'cbEditUser_OnBeforeCallback' is undefined
'cbAddUser_BeforeCallback' is undefined
...
at

ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.ClientEvents = {'BeforeCallback':cbEditUser_OnBeforeCallback,'CallbackComplete':cbEditUser_OnCallbackComplete};


thanks to help


copy of the code
/*** ComponentArt.Web.UI.CallBack 2008_2_1288_4 ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser ***/
window.ComponentArt_Init_ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser = function() {
if(!window.ComponentArt_CallBack_Loaded)
{setTimeout('ComponentArt_Init_ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser()', 50); return; }

window.ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser = new ComponentArt_CallBack('ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser');
if(!window['cbEditUser']) { window['cbEditUser'] = window.ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser; ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.GlobalAlias = 'cbEditUser'; }
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.CallbackPrefix = 'http://localhost/Mamemo/nos_images_nos_dessins.aspx?g=admin_manageusers&aid=4';
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.CallbackParamDelimiter = '&';
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.ClientEvents = {'BeforeCallback':cbEditUser_OnBeforeCallback,'CallbackComplete':cbEditUser_OnCallbackComplete};
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.LoadingPanelClientTemplate = '<p class="gsp_h3 gsp_textcenter" style="margin-top: 200px;">Communication avec le serveur ...</p><p class="gsp_textcenter"><img src="/Mamemo/gs/images/componentart/callback/spinner.gif" style="width: 16px; height: 16px;" alt="" /></p>';
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.LoadingPanelFadeDuration = 0;
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.LoadingPanelFadeMaximumOpacity = 100;
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.Parameter = '';
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.Postback = function() { __doPostBack('ctl00$ctl00$MasterContent$mainContent$gsp$ctl00$ctl04$cbEditUser','') };
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.PostState = 1;
ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser.Initialize();

}
ComponentArt_Init_ctl00_ctl00_MasterContent_mainContent_gsp_ctl00_ctl04_cbEditUser();
Luuuukke
#2 Posted : Monday, 23 August 2010 11:39:44 PM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

i moved the website back to asp.net 3.5 (after adapting web.config accordingly) and i get the very same errors.
Roger Martin
#3 Posted : Tuesday, 24 August 2010 1:38:06 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

If you see things like "'cbEditUser_OnBeforeCallback' is undefined", that indicates that one or more javascript files are not getting to the browser. Use a tool like Firebug to figure out which one. The most common reason is a misconfigured web.config file. In particular, pay special attention to the hander and module sections.

You might also verify your IIS application pool is running in Integrated mode, not Classic.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Luuuukke
#5 Posted : Tuesday, 24 August 2010 2:53:35 AM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

Thanks,

Immediately found with your suggestions,
and of course, like most problems with gsp, it is MY bad LOL sorry

my website runs locally on localhost/virtualdir/Default.aspx
> runs perfectly there


for a reason i don't know if i preview in browser / debug from visual studio,
it opens http://localhost:57464/Website/Default.aspx (did not pay attention to that before)
> bugs as the paths are not correct..


Roger... thanks
Luuuukke
#4 Posted : Tuesday, 24 August 2010 5:07:12 PM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

Roger Martin wrote:
If you see things like "'cbEditUser_OnBeforeCallback' is undefined", that indicates that one or more javascript files are not getting to the browser. Use a tool like Firebug to figure out which one. The most common reason is a misconfigured web.config file. In particular, pay special attention to the hander and module sections.

You might also verify your IIS application pool is running in Integrated mode, not Classic.


working perfect on local, went to test server now...
i get back some errors (the well know menu 1 is undefined)

I have to run the website on an IIS6 server / asp.net 4 , for a few weeks... (new server coming)
so no integrated mode.... is there a work around ?

thanks
Roger Martin
#6 Posted : Wednesday, 25 August 2010 12:04:13 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

GSP works fine on IIS 6. If you are having javascript errors, use a tool like Firebug to see what is going on. And if you haven't verified that web.config is set up correctly (especially the handlers and modules), do so.

Note that IIS 6 uses a different handlers and modules section than IIS 7.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Luuuukke
#7 Posted : Wednesday, 25 August 2010 6:24:13 AM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

i verified the web.config line by line... looks like your 3.5 . config.
i only get errors if the user is logged with admin rights in the gallery
giving my tongue to the cat...
Luuuukke
#8 Posted : Wednesday, 25 August 2010 10:53:09 PM(UTC)
Rank: Member

Joined: 5/08/2010(UTC)
Posts: 20
Location: Belgium

Here is my web.config,
thaks in advance

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="Conceptum">
<section name="CMS" type="Conceptum.CMS.CConfigurationHandler, Conceptum.CMS"/>
</sectionGroup>
<section name="rewriter" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" requirePermission="false"/>
<sectionGroup name="system.web">
<section name="galleryServerPro" type="GalleryServerPro.Configuration.GalleryServerProConfigSettings, GalleryServerPro.Configuration" allowDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="false"/>
</sectionGroup>
<section name="cachingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerSettings, Microsoft.Practices.EnterpriseLibrary.Caching" requirePermission="false"/>
<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>
<connectionStrings>
<add name="XXXXXX" connectionString="XXXXXX"></add>
</connectionStrings>
<rewriter configSource="URLRewriter.config"/>


<cachingConfiguration defaultCacheManager="Cache Manager">
<cacheManagers>
<add expirationPollFrequencyInSeconds="60" maximumElementsInCacheBeforeScavenging="1000" numberToRemoveWhenScavenging="10" backingStoreName="Null Storage" name="Cache Manager" />
</cacheManagers>
<backingStores>
<add encryptionProviderName="" type="Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.NullBackingStore, Microsoft.Practices.EnterpriseLibrary.Caching" name="Null Storage" />
</backingStores>
</cachingConfiguration>
<appSettings>


<!-- GSP -->
<add key="ComponentArtScriptControls" value="PerControl"/>
<!-- YAF -->
<add key="YAF.ConfigPassword" value="xxxxxx"/>
<add key="YAF.BoardID" value="1"/>
<add key="YAF.EnableURLRewriting" value="true"/>
<add key="YAF.UseSMTPSSL" value="false"/>
<add key="YAF.DatabaseObjectQualifier" value="yaf_"/>
<add key="YAF.DatabaseOwner" value="dbo"/>
<add key="YAF.ConnectionStringName" value="xxxx"/>
<add key="YAF.ProviderExceptionXML" value="ProviderExceptions.xml"/>
<add key="YAF.FileRoot" value="~/Forum"/>
<add key="YAF.AppRoot" value="~/Forum/"/>
<add key="YAF.ProviderKeyType" value="System.Guid"/>

<!-- RadEditor configuration settings-->
<add key="YAF.RadEditorSkin" value="Black"/>
<add key="YAF.UseRadEditorToolsFile" value="true"/>
<add key="YAF.RadEditorToolsFile" value="editors/radEditor/toolsFile.xml"/>

<!-- RadEditor configuration settings-->
</appSettings>
<location path="Admin">
<system.web>
<pages masterPageFile="~/Templates/Admin.Master" theme="BaseTheme"></pages>
<authorization>
<allow roles="Content Managers,Administrators"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
<location path="Forum">
<system.web>
<pages masterPageFile="" theme="" smartNavigation="false"></pages>
</system.web>
</location>
<location path="nos-images-nos-dessins.aspx">
<system.web>
<pages masterPageFile="" theme="" smartNavigation="false"></pages>
</system.web>
</location>
<system.web>
<galleryServerPro configSource="gs\config\galleryserverpro.config"/>
<xhtmlConformance mode="Strict"/>

<trace enabled="false"/>
<pages masterPageFile="~/Templates/Default.Master" theme="BaseTheme" smartNavigation="false">
<namespaces>
<add namespace="YAF"/>
<add namespace="YAF.Classes.UI"/>
<add namespace="YAF.Classes.Utils"/>
<add namespace="YAF.Classes.Core"/>
<add namespace="YAF.Controls"/>
<add namespace="YAF.Classes.Data"/>
</namespaces>
<controls>
<add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>
<add tagPrefix="CC" namespace="UI" assembly="App_Code"/>
<!-- YAF-->
<add tagPrefix="DotNetAge" namespace="DNA.UI.JQuery" assembly="DNA.UI.JQuery"/>
<add tagPrefix="DotNetAge" namespace="DNA.UI" assembly="DNA"/>
<!-- Default: use non-dynamic (compiled classes) in YAF -->
<add tagPrefix="YAF" namespace="YAF.Classes.UI" assembly="YAF.Classes.UI"/>
<add tagPrefix="YAF" namespace="YAF.Classes.Utils" assembly="YAF.Classes.Utils"/>
<add tagPrefix="YAF" namespace="YAF.Classes.Core" assembly="YAF.Classes.Core"/>
<add tagPrefix="YAF" namespace="YAF.Classes.Data" assembly="YAF.Classes.Data"/>
<add tagPrefix="YAF" namespace="YAF.Controls" assembly="YAF.Controls"/>
<add tagPrefix="YAF" namespace="YAF.Controls.Statistics" assembly="YAF.Controls"/>
<add tagPrefix="YAF" namespace="YAF.Classes"/>
<add tagPrefix="YAF" namespace="YAF"/>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</controls>
<tagMapping>
<add tagType="System.Web.UI.WebControls.CompareValidator" mappedTagType="Sample.Web.UI.Compatibility.CompareValidator, Validators, Version=1.0.0.0"/>
<add tagType="System.Web.UI.WebControls.CustomValidator" mappedTagType="Sample.Web.UI.Compatibility.CustomValidator, Validators, Version=1.0.0.0"/>
<add tagType="System.Web.UI.WebControls.RangeValidator" mappedTagType="Sample.Web.UI.Compatibility.RangeValidator, Validators, Version=1.0.0.0"/>
<add tagType="System.Web.UI.WebControls.RegularExpressionValidator" mappedTagType="Sample.Web.UI.Compatibility.RegularExpressionValidator, Validators, Version=1.0.0.0"/>
<add tagType="System.Web.UI.WebControls.RequiredFieldValidator" mappedTagType="Sample.Web.UI.Compatibility.RequiredFieldValidator, Validators, Version=1.0.0.0"/>
<add tagType="System.Web.UI.WebControls.ValidationSummary" mappedTagType="Sample.Web.UI.Compatibility.ValidationSummary, Validators, Version=1.0.0.0"/>
</tagMapping>
</pages>

<compilation debug="false">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<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" />
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
</compilation>

<customErrors mode="Off">
</customErrors>
<authentication mode="Forms">
<forms name=".xxxx" protection="All" timeout="43200" cookieless="UseCookies" loginUrl="~/Forum/yaf_login.aspx"/>
</authentication>

<roleManager enabled="true" defaultProvider="SqlRoleProvider">
<providers>
<clear/>
<add applicationName="XXappXX" connectionStringName="XXappXX" name="SqlRoleProvider" type="System.Web.Security.SqlRoleProvider"/>
</providers>
</roleManager>
<membership defaultProvider="SqlMembershipProvider" hashAlgorithmType="SHA1">
<providers>
<clear/>
<add applicationName="XXappXX" passwordFormat="Clear" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="2" maxInvalidPasswordAttempts="50" enablePasswordReset="true" enablePasswordRetrieval="true" passwordAttemptWindow="10" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" connectionStringName="XXappXX" name="SqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider"/>
</providers>
</membership>
<profile enabled="true" defaultProvider="YAF_SqlProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile">
<providers>
<clear/>
<add applicationName="YetAnotherForum" connectionStringName="XXXXXX" name="YAF_SqlProfileProvider" type="System.Web.Profile.SqlProfileProvider"/>
<add applicationName="Gallery Server Pro" connectionStringName="XXXXXX" name="SqlProfileProvider" type="System.Web.Profile.SqlProfileProvider"/>
</providers>
<properties>
<add name="ShowMediaObjectMetadata" defaultValue="false" type="String" allowAnonymous="false"/>
<add name="UserAlbumId" defaultValue="0" type="Int32" allowAnonymous="false"/>
<add name="EnableUserAlbum" defaultValue="true" type="String" allowAnonymous="false"/>
</properties>
</profile>
<siteMap defaultProvider="PublicSiteMapProvider" enabled="true">
<providers>
<add name="AdminSiteMapProvider" description="Admin SiteMap provider." type="System.Web.XmlSiteMapProvider" siteMapFile="Admin.sitemap"/>
<add name="PublicSiteMapProvider" type="Conceptum.CMS.PublicSiteMapProvider, Conceptum.CMS" securityTrimmingEnabled="false"/>
<add name="EditingSiteMapProvider" type="Conceptum.CMS.EditingSiteMapProvider, Conceptum.CMS" securityTrimmingEnabled="false"/>
</providers>
</siteMap>
<globalization culture="fr-FR" uiCulture="fr-FR" requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" resourceProviderFactoryType="Conceptum.CMS.Localization.ResourceManager"/>
<httpHandlers>
<remove verb="*" path="*.asmx" />
<add verb="*" path="ComponentArtUploadProgress.axd" type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" />
<add verb="*" path="ComponentArtScript.axd" type="ComponentArt.Web.UI.ScriptHandler,ComponentArt.Web.UI" />
<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="POST,GET,HEAD" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
</httpHandlers>
<httpModules>
<add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI"/>
<add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
<add name="YafTaskModule" type="YAF.Classes.Core.YafTaskModule, YAF.Classes.Core"/>
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule,Intelligencia.UrlRewriter"/>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</httpModules>
</system.web>

<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="2147483647"/>
</webServices>

<scriptResourceHandler enableCompression="true" enableCaching="true"/>
</scripting>
</system.web.extensions>

<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules>
<remove name="ScriptModule"/>
<remove name="YafTaskModule"/>
<remove name="UrlRewriter"/>
<remove name="ComponentArtUploadModule"/>
<add name="YafTaskModule" type="YAF.Classes.Core.YafTaskModule, YAF.Classes.Core" preCondition="managedHandler"/>
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule,Intelligencia.UrlRewriter" preCondition="managedHandler"/>
<add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI"/>
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated" />
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<remove name="ComponentArtUpload" />
<remove name="ComponentArtScriptHandler" />
<add name="ComponentArtUpload" path="ComponentArtUploadProgress.axd" type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" verb="*" />
<add name="ComponentArtScriptHandler" path="ComponentArtScript.axd" type="ComponentArt.Web.UI.ScriptHandler,ComponentArt.Web.UI" verb="*" />
<add name="ScriptHandlerFactory" path="*.asmx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode" verb="*" />
<add name="ScriptHandlerFactoryAppServices" path="*_AppService.axd" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode" verb="*" />
<add name="ScriptResource" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode" verb="GET,HEAD" />
<add name="AjaxPro" verb="POST,GET,HEAD" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>

</handlers>

</system.webServer>


<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>
</compilers>
</system.codedom>


<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v2.0.50727">
<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>
Roger Martin
#9 Posted : Thursday, 26 August 2010 2:25:44 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

It would be rather time consuming and error-prone for me to study your web.config file. Here is what I suggest:

1. If you have not already used a tool like Firebug to analyze your site, do so now.

2. Install a stand-alone version of GSP and ensure that it works. Then compare the two sites to see what is different.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.