whatsthehampton
Programmer
Hi all,
I have enabled Profiles in the web.config as so;
<profile enabled="true" defaultProvider="JBSqlProfileProvider">
<providers>
<remove name="AspNetSqlProvider"/>
<add name="JBSqlProfileProvider" connectionStringName="jbData" applicationName="/jbxel_iskool" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.3600.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</providers>
<properties>
<add name="FirstName" type="string"/>
<add name="FamilyName" type="string"/>
</properties>
</profile>
The project builds without errors and everything works as it should locally - even with the live site connection string. However, on the live server I get 'ProfileCommon' is ambiguous.
Both sites are identical.
Is there a way to flush out the temporary asp.net files on the live server? Maybe that would help??
Many thanks,
j
I have enabled Profiles in the web.config as so;
<profile enabled="true" defaultProvider="JBSqlProfileProvider">
<providers>
<remove name="AspNetSqlProvider"/>
<add name="JBSqlProfileProvider" connectionStringName="jbData" applicationName="/jbxel_iskool" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.3600.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
</providers>
<properties>
<add name="FirstName" type="string"/>
<add name="FamilyName" type="string"/>
</properties>
</profile>
The project builds without errors and everything works as it should locally - even with the live site connection string. However, on the live server I get 'ProfileCommon' is ambiguous.
Both sites are identical.
Is there a way to flush out the temporary asp.net files on the live server? Maybe that would help??
Many thanks,
j