473,406 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Server object error 'ASP 0177 : 800401f3'

Hi every body,

I am using the coding Asp files it is coding in running and output
display that local server.But I put in all the files into Client
server(ISP) it server running to another location.we are using IIS.I
have run the program it come a error

Error Message:
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/fb1.asp, line 37

800401f3

Coding :

Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = txt_email
">"
objCDOMail.To = strMyEmailAddress
objCDOMail.Cc = strCCEmailAddress
objCDOMail.Bcc = strBCCEmailAddress
objCDOMail.Subject = "Feedback sent from FeedBack page"
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Body = strBody
objCDOMail.Importance = 2
objCDOMail.Send
Set objCDOMail = Nothing
May 30 '07 #1
0 2008

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Nikhil Kumar Desai | last post by:
Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:...
3
by: sean | last post by:
HI There, I am recieving a weird error when I try to run asp scripts on my local machine, I can use pages that access a database, but when I try to write to the file system ie upload a file I...
0
by: Anurag Saxena | last post by:
If someone can solve this problem,I am using ASP3.0 and IIS on windows 2000 server The complete Error is '''''''''''''''''''''''''''''''''' Server object error 'ASP 0177 : 800401f3' ...
2
by: Steve H | last post by:
I have created an object in c# that produces script for a legacy ASP page. Next, I created a setup project and installed it on the server. When I run a page that accesses it from the server, I get...
4
by: MoF | last post by:
Hello! I have for a long time used the line: Set FS=Server.CreateObject("Scripting.FileSystemObject") in my ASP code. Suddenly one day this week it stopped working and I now get the error: ...
1
by: gulrez alam | last post by:
Dear All In my application i am using VS.Net 2002 , C# . there is asp page Bank.asp . i am redirecting our users from our site to Bank site along with some parameters user is able to...
0
by: tashy | last post by:
I REALLY NEED HELP HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I'm trying to upload images to a website, but i repeatedly get this error message server object error ‘ASP 0177: 800401f3’ Server. CreateObject...
4
by: julian.tklim | last post by:
Hi, I have built a DLL using VB 6.0 and trying to run create the object in ASP. Eg: <% set a = Server.Createobject("Office.clsOffice") %>
0
by: kanagaraju | last post by:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /online test/xreg.asp, line 4 800401f3
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.