ASPPop3 (Server Objects) Fails To Return Email Details
Can anyone tell me why this code doesn't work? The original came from
an example in this group, but was modified slightly when the original
failed to return message details.
I am able to connect to the server and see the number of messages on
the server, but message details (sender, subject, body, etc.) are not
returned....
I am attempting to have an asp page call a batch file. I had it working, I was high on life and then I decided to log off the server. Once I did, the code would no longer work. When I logged back onto the server, I saw:
'The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.' Code:
I have a strSQL line.. that basically does a SELECT * from many joined tables. The output is displayed into a table. What I'd like to do is, to have each table's field entries (say a Name field) displayed as a URL.
Clicking this URL will spawn an external viewer, which will open a predefined MS Word template. ASP code should then do a few SELECT statements, parse them, and write them to certain areas of the MS-Word document.
Practically, a user should be able to click on a name, and have MS-Word launch, filling in details on the Word document, such as Name, Address, ZipCode and so on, which are stored in SQL-Server 2k. how I can get this to work?
I am calling a variable from flash to my ASPpage. the variable is a string. I do all the variable substitution in flash so all that is outputted to ASP is the string to a file on the server.
All variables pass (according to flash) but the ASP page just hangs. Code:
I want to have links to a CF app - specifically VeriSign's eCommerce Manager (on VeriSign's server).
The links in my app will need current values for CFID and CFTOKEN in their HREFs - I think these are cookies or session objects the VeriSign/CF app sets once logged in, they appear on the url.
Assume user has logged into VeriSign manager before my app.
I am trying to build a site for a group which already has a hosting company.
I would like to try to find out which objects are available for use to me. I do not have admin access to the NT box. Obviously I have permissions in my area of the server.
I know I can test for specific objects but I'd like to know what is available, not just what I can test against. Is this even possible? Code:
I have a web server with a firewall. The problem is that when i use request.servervariables("remote_addr") the ip i get is my server's ip. Is there any other way to retrieve my visitor's ip?
Looks like the firewall cought the visitor's request and then request's this page from the web server-and send it back to the visitor.(but still i am not sure if this is what happens)
If i have to reconfigure my firewall can you give me some info on how to do this and if this is secure!!
I've got a SQL Server database, and am pulling records from it via ASP.Everything works fine, apart from the field which is stored as 'text' data type in SQL Server.If I change this data type to 'varchar' it works fine, but I need more than 8000 characters, so really I need the data type to be 'text'.Can anyone suggest why this might be happening, and how it could be resolved?
I need some help with using ServerObjects ASPPOP3 Component.
At first I could not get the headers of the Message to show in the Inbox, ie. Name of Sender, Address of Sender, Subject, Message Status, etc etc The standard information you usually get with most e-mail clients.
Now Some how I was able to show these headers in the inbox but when it has more then one message is has the same e-mail address, same subject, same everything as the one before, so I have 5 e-mails on my server, it will show 5 e-mails, but they will all be the same. Code:
Does any one know if asppop3 allows you to insert mail directly into a database table? I think i know of a way but before I do, I would like to know if any one else knows?
I have created a form that sends email thru my local server. What I want to do is send the email thru our corporate Exchange server. Does anyone know how I can accomplish this task? Please advise. Thanks.
Dim Mail Set Mail = Server.CreateObject("CDONTS.Newmail") mail.From = "abc@hotmail.com" mail.to = "xyz@hotmail.com" mail.subject = "Test Email Subject" mail.body = "This is Email body message" mail.send
Now the question is that this code will use the Default Virtual SMTP Server in IIS, but I want to use my ISP's SMTP server. please tell me how to do this. I have used my ISP's email server in Outlook express and it is working fine. Please do not suggest to use "CDO" or "CDOSYS" to use for sending emails because I must have to use "CDONTS".
I've got some ASP-code that uses FileSystemObject to move user home directories on a DFS-root. When I run this code on the original Win2000/IIS5-server, it works fine. But when I try it on a Win2003/IIS6-server, I get the following error:
-2147023545
which I found can be translated as follows
=> 0x80070547 => 1351 => "Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied." I've tried to run IIS in IIS5-isolation mode, but get the same error.
i mtrying to run a message service using net send via our intranet - basically the user selects the poeple on the network who they want to send a message to from a drop-down list on a form and on submit a loop is run - here's a snippet of the code (inside a for loop)
(Note : I create the server_shell object outside the loop and set it to nothing when the loop has finished - also username is basically Server Variable Logon User) The problem happens when all users are selected - it sends it to a few people and then bombs out and then i get a load of application errors - cmd.exe or net.exe failed to initialize on the server.yet when tested for smaller numbers of users it runs fine
after publishing a web to iis, asp pages based on a database fail to work. the browzer starts loading such page and never does- at some point the status bar stops and the page never loads without displaying any errors. the browzer shows that it is busy all the time.
Greetings, I'm using simple code to send customers an email after they submit a helpdesk ticket. I wanted to copy myself on the emails, but when I enter myMail.BCC or myMail.CC, it fails to send. If I comment out these lines, the message sends successfully. I've made sure the bcc or cc addresses are valid. I changed the names in my code to protect the innocent.
CreateFolder method does not produce a result from IIS. I tried many things including changing file permissions, web server permissions etc. to no avail.
I have an asp page (see source code below) running on IIS 6.0 on Win2003 Server that tries to get file and folder information on a Novell Server. I am able to successfully connect to the share on the Novell box if I use the UNC path. But, unfortunately, I need to have the mapped path for my application.
I created a simple vbs script and saved it to the server desktop and run it to verify connectivity to the Novell box. I am logged in to the server with the same user as set up in my website as the anonymous user. The vbs file runs perfectly. But as soon as I move the code into an asp file, I get the following error "Microsoft VBScript runtime error '800a004c' Path not found". If I go into my asp file and change the path to the novell box to a UNC format, then it works. Below is the asp file: Code:
I have an ASP 2.0 secured website that works fine.My problem is that I need to run this "mini site" inside a frame.We have a domain hosted website and I'm redirecting the frame contents to our IIS server and my MD doesn't want the customers seeing a "messy" IP address, so the solution was to run the mini-site inside a frame. However, despite the login screen being displayed, when a user logs in, theuser.identity.name is null and roles are not set.
I have an upload script that seems to fail in Firefox and Mozilla based browsers when it hits the .SaveToFile Method. It works fine in IE. Is this a documented bug? Is there a work around?
I'm experiecing a problem with file uploads from ASP pages.
On a Windows 2000 - IIS 5 server we're running an ASP Classic application that features an upload form for files of great dimensions (100+MB). Problem is, when we try to upload a file exceeding 3MB we retive almost immediatly a message such as 'The page cannot be displayed'.
We do not even reach the page that contains the code for file managing; when we click on the submit button in the form with enctype multipart form data the application ends and the error is visualized.
For files under 3MB there are no problems at all.
The FAQ of our upload third party component (ABCUpload by Websupergoo) state that we could either have problems with our proxy or we could be stopped by a wrong URLScan setting: we do not have any proxy nor URLScan is installed on our server.
I may add that all the configuration of the script timeouts on IIS are correctly set.
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug it, it works every time! I even set it to True, but did a .Flush just before the error, and the error won't happen.
It only happens when response.buffer is True and no .response.flush is issued.
The error is a string variable turns-up empty and crashes a function requiring a date. I could test for this before the line where it crashes, but where did my data go? Why is the buffer affecting it?
I've built a survey and tested everything is working fine - except fo one problem, that i have been told MUST be fixed
I am using CDO.Message to send email message to the respondants of the survey - a lovely thank you message.
It is sending the emails fine to all email address i have tested, except for email address here where I work, and I have been unable to find a reason for this
the web scripts are running on a secure server (SSL certificate) and all is working great except the email issue.
the actual code that is sending the emails works perfectly on non-secure server, and seems to be fina on the secure server except for the most important(apparently) email addresses.
Does anyone have any ideas why the scripts would not send to one set of email addresses, but seems to work for all other when on SSL, but works for ALL email address when not on SSL.