I'm new to ASP.NET
i'm new to asp.net
i created a class which reads a xml file
placed the class in the app_code folder and placed the xml file in another folder
both folders are in the root
now i want to give the relative path to this xml file but when the project build
the relative path is set to system32 folder
seems the compiled class is saved in the system32 folder
how can i give the relative path to xml file
when i placed the class file in another folder other than the app_code
id does not compiled into the bin folder as usual
please help me
chathura bamunusinghe
i'm new to asp.net
i created a class which reads a xml file
placed the class in the app_code folder and placed the xml file in another folder
both folders are in the root
now i want to give the relative path to this xml file but when the project build
the relative path is set to system32 folder
seems the compiled class is saved in the system32 folder
how can i give the relative path to xml file
when i placed the class file in another folder other than the app_code
id does not compiled into the bin folder as usual
please help me
chathura bamunusinghe
Comment