Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
UNC file path not working
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
UNC file path not working
Divers
Thread ID:
01071534
Message ID:
01071534
Vues:
58
Hello all, I have an app which reads values from an app.config file ( shown below ) at startup, while this works fine on my dev machine , when I transfer it to the live system the app does not pick up the "ApplicationBaseDirectory" key unless I change the "\\pjkserver" part to a drive mapping, both the desktop machines are running XP Pro and the servers Win2K with the same service packs etc..., the only difference between the desktops is one has SP2 installed.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
		<add key="ApplicationBaseDirectory" value="\\pjkserver\Data\Apps\DotNetLauncher\CMS\"/>
		<add key="ApplicationConfigFile" value="CMS.Exe.Config"/>
		<add key="ApplicationExe" value="CMS.EXE"/>
</appSettings>
</configuration>
Regards,
Peter J. Kane



Pete
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform