Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

A very strange Permission Denied error with CDONTS

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Installing ASP.NET  
Author Message
swu012

External


Since: Sep 16, 2003
Posts: 2



(Msg. 1) Posted: Tue Sep 16, 2003 11:54 am
Post subject: A very strange Permission Denied error with CDONTS
Archived from groups: microsoft>public>inetserver>iis (more info?)

I've seen a lot of postings regarding this error, but haven't found
any solution applied to my case. In our application, a user will get
two emails. One is the email with password after he signs in; and
after he finishes certain transactions, a second email will be sent as
confirmation.

Both emails work fine in our development, but in production, only the
first email works; the 2nd generates the Permission Denied error when
the send() function of CDONTS.NewMail is called. Since the first email
has always been sent out successfully, there shouldn't be any problem
with the mailroot directory or SMTP server on the production. The
send() of the first email is called in an asp file, and the 2nd is
called in a DLL. The asp and the DLL are placed in different folders.
I compared the rights of the two folders, and also compared the
folders between the development and the production, and I can't find
anything different.

Both development and production run on Windows 2000 server with IIS 5.
We don't use Exchange server. The only difference that I know of
between the two servers is the development has SP4 while the
production has SP3.

Does anyone have suggestion on which directory the permission may be
denied for? Thanks in advance!

 >> Stay informed about: A very strange Permission Denied error with CDONTS 
Back to top
Login to vote
vinnie

External


Since: Sep 16, 2003
Posts: 1



(Msg. 2) Posted: Tue Sep 16, 2003 1:07 pm
Post subject: Re: A very strange Permission Denied error with CDONTS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It's probably the Mailroot/drop directory that's the problem.
If the web is an application in high isolation then it's using the iwam
account for cdonts.
Not sure why only 1 works though.



"Mary" <swu012 RemoveThis @hotmail.com> wrote in message
news:11d601f7.0309160754.4ef331fc@posting.google.com...
 > I've seen a lot of postings regarding this error, but haven't found
 > any solution applied to my case. In our application, a user will get
 > two emails. One is the email with password after he signs in; and
 > after he finishes certain transactions, a second email will be sent as
 > confirmation.
 >
 > Both emails work fine in our development, but in production, only the
 > first email works; the 2nd generates the Permission Denied error when
 > the send() function of CDONTS.NewMail is called. Since the first email
 > has always been sent out successfully, there shouldn't be any problem
 > with the mailroot directory or SMTP server on the production. The
 > send() of the first email is called in an asp file, and the 2nd is
 > called in a DLL. The asp and the DLL are placed in different folders.
 > I compared the rights of the two folders, and also compared the
 > folders between the development and the production, and I can't find
 > anything different.
 >
 > Both development and production run on Windows 2000 server with IIS 5.
 > We don't use Exchange server. The only difference that I know of
 > between the two servers is the development has SP4 while the
 > production has SP3.
 >
 > Does anyone have suggestion on which directory the permission may be
 > denied for? Thanks in advance!<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: A very strange Permission Denied error with CDONTS 
Back to top
Login to vote
swu012

External


Since: Sep 16, 2003
Posts: 2



(Msg. 3) Posted: Wed Sep 17, 2003 10:18 am
Post subject: Re: A very strange Permission Denied error with CDONTS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That's exactly the problem. Since one email is working, I don't think
it's something with the mailroot or its sub directories.

"Vinnie" <vinnie DeleteThis @asmallnet.net> wrote in message news:<#TWHTUHfDHA.2408@TK2MSFTNGP09.phx.gbl>...
 > It's probably the Mailroot/drop directory that's the problem.
 > If the web is an application in high isolation then it's using the iwam
 > account for cdonts.
 > Not sure why only 1 works though.
 >
 >
 >
 > "Mary" <swu012 DeleteThis @hotmail.com> wrote in message
 > news:11d601f7.0309160754.4ef331fc@posting.google.com...
  > > I've seen a lot of postings regarding this error, but haven't found
  > > any solution applied to my case. In our application, a user will get
  > > two emails. One is the email with password after he signs in; and
  > > after he finishes certain transactions, a second email will be sent as
  > > confirmation.
  > >
  > > Both emails work fine in our development, but in production, only the
  > > first email works; the 2nd generates the Permission Denied error when
  > > the send() function of CDONTS.NewMail is called. Since the first email
  > > has always been sent out successfully, there shouldn't be any problem
  > > with the mailroot directory or SMTP server on the production. The
  > > send() of the first email is called in an asp file, and the 2nd is
  > > called in a DLL. The asp and the DLL are placed in different folders.
  > > I compared the rights of the two folders, and also compared the
  > > folders between the development and the production, and I can't find
  > > anything different.
  > >
  > > Both development and production run on Windows 2000 server with IIS 5.
  > > We don't use Exchange server. The only difference that I know of
  > > between the two servers is the development has SP4 while the
  > > production has SP3.
  > >
  > > Does anyone have suggestion on which directory the permission may be
  > > denied for? Thanks in advance!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: A very strange Permission Denied error with CDONTS 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 4) Posted: Mon Sep 22, 2003 1:40 pm
Post subject: RE: A very strange Permission Denied error with CDONTS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try running filemon and regmon from www.sysinternals.com and look for the denied access. Also, these folks may be able to help:
microsoft.public.inetserver.iis.smtp_nntp

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: swu012.DeleteThis@hotmail.com (Mary)
| Newsgroups: microsoft.public.inetserver.iis
| Subject: A very strange Permission Denied error with CDONTS
| Date: 16 Sep 2003 08:54:05 -0700
| Organization: http://groups.google.com/
| Lines: 24
| Message-ID: <11d601f7.0309160754.4ef331fc.DeleteThis@posting.google.com>
| NNTP-Posting-Host: 155.201.35.50
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1063727646 13052 127.0.0.1 (16 Sep 2003 15:54:06 GMT)
| X-Complaints-To: groups-abuse.DeleteThis@google.com
| NNTP-Posting-Date: 16 Sep 2003 15:54:06 GMT
| Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!
news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:275403
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I've seen a lot of postings regarding this error, but haven't found
| any solution applied to my case. In our application, a user will get
| two emails. One is the email with password after he signs in; and
| after he finishes certain transactions, a second email will be sent as
| confirmation.
|
| Both emails work fine in our development, but in production, only the
| first email works; the 2nd generates the Permission Denied error when
| the send() function of CDONTS.NewMail is called. Since the first email
| has always been sent out successfully, there shouldn't be any problem
| with the mailroot directory or SMTP server on the production. The
| send() of the first email is called in an asp file, and the 2nd is
| called in a DLL. The asp and the DLL are placed in different folders.
| I compared the rights of the two folders, and also compared the
| folders between the development and the production, and I can't find
| anything different.
|
| Both development and production run on Windows 2000 server with IIS 5.
| We don't use Exchange server. The only difference that I know of
| between the two servers is the development has SP4 while the
| production has SP3.
|
| Does anyone have suggestion on which directory the permission may be
| denied for? Thanks in advance!
|
 >> Stay informed about: A very strange Permission Denied error with CDONTS 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MSGBOX permission denied error - I'm trying to use the msbox() function in an .asp page using VbScript but keep getting the Permission Denied 'MSGBOX' error. I've ready KB article #182032, which didn't make any sense to me and I've made sure the web site is running in High Security...

Permission Denied using MS code - I used the following code from MSDN. Set objMail = CreateObject("CDONTS.Newmail") objMail.From = "rob@here.com" objMail.To = "jdr@there.com" objMail.Subject = "Bad News" objMail.Body = "I owe you 50" obj...

VBscript CreateObject: Permission denied - Hi, I'm running Windows 2003 Enterprise Server. I want normal users (belonging to the users group) to be able to run asp-pages that create Excel objects (CreateObject (Excel.Application)). (basic authentication) Other components (VB6 comonents that..

CDONTS - Does anyone have and information of how I can get CDONTS to work on 2003 Server?

CDONTS - I am having trouble getting CDONTS to work on my server. The only thing that has changed since it was working fine is the IIS update. I am not getting any errors and I will be redirected (when I had the redirect in there) which tells me the variables ar...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]