Burn CD
-
Hi, I want to copy some file on CD in asp.net 1.1. Do you guys have any solution or article? Please help me. Thanks in advance. Regars, Arslan Ilyas Red Signal
-
Hi, I want to copy some file on CD in asp.net 1.1. Do you guys have any solution or article? Please help me. Thanks in advance. Regars, Arslan Ilyas Red Signal
hi, well I havent done anything like that but I think ASP .net doesnt have anything to do with writing a file on CD. I dont know ur requirements but may be u need to upload a file from asp.net and then write it on CD. I suggest u should discuss the issue of writing on CD thru C# or VB .net (whatever ur using) on the appropriate forum Cheers...
Rocky You can't climb up a ladder with your hands in your pockets.
-
Hi, I want to copy some file on CD in asp.net 1.1. Do you guys have any solution or article? Please help me. Thanks in advance. Regars, Arslan Ilyas Red Signal
There is a library called XPBurn. It will work to burn CDs on the server. You can't burn a CD from a web app, on the client end.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There is a library called XPBurn. It will work to burn CDs on the server. You can't burn a CD from a web app, on the client end.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Christian Graus wrote:
You can't burn a CD from a web app, on the client end.
Oh yes you can - either through ActiveX, or through the use of User Control embedded in IE!
C# has already designed away most of the tedium of C++.