How to incorporate this Install-feature into my web site. I already wrote the setup program which is available on my web server. I do not want to let the setup program to be downloaded and get installed If this is not possible using ASP then do I need to really move to CGI scripting.
I created a ActiveX DLL component to create a Excel file under my home directory through VB6.0. Then I registered it through "regsvr32" command and a messagebox came out to say that the register was successful. But when I tried to run it in my ASP page under IIS ver5.01 and win XP Pro, it gave me this error:
Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /tg.asp, line 2
Here is my full code: <% set myExcel=server.createobject("test.test1") myExcel.CreateExcel set myExcel=nothing %>
Was running my ASP app no problem on a Windows XP Pro SP2 machine with IIS, dragged a copy my app folder and put it on another Windows XP Pro SP2 machine with IIS and I get the below problem:
Error Type: Microsoft VBScript runtime (0x800A01AD) ActiveX component can't create object: 'Scripting.FileSystemObject' /asp/forms.asp, line 497
I can run old copies of this app folder no problems so what has happened since I dragged a copy from one machine to another?
I´m using IIS 5 on Windows XP. When trying to send a mail using 'CDONTS.NewMail', I get this error message : ActiveX component can't create object: 'CDONTS.NewMail' .
In an ASP page, I get the above error which is Error number 429. I have 2 seperate webs. 1 web you must log on. It creates an object by getting DLL just fine. This works great.
The other web is open to the public, no login. The same web page gets the above error message.
How can I have an Public web page to create an object, which is my DLL?
Im writing a script with the Excel ActiveX Component, ive written it all and just rememred I dont have excel installed on my server, or have the time to uplaod my entire Office ISO onto my server. Is there any way I can steal the excel dll from the cd or the installed version on my computer and install that on my server?
We are trying to access a .net dll based method from classic asp code. When the method is accessed, system gives a message "You are about to access a Activex component". How do we suppress or stop this message from interfering method access.
I'm trying to configure IIS (create new web site) in code. My code works fine within a standard windows application, however, when I copy the code to an asp.net page, I get the above error message. It occures in the:
I wrote a vb6 "client-side" ActiveX Component that will extract the user's network login.Now I want to be able to do some server-side work with this info, and it would be great if I could put the user's network login into a session variable but serverside-code is executed first .... My objective is for, each time (or the first time) our intranet users access the intranet's web page, it call the activeX which pull their user name which them would call SQL and displays custom information. would an include file work ? or can I in vb6 re-write my ocx so that it places the username directly in a server session object
I have created an .OCX in VB6 for use on a web page. I created a .cab file and placed this file on the web server and updated the web page with the <OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want to download and install the component. I click yes and it appears to go through the motions of downloading the .cab, etc. But the control never appears on the web page. When I check the registry, the ocx (and its dependencies) are not registered. In fact, I can't see that the ocx is even on the system anywhere. If I manually install and register the ocx, then the web page works fine. Code:
Does someone know the cause of this error? I'm developing a simple christian site for our church and it needs to have an email functionality. When I submit the form I receive this error. Can anyone give me some tips?
After server went down I got this error after submitting Membership form. (win2000, IIS 5.0, Access Database(mdb) ActiveX component can't create object Error Number =429
myGetImage.asp is suppose to create a temporary file in the client side, and display in on the client web browser. myGetImage.asp needs to know the clients web browser temporary system path, in order to create the temp file. How do I get the parameter and value of clients web browser temporary system path?
does anyone know how to get all the sessionID that are active on a web site. I want to know how many people are on my web site and what their sessionID would be if I do response.write(Session.SessionID)
i am trying to build a page that my client can log onto with a password and update information daily, if there is someone who can point me in the right direction or tell me how to do this it will save me days of research trying to find it myself.
I am facing a strange problem. I want to give a functionality to the client where he can download a complete folder from the server. but how to give this functionality is the main problem.
I have one ASP page where I am creating various files of vcf extension dynamically and now I want that client should be able to download all those files. Those files are present in one folder and so I want to give that whole folder to the client.so now I want some trickes/code or URL from you guys to achive this .
I have a win2K server that runs my web sites. I need to use ASP.net on one of my sites. I am just learning about ASP.net and found that I cannot run ASP.net formated pages on my server the way that it is.
If I am not mistaken, I need to install ASP.NET 1.1
Is this correct? If so, will all of my other sites that use ASP still work the same, or will they have to be rebuilt?
I use Win2K and want to serve ASP pages on my desktop.I am unable to install IIS as I mislaid my installation disks. Does anyone know whether either of the servers accompanying the web matrix project or Visual Web Developer Express run ASP web pages?