H
Hyun-jik Bae
I wrote an ASP.NET application which receives data from HTTP client and
stores it to a newly created file by my asp.net page.
Everything works ok except for this statement:
FileStream writer = new FileStream("c:\\dumped\\aaa.dmp",
FileMode.Create);
It causes NotSupportedException with "Specified path format is not
supported".
How can I resolve this problem? Please reply. Thanks in advance.
Hyun-jik Bae
stores it to a newly created file by my asp.net page.
Everything works ok except for this statement:
FileStream writer = new FileStream("c:\\dumped\\aaa.dmp",
FileMode.Create);
It causes NotSupportedException with "Specified path format is not
supported".
How can I resolve this problem? Please reply. Thanks in advance.
Hyun-jik Bae