Project Tracker in shared web hosting

Project Tracker in shared web hosting

Old forum URL: forums.lhotka.net/forums/t/7787.aspx


superkuton posted on Wednesday, October 14, 2009

Project Tracker:

I have uploaded the databases (PTracker and Security) and the precompiled files in a shared web host.
The only changes I made to the web.config file is the connection string.

The site can be accessed (here), but gets errors on the links to the business pages.

Please help. Thanks.

RockfordLhotka replied on Wednesday, October 14, 2009

Does your shared provider offer fulltrust? That is required:

http://www.lhotka.net/cslanet/faq/WebFormsFaq.ashx

superkuton replied on Thursday, October 15, 2009

It is now working, Rocky.
Thanks.

------------------
I modified the web.config files:

added:
            <customErrors mode="Off"/>

commented:
        <!--<add key="CslaDataPortalProxy" value="Csla.DataPortalClient.WcfProxy, Csla"/>-->

  <!--
    <system.serviceModel>
   
        <client>
            <endpoint name="WcfDataPortal" address="http://localhost:4216/WcfHost/WcfPortal.svc" binding="wsHttpBinding" contract="Csla.Server.Hosts.IWcfPortal"/>
        </client>
   
    </system.serviceModel>

RockfordLhotka replied on Thursday, October 15, 2009

I suppose you will need to ask them if they offer a fulltrust option for .NET code.

 

Copyright (c) Marimer LLC