Click here to Skip to main content
15,896,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: MVP implementation questions Pin
Nathan Gloyn16-Jan-09 10:17
Nathan Gloyn16-Jan-09 10:17 
GeneralRe: MVP implementation questions Pin
Jon Rista16-Jan-09 10:58
Jon Rista16-Jan-09 10:58 
GeneralRe: MVP implementation questions Pin
Nathan Gloyn19-Jan-09 8:25
Nathan Gloyn19-Jan-09 8:25 
GeneralRe: MVP implementation questions Pin
Jon Rista19-Jan-09 9:55
Jon Rista19-Jan-09 9:55 
GeneralRe: MVP implementation questions Pin
Nathan Gloyn19-Jan-09 10:54
Nathan Gloyn19-Jan-09 10:54 
GeneralRe: MVP implementation questions Pin
Nathan Gloyn3-Feb-09 9:50
Nathan Gloyn3-Feb-09 9:50 
Questionaccess denied for CreateObject("Outlook.Application") Pin
NidhiKanu15-Jan-09 19:41
professionalNidhiKanu15-Jan-09 19:41 
AnswerRe: access denied for CreateObject("Outlook.Application") Pin
Rutvik Dave16-Jan-09 3:49
professionalRutvik Dave16-Jan-09 3:49 
Because your asp.net dont have permission to acces the Outlook Application.

for that in "Run" type dcomcnfg and press enter.

now go to Component Services -> Computer -> My Computer -> DCOM Config.

then find your "Microsoft Outlook Application".

righ click and select "Property".

go to Security -> Access Permission -> Customize -> Edit.

Now add "Everyone" and Allow both the options ticked.

Note : You can search on internet for specific accounts instead of giving access to everyone.
I think you can try just "ASPNET", But I am not sure.

And why you want to send mail using Outlook. you can use inbuilt classes in .net framework. that is much easier and less resource hungry. MS Office integration will eat up your resource. also there is very difficult to distroy the object. After running this if you see your Taskbar. you will see many running instance of Outlook.exe. that you cannot stop from your web application. I have used Excel so I know this problem.
AnswerRe: access denied for CreateObject("Outlook.Application") Pin
Christian Graus25-Jan-09 0:43
protectorChristian Graus25-Jan-09 0:43 
GeneralRe: access denied for CreateObject("Outlook.Application") Pin
NidhiKanu26-Jan-09 18:35
professionalNidhiKanu26-Jan-09 18:35 
Questiongridview rendering from 2 database tables Pin
billcodes15-Jan-09 19:35
billcodes15-Jan-09 19:35 
AnswerRe: gridview rendering from 2 database tables Pin
Abhijit Jana15-Jan-09 20:04
professionalAbhijit Jana15-Jan-09 20:04 
QuestionGridview Pin
kushalrshah15-Jan-09 19:29
kushalrshah15-Jan-09 19:29 
AnswerRe: Gridview Pin
Abhijit Jana15-Jan-09 19:37
professionalAbhijit Jana15-Jan-09 19:37 
Questioni have problem in displaying hover dynamically Pin
Rahul Gharat15-Jan-09 18:28
Rahul Gharat15-Jan-09 18:28 
AnswerRe: i have problem in displaying hover dynamically Pin
Christian Graus25-Jan-09 0:42
protectorChristian Graus25-Jan-09 0:42 
QuestionFile Upload Filter? in VB ASP .net Pin
saberbladez15-Jan-09 16:23
saberbladez15-Jan-09 16:23 
AnswerRe: File Upload Filter? in VB ASP .net Pin
N a v a n e e t h15-Jan-09 19:04
N a v a n e e t h15-Jan-09 19:04 
QuestionWhat is your preferred implementation for AJAX modal popups? Pin
Member 391904915-Jan-09 9:32
Member 391904915-Jan-09 9:32 
AnswerRe: What is your preferred implementation for AJAX modal popups? Pin
Not Active15-Jan-09 9:39
mentorNot Active15-Jan-09 9:39 
QuestionHoverMenu Inside Repeater Control Pin
bgates197015-Jan-09 9:21
bgates197015-Jan-09 9:21 
QuestionTrying to redirect the parent page from popup Pin
Ekjon15-Jan-09 8:22
Ekjon15-Jan-09 8:22 
AnswerRe: Trying to redirect the parent page from popup Pin
TylerBrinks15-Jan-09 8:42
TylerBrinks15-Jan-09 8:42 
GeneralRe: Trying to redirect the parent page from popup Pin
Ekjon15-Jan-09 9:20
Ekjon15-Jan-09 9:20 
GeneralRe: Trying to redirect the parent page from popup Pin
TylerBrinks15-Jan-09 11:55
TylerBrinks15-Jan-09 11:55 

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.