Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007


all groups > inetserver asp components > november 2003

Filter by week: 1 2 3 4 5

creating a domain search page
Posted by shine at 11/29/2003 1:09:27 AM
Hai , I am shine from India, a web programmer. I want to know about how to create a domain search page using ASP. Any suggestions would be greatly appreciated. Thanx in advance regards shine...more >>

Compressing - Zipping files in vb or javascript in asp file
Posted by Arthur at 11/28/2003 7:33:48 PM
Does anyone know if the new Windows 2003 built-in .zip compressor/decompressor is available to scripting? If so, can you kindly point me in the right direction? I've searched and searched MSDN and can't find a damn thing. TIA. Arthur ...more >>

Passing variables from ASP to Javascript
Posted by Gung Ho at 11/28/2003 2:20:24 PM
I am using ASP to open a text file on the server and I want to pass variables to Javascript. Any suggestions? For example - I have a text file on the server defining a set of pictures. I open the text file to retrieve the list of files. I want to pass the list of files to the Javascript wh...more >>

AspBinFile on IIS6?
Posted by Walter Zydhek at 11/28/2003 2:18:17 PM
I have been running a site for some time on IIS 5 using the common "AspBinFile" component. I use the component to display images and allow downloading of ZIP files from a secure directory on my server. I am upgrading to a Windows 2003 server with IIS 6 and have discovered a problem. The...more >>

What is the .NET equivilant of an ASP COM component?
Posted by Thomas H at 11/26/2003 6:33:15 PM
Hello all; I've been searching for this answer for a long time now; hopefully someone here can help me? I wrote a web application a year and a half ago. It used Javascript/ASP, and interfaced to a database server. I didn't use ADO at all. I wrote a component in Visual C++ 6.0, which used th...more >>

wsc component
Posted by cris manahan at 11/25/2003 8:36:01 AM
I have created a script component and registered it in my windows 2000 advanced server with IISv5.0, when i tried to access it from the network sometimes it works and sometimes it displays ran out of memory or the resource is in use, but when i restart IIS it's working again for quite some...more >>

no neutral threading in win 2003?
Posted by TechChief NO[at]SPAM vinetglobal.com at 11/25/2003 6:57:02 AM
Hi All, I have a COM component written in C++ which is inteneded to be stored in the Application object. This means of course that I had to write it as threadingModel = Neutral. Alas in Win 2003 server this somehow doesn't work and I get the following annoying error message: Application ob...more >>

some advice on dsofile.dll please...
Posted by s_m_b at 11/25/2003 3:48:24 AM
having got it to read the first file in the collection, even though the page count comes back wrong, I get 'asp 0177:80030002 server.createobject failed' when trying to read the second file. this is the code: set fso = CreateObject("Scripting.FileSystemObject") set f = fso.getfolder("e:\...more >>



test
Posted by xxxx at 11/24/2003 1:01:48 PM
test ...more >>

Concatenation help
Posted by David P. Jessup at 11/24/2003 8:22:54 AM
Good day folks, I finally broke down and wrote my first DLL to "secure" my asp code. One of the classes I wrote in the object contains many string lines. So I'm currently writing the code like this: Function myClass(variables) as string myString = myString & "......" myString = myStr...more >>

how to retrieve page count from word?
Posted by s_m_b at 11/24/2003 7:38:04 AM
I'm trying to extract the number of pages in a word 2000 document, but can't find either the property/method via application.word, or any other way of doing it. does the pagenumbers method get there, since it seems to refer to the instance of page number in the header/footer?...more >>

Grab HTML
Posted by David Taylor at 11/23/2003 8:04:55 AM
I'm looking for a way to grab the HTML behind one of my pages and display it to the user. The page I'm trying to get the HTML from is an ASP page, so obviously I'm looking for the post-asp processing results. Basically I want the same HTML that the user could get if they had done a "View Source...more >>

multiple activex components?
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 11/23/2003 12:13:16 AM
I have created an activex component that works with a website/asp to do some background ops. Everything works well but when I try to open a 2nd instance of the activex while the 1st instance is still running I get an error; Server object, ASP 0177 (0x8007007E) 8007007e Activex #2 is be...more >>

Image component with two dll
Posted by Etienne Descure at 11/22/2003 10:52:15 PM
Hi, I've been told that there is a very efficient asp server - image component, which has two dll files. I can't achieve to find id. Does someone know such a component ? Thanks by advance Etienne ...more >>

focus/lost focus of custom control
Posted by flash at 11/21/2003 2:47:20 PM
Hi new to .NET and have a question. What I want to do if have a custome control (contains a table grid of text boxes) and multiple instances on other webforms. So far so easy. BUT ! I need to be able to tell when the CC has lostfocus on the Parent page and run validation in the control. ...more >>

Question: need to lauch external program as an administrator
Posted by Gregos at 11/21/2003 11:54:02 AM
Hello, I need an ASPobject that will enable me to lauch an external program, like a ..BAT file for example, under the Administrator account. If I launch a xxx.BAT file using WSCRIPT.SHELL, I have "permission denied" errors under Windows XP that does not permit me to do this (view following code...more >>

Word Automation !!
Posted by Adam Knight at 11/19/2003 6:11:16 PM
I am trying to create an instance of a word document via asp. I keep getting this error: Server object, ASP 0178 (0x80070005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object. Can anyone PLEASE PLEASE help me set up the required permission...more >>

How to get the lenght of an Access database using ADOX
Posted by Carlos Guzman at 11/19/2003 2:46:19 PM
I want to administer a remote Access database using ASP. I use the ADOX setup. I am able to list the tables, the fields in each table, the field type. However I can't find a way to find out the field max length or/and actual length. Any ideas? ...more >>

VB IIS Problem
Posted by Jonboy at 11/18/2003 3:22:52 PM
Hi there, I hope someebody could help me with a problem I have. I have been doing server-side web programming (ASP etc.) for years but I am new to the ins and outs of VB. I'm writing a .dll which I call using the Server.CreateObject command. For a reason unknown to me, around two days aga...more >>

IIS is hanging for 30 secs for every ASP page with COM components
Posted by Stan at 11/18/2003 8:03:24 AM
This is very bizarre - all of the sudden every single page on a web server that is calling COM components started hanging for 30-40 secconds. It eventually comes back with no any error messages. There is absolutely nothing suspicious in the logs and cpu/memory are low. Reboot did not ...more >>

ASP in IIS ...
Posted by Cris Friolo at 11/17/2003 5:25:51 PM
Sorry its not Windows 2003 but Windows 2000 I install an IIS on Windows 2000 and on the default folder I put an Default.htm and some of ASP file (ex. LOG.ASP) but when I browse it on the browser only those with HTML format can be viewed the ASP format is not working. Help plz.. ...more >>

ASP Pages in IIS cannot be viewed except for HTML format
Posted by Cris Friolo at 11/17/2003 5:08:06 PM
I install an IIS on Windows 2003 and on the default folder I put an Default.htm and some of ASP file (ex. LOG.ASP) but when I browse it on the browser only those with HTML format can be viewed the ASP format is not working. Help plz.. Thanks...more >>

.aspx files don't work
Posted by Jim at 11/17/2003 12:06:09 PM
I have been having some trouble with my web server running under Windows 2000 Server, so I removed IIS and reinstalled it. Now, I noticed that my .aspx pages don't work correctly. The server is returing the .aspx files as text to the client instead of parsing them, although .asp files wo...more >>

Problem displaying ASP pages
Posted by David D at 11/17/2003 12:02:26 PM
I just setup a windows 2003 web edition server and having problems displaying asp page from the server. I set the web extensions in IIS to allow ASP pages. I can display HTML pages with no problems. Can anyone help?...more >>

Using search engines
Posted by Amir Davoodi at 11/17/2003 3:29:26 AM
Dear Friends, I want to implement a search engine which query other search engines like YAHOO, GOOGLE, ... and show the results to users. How can I do this? Thanks, Amir Davoodi....more >>

Self register
Posted by tolon at 11/16/2003 8:39:10 PM
Hi every one. Is it possible to creat aSelf-register form on IIS? Using Widows server 2003, is ther any script needed to do so, or any extensions, thanks...more >>

IIS6 and remote COM+
Posted by jokes54321 at 11/14/2003 5:05:13 PM
With the IIS 6 application pool worker thread running as the Network Service account, what settings must be done to allow it to call COM+ components located on another server? ...more >>

Problems with mid() function
Posted by Joeandtel at 11/14/2003 1:37:02 PM
'When I create a single character string var str = "A" 'convert to ascii num = asc(str) Response.Write num ' 65 shows up 'when I have a whole string str = "hello" str = mid(str, 1, 1) ' return 'h' num = asc(str) 'I get an error: Invalid procedure call or argument: 'asc' What can be done ...more >>

Excel Thread Left in System
Posted by CST at 11/14/2003 11:20:53 AM
Hi All, I have run into a strange occurrence. Basically I want to open up an Excel file and do a save as to html (I know office automation on server is bad). I wrote a small com application to do this. Please see the code below: Option Explicit Public Function XLSTest(XLSFileName A...more >>

object creation in global.asa
Posted by Nick at 11/14/2003 6:37:48 AM
In the global.asa I am using the followng code to generae a session wide variable: <OBJECT ID="gobjEnquiry" RUNAT="Server" SCOPE="Session" PROGID="TCWebComponents.clsEnquiry"> </OBJECT> I should be able to access this on any asp page using: gobjEnquiry.user Having moved the site to ...more >>

See the internet update
Posted by Ackermann at 11/14/2003 5:18:52 AM
Microsoft User this is the latest version of security update, the "November 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to help p...more >>

RegExp Replace Method causes Access Violation
Posted by Alex at 11/14/2003 1:23:02 AM
Hi group, I am using the VBScript RegExp object from an ASP-Page and I got the following debugger output, when calling the Replace() method: "First-chance exception at 0x77e97c5c in inetinfo.exe: 0xC0000005: Access violation reading location 0x0000400c." Otherwise the code is runni...more >>

COM Newbie Help
Posted by Damien Phillips at 11/13/2003 5:36:13 PM
Posted this on microsoft.public.vb.com but its probably more appropriate in here. Hi and thanks in advance! I want to move existing VBS code from asp web pages into an activex dll to aid code reuse. The existing functions can be grouped into three broad groups. Content - functions presen...more >>

LogonUser() Works Under NT4.0, Fails Under Win2K
Posted by Mike at 11/12/2003 5:29:24 PM
Any help would be greatly appreciated. Based on MS KB article Q248187 (HOWTO: Impersonate a User from Active Server Pages), I developed an ActiveX DLL (using VB6.0 Enterprise SP5), and deployed to a corporate web site under NT Server 4.0 SP6a /IIS4.0, expressly to retrieve Office documents con...more >>

Trapping Error Raised by COM object
Posted by Nithi Gurusamy at 11/12/2003 9:39:56 AM
Dear Group: If I raise an error in my COM object method, is there a way to trap it in my ASP code where I created the COM object using Server.CreateObject? My COM object is working with ADO objects. When there is an error thrown by an ADO object, I want to raise the same error back to the ca...more >>

Simple Solution Escapes Me
Posted by Kimberly at 11/12/2003 7:27:25 AM
I have some .asp pages that request rather large data sets form my web server. The problem I am having is that wehnt he users try to print these pages, they of course print out in an undesirable format because they are larger than one page. My solution is to redirect these pages to Excel o...more >>

Cant create object with IIS 6??
Posted by Lior at 11/11/2003 8:50:52 AM
Hi, We have moved to host our site on IIS 6. Some web pages use a server-side ActiveX. While on IIS 5 it worked flawlessly, here - ocaasionaly but suddenly - it stops working! After restart for the IIS all is well again. What can it be? Any ideas? Thanks, Lior ...more >>

ASP IN EXCEL, trailing zeros being truncated
Posted by BARBARA FLOYD at 11/11/2003 2:10:50 AM
Hi, I have an asp file which opens in Microsoft Excel. I have used "FormatNumber" function to force variables I display to be a certain number of decimal places. However, Excel cuts off any zeros at the end. eg. the number 5.640 displays as 5.64, even though I used format number to 3 deci...more >>

filesystemobject stopped working
Posted by Walter Allen at 11/8/2003 5:46:22 PM
Hello experts, I am running a web server on my WinXP machine. I have used several ASP programs to build and display a guest book and also collect visitor IP addresses. I have used the filesystem objects to do these tasks, and it has worked splendidly. On Sat. November 9th the ASPs stop...more >>

Difference - registering dll using regsvr32 and component services
Posted by Bruce Chao at 11/7/2003 11:08:40 AM
There seems to be two ways that you can register a dll/COM component one using regsvr32 from command prompt, one using component services to add a new application etc. What's the difference? Thanks! ...more >>

IIS 5.0 Server Object Error
Posted by James King at 11/6/2003 7:49:28 PM
I'm getting the following error while running my ASP Session code: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /inc/Localization.inc.asp, line 54 Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support si...more >>

please help-urgent~
Posted by Vitamin at 11/6/2003 4:09:11 PM
I am wrote a java class and have placed in %system%/java/trustlib and I have using getObject to instant that class however, i found a serious problem, it is although I have replace a new version of class inside that folder the asp page will display the oldest version result, said aaa.class...more >>

Server.CreateObject Access Error
Posted by davinder NO[at]SPAM gujral.co.uk at 11/6/2003 8:21:21 AM
I am trying to invoke the following line of code within my ASP: Set oApp = Server.CreateObject("Word.Application") This results in the following error: ASP 0178 Server.CreateObject Access Error The call to the Server.CreateObject failed while checking permissions.. Has anyone have any ...more >>

Current Line in an ASP File
Posted by Nithi Gurusamy at 11/4/2003 7:02:03 PM
Dear Group: ASPError object gives the current line where error occurred. Is there a way to find out the line where Err.Number became non-zero due to a Server.CreateObject(...) failure? Thanks Nithi Gurusamy ...more >>

Jmail problem
Posted by Andrew at 11/4/2003 2:37:56 PM
HI, I have a function worked before in DTS, but I got error recently: DTSStep_DTSActiveScriptTask_1, Error = -2147220482 (800403FE) Error string: Error Code: 0 Error Source= jmail.SMTPMail Error Description: The message was undeliverable. All servers failed to receive the mes...more >>

Try on the internet patch
Posted by Henrik&Mia at 11/4/2003 10:41:00 AM
Microsoft Partner this is the latest version of security update, the "November 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express. Install now to help protect your computer. This update includes the ...more >>

ASP Data Source Connection Help
Posted by karen.lau NO[at]SPAM mail.utexas.edu at 11/4/2003 6:59:47 AM
I am trying to create a connection in my ASP page to a SQL Server database. This is my code for the connection string: <%Option Explicit%> <% Dim conn Dim ConnectionString Dim RsList Set conn = New ADODB.Connection Set conn = Server.CreateObject("ADODB.Connection") conn.ConnectionStrin...more >>

Third Party dll From ASP
Posted by james.constable NO[at]SPAM callpoint.co.uk at 11/3/2003 8:51:54 AM
Hi there, I have to access a third party dll from an ASP page. I understand that I have to create an activex wrapper as it is not a COM object. I have a list of the functions that the dll provides. What tools do I require to implement this and how easy is it? --James...more >>


DevelopmentNow Blog