Burning CD in Web Application
-
Michael Sync wrote:
It's not possible.
I haven't used, but I think XPBurn[^]can do that.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Yeah indeed. But who's going to sit on the server and load all the CD's as required??
-
Yeah indeed. But who's going to sit on the server and load all the CD's as required??
Yes that's funny
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Michael Sync wrote:
It's not possible.
I haven't used, but I think XPBurn[^]can do that.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
I told this guy days ago that XPBurn is how to do it, but that it's a totally retarded requirement. Judging by his asking over and over, I'd guess it's a rentacoder job, that's the only place I've ever found buyers clueless enough to ask for something like this.
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 )
-
Yeah indeed. But who's going to sit on the server and load all the CD's as required??
:) ya.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Michael Sync wrote:
It's not possible.
I haven't used, but I think XPBurn[^]can do that.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Thanks. I don't know about XPBurn.. I feel kinda strange for writing the CD from web application..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
I told this guy days ago that XPBurn is how to do it, but that it's a totally retarded requirement. Judging by his asking over and over, I'd guess it's a rentacoder job, that's the only place I've ever found buyers clueless enough to ask for something like this.
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:
his guy days ago that XPBurn is how to do it
Have you tried using XPBurn in ASP.NET application? I feel kinda strange about that. I have check the link given by Nav but I'm not able to find the ASP.NET sample for that. It would be great if you can tell me more about this.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
Christian Graus wrote:
his guy days ago that XPBurn is how to do it
Have you tried using XPBurn in ASP.NET application? I feel kinda strange about that. I have check the link given by Nav but I'm not able to find the ASP.NET sample for that. It would be great if you can tell me more about this.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Yes same for me too. I have not used it. I think some background worker stuff needed for doing this. Or the user has to wait till the burning finishes to load the page !
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Thanks. I don't know about XPBurn.. I feel kinda strange for writing the CD from web application..
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Well guys, don't mind. Act. it was requirement by client. I didn't done work with that but now i came to know that its not possible. Thanks any ways
-
Well guys, don't mind. Act. it was requirement by client. I didn't done work with that but now i came to know that its not possible. Thanks any ways
It's always been possible, it's just stupid. An ASP.NET page does have a limited lifecycle, but in that time it can kick off another process, which can burn a CD, no problem.
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 )
-
It's always been possible, it's just stupid. An ASP.NET page does have a limited lifecycle, but in that time it can kick off another process, which can burn a CD, no problem.
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 )
Client ask me to do on server side. They have their own server. So is there any solution to do that. Can i do it by calling a windows service from a web application. Please do help me. Thanks in advance