Hi Friends,
my code is
Dim
fs As FileStream = New FileStream("C:\Documents and Settings\C100492\Desktop\Docs\sampleWS\xmls\" & GadgetName & ".xml", FileMode.Open, FileAccess.Read)
In the above code I have to change the phisical path(C:\Document.............) with Server.mappath.
Plz. let me know how to write the same code with Server.mappath. I have all xml files in my local application folder(folder name:XML).