I need to create a .dll assembly to read contents of a xml file embedded as a resource and show the content on an ASP.NET page.
I searched through the internet for solution to modify the xml file (which embedded as a resource in the .dll assembly) and found out that it's almost impossible to do so.
Here's my scenario:
1. I created a .dll assembly to read the contents of a xml file.
2. The result will be shown on an ASP.NET page.
3. There are times where I need to modify the contents of the xml file during run time.
4. Updated results should shown on ASP.NET page.
5. The .dll assembly will be installed as a COM+ service to be accessed by the ASP.NET page.
So I wonder if there are alternative solutions to this?
This is quite urgent so I hope there are answers as soon as possible. Your help will be greatly appreciated.
Thanks in advance!