Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UNC file path not working
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
UNC file path not working
Miscellaneous
Thread ID:
01071534
Message ID:
01071534
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform