E-Mail Servers That Work With ASP Pages...

Does anyone know of any free POP3 email servers that would work with ASP pages?

I am running win2000 and have given up on getting my SMTP server to work.

View Replies


ADVERTISEMENT

Can't Get CDO Mail To Work

I copied ASP/VBScript code from several sources and adapted it to my page and variables. Here is my current code for implementing CDO:

View Replies View Related

Page 2 - ASP Pages Wont Work On Iis Xp Pro

1 - Yes, Norton Internet Security 2003
2 - NTFS
3 -
Radio button selected = "A directory located on this computer"

Checked = "read", "log visits", "Index this resource"

Execute permissions drop down = "Scripts only"

Application protection drop down = "Medium (Pooled)"

View Replies View Related

ASP Pages Don't Work On W2003 Server

I have a Windows 2003 server running IIS6.0. It has a number of ASP.NET sites running on it.

I'm trying to instal a legacy classic ASP site, but trying to access and
pages with the .asp suffix produces a "The system cannot find the file
specified." page, or when run locally a 404.

Interesting to note that when I make default.asp my default content page and
browse to /mydomain/ rather then /mydomain/default.asp, this page works
fine.

View Replies View Related

Proxying To Retrieve Web Mail Pages

i am running both IIS and a webmail application on the same server. The system only has one external ip addreess, and therefore only one of these web servers can run on port 80.

IIS is running on port 80 because this is what serves the majority of the site. Webmail is running on port 6999, which is fine, but a lot of users cannot access this from behind a firewall.

i want to know:

A) is there an easy way round this? if not

B) Has anyone created an asp script that could retrieve the web pages from the webmail system running on 6999 and deliver them on port 80 via IIS (kind of a proxying type thing)?

View Replies View Related

Servers

What type of servers allow you to use ASP pages? For example, PHP pages
can function in Apache.
Furthermore, what kind of servers allow you to operate ASP and Access
together?

View Replies View Related

How To Determine Other Servers OS?

I have many servers which will be reghosted everyday with different OS
(Win2000, Win2003, WinXP...). How could I write the ASP code to get the
information of other servers' OS?

Let say the asp page is hosted on Server A, how can I check the OS version
of Server B and Server C?

View Replies View Related

Authentication Via Different Servers

We have a web site where the user logs in and a session variable is set,
which allows access to all pages via an include at the top of every page (
if session("LoggedInOK")<>"Yes" etc)

We have some content on another unrelated server in a different domain that
we would like automatic access to, if the login is OK for site 1, without
re-entering a login. Even better would be if some other session variable
data could be transferred at the same time (like username). Navigation would
be via hyperlinks on site 1. Is there a simple way to do this? i.e. has this
wheel already been invented? (Encrypted querystrings? XMLHTTP?)

View Replies View Related

Linux Servers

If my server runs on Linux and I want to use an ASP script and files on it. When I upload the files, wehn I go to the file directory and click on the file it asks me the same as what it asks me if I try to open it at home.How can I overcome this?

View Replies View Related

Web Servers Works With ASP

I have built a site completely with ASP.I am searching for free web host which works with ASP.give me a list web links of fre asp hosters.and i have used drive letters to access my database, how can i remove those drive letters (ex. "c:m.mdb").

View Replies View Related

Mysql On 2 Servers

I am currently wanting to move data from a host i have at the moment onto a different one, has anyone got a tutorial, where i can connect 1 mysql DB on 1 server (a host Company) to an different one.

View Replies View Related

Sessions Across Web Servers

Can you use session variables between a HTTP server and a HTTPS server? I need to use data from a form from the HTTP on the HTTPS but it doesnt seem to be working? If I cant what is the best way do reuse form data?

View Replies View Related

Copy Files Between Two Web Servers...

I have a need to have a web server (windows based) grab files each week from
a linux based server - hosted elsewhere. I cannot use UNC paths.

I want to have a script (.asp/asp.net) on the windows server that I would
provide a list of files to copy. The script would then copy the listed files.

The problem is that the using a filestream and copyto runs into an error
with URI paths.

This will be a substantial amount of data each week. I don't want to copy
it locally and then back up to the windows web server. I want/need the copy
to be directly between the two servers.

View Replies View Related

File Transfer Between Servers

Does anyone knows of a way to copy some file fro the server to another computer WITHOUT using ftp?

View Replies View Related

Are There Any Issues With ASP And Proxy Servers?

Our website works correctly for 99.9% of customers, however we have one set
of customers who access our website from what appears to be a proxy server
of some kind. i.e. The IP address is always the same no matter where the
location of the computer is.

My site is a framed site, and the specific problem is that a list of links
in one frame will not load a page on another frame. I don't believe this is
a browser compatibily problem. (I wont rule it out though). But there are no
problems as far as I can tell on other peoples computers.

My question is....Is there anything special that needs to be done to make
sure a site works through proxy servers, or is this likly to be some other
problem such as an SSL problem (the whole site is under ssl), browser
incompatibility problem, or just downright dodgy programing on my behalf?

View Replies View Related

Passing Variables Between Servers?

Here's the question: Can you use request.form to retrieve variables and values from a form submitted on a foreign server using the post method?

My understanding was that request.form could only retrieve values from the same web server the form was submitted to, using the post method.

I have another web master telling me this is how you pass information securely between "alien" web servers (web servers on different domains, or belonging to different organizations). For the life of me, I can't figure out how this might be done--or what the mechanism is for fetching the correct values from a foreign server!

View Replies View Related

Flushing Servers Buffer

In the following code when i = 500 the buffer on the server is flushed
to the client. However, because the content that is sent to the browser
contains an html table Internet Explorer does not display the table
until it receives the closing </table> tag.

The question is, am I
correct in saying that the buffer on the server is CLEARED when i =
500? It will be empty for a split second until the loop resumes again.
Am I correct? Code:

View Replies View Related

Session / Clustered Servers

At work we have 2 servers in a cluster for our web apps.One problem we have experienced (along with many others!) - is that if a user is logged into one of the applications on server a for example and it goes offline or fails their session is lost also - even though the application becomes available on server b.

I have heard that it is possible to either exchange the sessions between clustered servers or store them in a SQL Server database (probably preferred) so that we could then restore them if such a failure should occur.Can anyone shed any light on this for me? Or give me some URL's to check out and read.Sorry this isn't a 100% pure IIS question - its obviously partly ASP also.

View Replies View Related

Upload Image To Multiple Servers

Let me explain how our web site in constructed before getting to my question. We have three web servers that are a mirror of each other. So whenever I make a change to one of our pages, I have to upload to all three servers. My new task (and its a good one) is to create an image upload script that will distribute the file to all three servers.

I already have an upload script that works just fine, however I wanted to see if anyone out there has attempted anything similar to this and what methods they used to achieve their goal.

View Replies View Related

Files Not Executing On 2000 Servers

I have a .asp application lying out on a Windows 2000 server. The problem is it no longer is working. It seems that no .asp files will execute anylonger on this box. I even have a very basic .asp testfile that prints a line off text to the browser, but even these don't run. I got four errors in the event log for each failure. However, the browser displays this (with friendly error messages et to "off"):

Server Application Error

The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.

The event log errors are :

A COM+ device failed to start
Did not register with DCOM within the timeout.

View Replies View Related

Maintain Session Variable Between Servers

I stumbled upon a site last night that said I can maintain a session variable between 2 servers.

I tried it out between 2 servers and it worked fine. However, I forgot the URL and have deleted the pages.... idiot!

Does anyone know what I am talking about, if so, please could you point me in the right direction.

View Replies View Related

What Can I Do To Replicate Files Among Load Balanced Servers?

I am building an web application that will be hosted on load balanced servers
(multiple front and one backen db). The application will have to allow users
to upload files onto the server. For performance reasons, I do not want to
store binary files in the db (cuz there will be frequently retrieved and
stored and many will be within the range of 10 MB - powerpoint slides and pdf
files) so uploaded files will have to stay on the front end web server.

The problem with this approach is that there will have to be some mechanism that
replicates the files automatically among the front end servers. Can someone
shed some light on what the best apporach is to my problem? I am wondering
whether Windows 2000 has such service available to do file replication (if
so, how?)

View Replies View Related

Trying To Link To Server Share With Multiple Servers

I'm trying to figure out a quick script that will let me link to a server share where the server could be 1 of a couple of different ones. The share will always be the same, but the server could be any of a list of maybe 5 or so choices as such:

server1share$
server2share$
server3share$

I'd basically like the script to check the different servers until it finds the one where the share exists, then redirect to it. The share will only exist on one server, but which one it is will change.

View Replies View Related

Send A Mail With Cdosys And Save A Copy In The Sent Mail Folder: How To?

I need some help: with cdosys i'm able to send e-mail from asp using the local exchange
server. Now I also have to save the sent mail into the user's mailbox for future reference: how to?

I'm using:....

View Replies View Related

Mail Insertion Hack On Send Mail Form

I'm using CDO to send mail to the site owner from ASP pages with forms.
Recently one of my forms is occasionally sending email with what seems
to be an insertion which is replacing the plain text part of the email
with something else. Looking at the server sent email source, the
hacked emails have the following:

View Replies View Related

Sending Mail Using ASP/VBScript To Exchange Mail Box

Here's the scenario. I'm currently using cdosys/asp to send mail to
our SMTP server. We use a product called MailFilter to check for SPAM.
It doesn't work very well. If MailFilter isn't working cdosys also has
problems and emails don't get sent. As these email are confirmations
for customer's bookings this means lots of customers calling to see
where their confirmation emails have gone. The root of the problem is
MailFilter but that here to stay. So I had this thought of sending the
message to a queue of some sort so at least they will get to the
customer eventually rather than being lost for good. So here's the
question:

Can I/How do I send messages to a mailbox on our exchange server using
cdo.message?

View Replies View Related

Invalid Mail Address Gives Error In CDO Mail

I'm using CDO from my vb component to fire email. The problem is
whenever one of the email addresses in to, or cc is wrong then none of
the mails are fired even to the correct addresses. It gives an error
like

The server rejected one or more recipient addresses. The server
response was: 550 Relaying denied for <xfd@wre.com>

My code goes like this. Why is the mail server trying to look for the
validation of email ids??I want that atleast the mail should be fired
to the correct email addresses rather than no email fire. Can i
achieve that.

Dim iMsg As New CDO.Message
Dim iConf As New CDO.Configuration


With iConf
.Fields.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Fields.Item(cdoSMTPConnectionTimeout) = 10 ' quick timeout
.Fields.Item(cdoSMTPAuthenticate) = cdoBasic
.Fields.Item(cdoSendUserName) = "username"
.Fields.Item(cdoSendPassword) = "password"
.Fields.Item(cdoURLProxyServer) = "server:80"
.Fields.Item(cdoURLProxyBypass) = "<local>"
.Fields.Item(cdoURLGetLatestVersion) = True
.Fields.Update
End With

Set iMsg.Configuration = iConf
With iMsg
.To = strToEmail
.From = strFromEmail
.CC = strCCEmail
.BCC = strBCCEmail
.Subject = strMailSubject
If strMailFormat = "TEXT" Then
.TextBody = strMailBody
Else
.HTMLBody = strMailBody
End If
If strAttachment <> "" Then
.AddAttachment strAttachment
End If
If intPriority = 2 Then
.Fields.Item("urn:schemas:mailheader:X-Priority") =
cdoHigh
.Fields.Update
End If

.Send
End With

View Replies View Related

Asp Pages Randomly Showing As Blank White Pages

Using IIS 5.0 and sometime some asp pages (absolutely
randomly) showing as blank white pages. So far only one
way of fixing it - restart whole server. Restarting IIS,
or specific web server not helping, only whole server.

I enable server side and client side debugging, but no
errors showing up...

In view source pages always look like this:
-----------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1251"></HEAD>
<BODY></BODY></HTML>
-----------------------

Any idea why it can happened and how to fix?

View Replies View Related

Sending E-mail To Different Mail Box!

I would like to know if this can be achieved! On the form I a drop down menu that's called ("Escalation_type") the values are eta, hdtv, and supervisors. I have some ideas but I am not sure if it will work or not. If the use chooses an eta as a value I would like it to be sent a mailbox for exam: no@where.com. If they choose hdtv as value I would like it to be sent to a different mailbox. Can this be achieve by using the case statement or the if statement?

View Replies View Related

Asp Mail Without Using A Mail Component

I'm looking for an asp code who can send an email without using a mail component. I started to write somethings using winsock but I don't have enough time to finish it.

View Replies View Related

Asp Does Not Work

i use a IIS 5.1 with win XP with the newest updates etc.
its possible to start aspx and html files but not asp files
what could it be ? what can i check ?

View Replies View Related

Can It Work Like A CGI?

Can a ASP work like a CGI.(Email Scripts) ? Can a ASP script for email will work, if a Script is on 1 server and form(html.form) is on another server and a thank you page is on 3rd server. Like if u don't know about a CGI there are many websites who give you permission to use their script by editing little bit in yours form and place them on yours server website, there are number of site.

And 1 more thing I want to ask is if some one use a windows server he have a form html on that server, can he run asp script which is on Linux server to get form result on his desired email id.

View Replies View Related

Old Pages / Cached Pages

I am always getting cached pages even contents of the page changed on the server but I am getting old page (data).How to solve this.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved