>>How can I enable my web service to point to those files and folders?
Which files do you want to access? Are they static files like image and text files?
Or you mean access the dlls?
Could you share us how you access the files if they are in the current project?
Best Regards,
Edward
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
4 Points
47 Posts
How to access folder or files in another published application
Jan 18, 2018 09:39 AM|hardeshis|LINK
I have published CMS and web service separately. But CMS and web service share common folders and files.
Folders and files are in CMS published folder. How can I enable my web service to point to those files and folders?
Contributor
3310 Points
1607 Posts
Re: How to access folder or files in another published application
Jan 19, 2018 05:21 AM|Edward Z|LINK
Hi hardeshis,
>>How can I enable my web service to point to those files and folders?
Which files do you want to access? Are they static files like image and text files?
Or you mean access the dlls?
Could you share us how you access the files if they are in the current project?
Best Regards,
Edward
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
All-Star
48720 Points
18184 Posts
Re: How to access folder or files in another published application
Jan 22, 2018 09:55 AM|PatriceSc|LINK
Hi,
My understanding is that a configuration value giving the physical path (or network share) on which those files are found could be enough?
The problem is that we don't really know which kind of access you'll use (just file system methods ???)