Posted
on Jan 5, 2011
(permalink)
Hi,
I got one application to create one sitefinity application and details given to me were :
1.Sitefinity_3_7_2136_standard.exe
2.Application name
3.discountASP control panel details.
I installed sitefinity on my local machine and create one application and deployed this to discountASP server.
It was working well but before some time i am not able to run application when try to run it using discountASP database connection string.When i onnect code to my local machine then i am able to run it while using discountASP database i am getting time out problem.
By googling i got that we need license key for that so i ask my client for that.
He has given me LicenseFile.xml and i put that in app_code of my application.
I wrote this code in web config :
<cms defaultProvider="Sitefinity" pageExtension=".aspx" siteTemplate=""
projectName="Redseguro" disabled="false" pageEditorUIMode="Overlay" licenseFile="~/App_Data/LicenseFile.xml" >
I have updated this tag also :
<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/LicenseFile.xml" visible="true" />
</providers>
</lists>
After doing this all still i am not able to run code on my local machine while connnected to discountASP database.