Click here to Skip to main content
15,914,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Placemark on Google Map Pin
Pete O'Hanlon3-Mar-11 11:09
mvePete O'Hanlon3-Mar-11 11:09 
AnswerRe: Placemark on Google Map Pin
Dalek Dave3-Mar-11 11:37
professionalDalek Dave3-Mar-11 11:37 
AnswerRe: Placemark on Google Map Pin
R. Giskard Reventlov3-Mar-11 21:34
R. Giskard Reventlov3-Mar-11 21:34 
QuestionSession Expire Pin
Mansi Arora3-Mar-11 0:37
Mansi Arora3-Mar-11 0:37 
AnswerRe: Session Expire Pin
R. Giskard Reventlov3-Mar-11 1:19
R. Giskard Reventlov3-Mar-11 1:19 
AnswerRe: Session Expire Pin
Prasanta_Prince14-Apr-11 2:08
Prasanta_Prince14-Apr-11 2:08 
AnswerRe: Session Expire Pin
Ravi Sant14-Apr-11 22:14
Ravi Sant14-Apr-11 22:14 
QuestionSave webpage as .mht file Pin
SUDHAKAR PALLAM2-Mar-11 21:39
SUDHAKAR PALLAM2-Mar-11 21:39 
Hi,

I wanted to save a webpage as mht file in the server.
I tried the below code and worked fine from local machine, but thrown an error while running from server(IIS)
The system cannot locate the resource specified. is the error message. Below mentioned is the code.
I have already reference the Interop.CDO.dll

CDO.Message msg = new CDO.MessageClass();
CDO.Configuration cfg = new CDO.ConfigurationClass();
msg.Configuration = cfg;
msg.CreateMHTMLBody("http://www.cricwaves.com", CDO.CdoMHTMLFlags.cdoSuppressAll, "", "");
msg.GetStream().SaveToFile(@"D:\Learning\CricketScore\score.mht", ADODB.SaveOptionsEnum.adSaveCreateOverWrite);
GeneralAbout using MsgBox() in web Pin
Ali AlOmairi (TJIC)2-Mar-11 21:32
Ali AlOmairi (TJIC)2-Mar-11 21:32 
GeneralRe: About using MsgBox() in web Pin
SUDHAKAR PALLAM2-Mar-11 21:41
SUDHAKAR PALLAM2-Mar-11 21:41 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)2-Mar-11 22:09
professionalAli Al Omairi(Abu AlHassan)2-Mar-11 22:09 
GeneralRe: About using MsgBox() in web Pin
R. Giskard Reventlov3-Mar-11 1:33
R. Giskard Reventlov3-Mar-11 1:33 
GeneralRe: About using MsgBox() in web Pin
Ali AlOmairi (TJIC)3-Mar-11 3:21
Ali AlOmairi (TJIC)3-Mar-11 3:21 
GeneralRe: About using MsgBox() in web Pin
R. Giskard Reventlov3-Mar-11 4:40
R. Giskard Reventlov3-Mar-11 4:40 
GeneralRe: About using MsgBox() in web Pin
JV99993-Mar-11 4:40
professionalJV99993-Mar-11 4:40 
GeneralRe: About using MsgBox() in web Pin
Not Active3-Mar-11 12:55
mentorNot Active3-Mar-11 12:55 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)4-Mar-11 11:20
professionalAli Al Omairi(Abu AlHassan)4-Mar-11 11:20 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)4-Mar-11 11:32
professionalAli Al Omairi(Abu AlHassan)4-Mar-11 11:32 
GeneralRe: About using MsgBox() in web Pin
Pete O'Hanlon3-Mar-11 5:59
mvePete O'Hanlon3-Mar-11 5:59 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)4-Mar-11 11:24
professionalAli Al Omairi(Abu AlHassan)4-Mar-11 11:24 
GeneralRe: About using MsgBox() in web Pin
Pete O'Hanlon5-Mar-11 10:03
mvePete O'Hanlon5-Mar-11 10:03 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)6-Mar-11 1:52
professionalAli Al Omairi(Abu AlHassan)6-Mar-11 1:52 
GeneralRe: About using MsgBox() in web Pin
Bernhard Hiller3-Mar-11 20:31
Bernhard Hiller3-Mar-11 20:31 
GeneralRe: About using MsgBox() in web Pin
Ali Al Omairi(Abu AlHassan)4-Mar-11 11:35
professionalAli Al Omairi(Abu AlHassan)4-Mar-11 11:35 
QuestionUnable to play sound using Object tag in ASP.NET Pin
AmbiguousName2-Mar-11 10:37
AmbiguousName2-Mar-11 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.