<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://skysigal.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://skysigal.com/feed.php">
        <title>Notes it:ad:nconfig:howto</title>
        <description></description>
        <link>http://skysigal.com/</link>
        <image rdf:resource="http://skysigal.com/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-06-17T12:16:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://skysigal.com/it/ad/nconfig/howto/configure_within_desktop_apps?rev=1699062610&amp;do=diff"/>
                <rdf:li rdf:resource="http://skysigal.com/it/ad/nconfig/howto/configure_within_websites?rev=1699062610&amp;do=diff"/>
                <rdf:li rdf:resource="http://skysigal.com/it/ad/nconfig/howto/get_it_to_find_the_app.config_when_running_under_mstest?rev=1699138803&amp;do=diff"/>
                <rdf:li rdf:resource="http://skysigal.com/it/ad/nconfig/howto/home?rev=1699138804&amp;do=diff"/>
                <rdf:li rdf:resource="http://skysigal.com/it/ad/nconfig/howto/stop_100cpu?rev=1699062611&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://skysigal.com/lib/tpl/bootstrap3/images/favicon.ico">
        <title>Notes</title>
        <link>http://skysigal.com/</link>
        <url>http://skysigal.com/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="http://skysigal.com/it/ad/nconfig/howto/configure_within_desktop_apps?rev=1699062610&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-04T01:50:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IT:AD:NConfig:HowTo:Configure within Desktop Apps</title>
        <link>http://skysigal.com/it/ad/nconfig/howto/configure_within_desktop_apps?rev=1699062610&amp;do=diff</link>
        <description>IT:AD:NConfig:HowTo:Configure within Desktop Apps

	* (UP)
howto index



Process

You just have to remember that in desktop apps, the files have to be included in the project, in order to Content/Copied to the destination Bin...


Note that in web apps, you don&#039;t include the file in the project</description>
    </item>
    <item rdf:about="http://skysigal.com/it/ad/nconfig/howto/configure_within_websites?rev=1699062610&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-04T01:50:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IT:AD:NConfig:HowTo:Configure within WebSites</title>
        <link>http://skysigal.com/it/ad/nconfig/howto/configure_within_websites?rev=1699062610&amp;do=diff</link>
        <description>IT:AD:NConfig:HowTo:Configure within WebSites

	* (UP)
howto index



NConfig is a little more strict in web apps.

Process

For one, you can&#039;t ../../ yourself out the top of the website (so you can&#039;t share one file between front/back servers) 

But that&#039;s actually good practice (you don&#039;t want the back server&#039;s connection string to be shared out in the front server, do you?)</description>
    </item>
    <item rdf:about="http://skysigal.com/it/ad/nconfig/howto/get_it_to_find_the_app.config_when_running_under_mstest?rev=1699138803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-04T23:00:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IT:AD:NConfig:HowTo:Get it to find the app.config when running under MSTest</title>
        <link>http://skysigal.com/it/ad/nconfig/howto/get_it_to_find_the_app.config_when_running_under_mstest?rev=1699138803&amp;do=diff</link>
        <description>IT:AD:NConfig:HowTo:Get it to find the app.config when running under MSTest

NConfig relies on finding override files where expected

THe default location that Projects:XActLib&#039;s IAppHostSettingsService searches is: Config\MachineSpecificSettings\{machineName}app.config</description>
    </item>
    <item rdf:about="http://skysigal.com/it/ad/nconfig/howto/home?rev=1699138804&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-04T23:00:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IT:AD:NConfig:HowTo</title>
        <link>http://skysigal.com/it/ad/nconfig/howto/home?rev=1699138804&amp;do=diff</link>
        <description>IT:AD:NConfig:HowTo

	* (UP)
howto index</description>
    </item>
    <item rdf:about="http://skysigal.com/it/ad/nconfig/howto/stop_100cpu?rev=1699062611&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-04T01:50:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IT:AD:NConfig:HowTo:Stop 100CPU</title>
        <link>http://skysigal.com/it/ad/nconfig/howto/stop_100cpu?rev=1699062611&amp;do=diff</link>
        <description>IT:AD:NConfig:HowTo:Stop 100CPU

	* (UP)
howto index



NConfig is amazingly useful.

Bar one bug...

It sometimes hangs at 100% cpu if its looking for a config file that it can&#039;t find.

Process

Someone probably renamed an app source code folder, and it left behind the app.configs that were not part of the solution (of course they should not be</description>
    </item>
</rdf:RDF>
