Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Investments
Unit Trusts & OEICs / Most popular

This list is compiled from the funds within Trustnet users' personal portfolios.

Click here to view the most popular groups
RankFundGroupPortfolios
1Invesco Perp High IncomeINVESCO PERPETUAL Fund Managers Limited9,497
2Fidelity Special SituationsFidelity (FIL Investments Intl)8,097
3Fidelity EuropeanFidelity (FIL Investments Intl)6,864
4Jupiter IncomeJupiter Unit Trust Managers Limited6,763
5JPM Natural ResourcesJP Morgan Asset Management (UK)5,559
6Invesco Perp IncomeINVESCO PERPETUAL Fund Managers Limited5,490
7New Star TechnologyNew Star Investment Funds5,040
8Gartmore European Select OpportunitiesGartmore Fund Managers Limited4,690
9Jupiter EuropeanJupiter Unit Trust Managers Limited4,640
10Jupiter Emerging European OpportunitiesJupiter Unit Trust Managers Limited4,337
chart
11Artemis IncomeArtemis Fund Managers4,083
12L & G UK IndexLegal & General Unit Trust Managers Limited4,024
13Jupiter UK GrowthJupiter Unit Trust Managers Limited3,849
14Fidelity Global Special SituationsFidelity (FIL Investments Intl)3,600
15Fidelity South East AsiaFidelity (FIL Investments Intl)3,573
16Gartmore China OpportunitiesGartmore Fund Managers Limited3,556
17Henderson Global TechnologyHenderson Global Investors3,426
18Artemis European GrowthArtemis Fund Managers3,324
19Jupiter Financial OpportunitiesJupiter Unit Trust Managers Limited3,324
20Artemis UK Smaller CompaniesArtemis Fund Managers3,190
21Fidelity AmericanFidelity (FIL Investments Intl)3,075
22Artemis UK Special SituationsArtemis Fund Managers3,063
23Schroder UK Mid 250Schroder Investments Limited3,056
24BlackRock Gold & GeneralBlackRock2,995
25Invesco Perp Monthly Income PlusINVESCO PERPETUAL Fund Managers Limited2,820
26AXA Framlington HealthAXA Framlington Unit Management Limited2,814
27Neptune Russia & Greater RussiaNeptune Investment Management2,799
28Artemis CapitalArtemis Fund Managers2,726
29Newton Higher IncomeNewton Funds - BNY Mellon Asset Management2,608
30New Star European GrowthNew Star Investment Funds2,584
Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>