all groups > inetserver asp components > october 2003 > threads for october 15 - 21, 2003
Filter by week: 1 2 3 4 5
ASP PAGES WONT WORK
Posted by Fredin A at 10/21/2003 11:41:53 PM
We have a 2000 server running IIS 5.0. and it seems that
no asp pages are working. it gives an error server
application error.
please help.... more >>
Activate scanner from webpages
Posted by taja at 10/21/2003 3:31:04 PM
Hi,
Anyone around with an solution to activate a scanner from a webpages and
upload the result ?
Thanks,
... more >>
Connection failure inside ActivieX components in ASP
Posted by st946tbf NO[at]SPAM drexel.edu at 10/21/2003 12:42:17 PM
I have a very strange problem that I hope some of the experiences out
there maybe able to help.
I developed an ActiveX (using C++) component which open a TCP ip
connection to another server (call A). Things works fine in both VB
and ASP the 1st time. If I stop and start the server A, the act... more >>
Server.CreateObject
Posted by JohnWayne at 10/20/2003 6:11:53 PM
Hello All,
I need some help with Server.CreateObject. I have developed some ActiveX
dlls in VB6 to be used on a Win2K machine to encapsulate business logic.
Anyways, when I am debugging the dll, I can create the object and the ASP
pages runs fine. However when I compile the component into th... more >>
Recordset doesn't return @@identity field
Posted by A_X_L_V at 10/20/2003 3:44:20 PM
May not be the right group to post, but...
Here's a situation. ASP code creates Connection and Recordset objects, and
uses .AddNew function to add a record to the table. No matter what Recordset
parameters I specify, I cannot get @@identity field back.
Micr$oft claims it works in this articl... more >>
IIS and Active server pages
Posted by max at 10/19/2003 4:50:44 PM
Hi,
Where can I download the latest IIS with active server
pages for NT 4.0? Thanks.
Max... more >>
after redirect back, session is lost
Posted by alex at 10/19/2003 7:34:46 AM
Thank you in advance.
My ASP page 1 redirect user to third party's website,
after the process at third party is finished, in 3rd
party's page, there is one link to route user back to my
website: ASP page2.
As the user do all of these actions in the same browser, I
expect the user's se... more >>
Executable
Posted by Ozzie at 10/18/2003 10:28:48 AM
I would like to create a link that will open an executable file (.exe or
..cmd). The application will open outside the browser but I want to link it
from within a browser. Recommendations? Thanks.
Ozzie
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Listing Permissions on a Folder
Posted by Gary Contois at 10/17/2003 11:14:46 AM
Hi All.
I was wondering if there is anything out there which would allow me to list
permissions on a selected folder of my web site.
This would be used so that the 'web team' would easily be able to go to a
web page and see who has what permissions on a particular folder.
Anyone???
Thanks ... more >>
Using Multiple Versions of the dlls for the app
Posted by ack at 10/17/2003 10:03:07 AM
Hii all,
I have a this internal use portal i am working on deployed on a server.
My app uses some dlls that are instantiated from the asp pages using
server.createobject
Now I want to deploy the new versions of the web app on the same machine for
testing thus making production and staging mac... more >>
ASP files won't run
Posted by David Kuok at 10/17/2003 9:34:30 AM
Dear Experts,
We have a 2000 server running IIS 5.0. We hit a 404-page
not found error whenever an ASP file is requested. Static
pages are ok. We tried to rename a .htm file to .asp which
contains no ASP code at all. But we hit the same error
when requesting the renamed ASP file. My impre... more >>
ASP speed problems
Posted by pbabich NO[at]SPAM tqe.com at 10/16/2003 2:35:22 PM
I am running IIS 5 on Win 2000. While troubleshooting a problem, I
created a simple ASP page that uses the GraphicServer COM object to
draw a graph. When I put my test page in a virtual folder that was
created by a VB6, WebClass application, the page is displayed in less
than a second. If I ta... more >>
invoke a command line program in ASP
Posted by Srichand at 10/16/2003 5:11:58 AM
<%
Dim oShell
Dim iRreturn
Set oShell = GetObject("","Wscript.Shell")
If oshell is nothing Then
Set oShell = Server.CreateObject("Wscript.Shell")
End If
oShell.Run "notepad.exe",3, iRreturn
Set oShell = Nothing
%>
When I run the above code no error message is displayed
but notepad.exe i... more >>
How do I clean a web form
Posted by Angel at 10/15/2003 11:17:50 AM
Hi,
I am using .NET ASP/C#. I would like to know if there
is a function call (API) to clear the input fields when
the user clicks "Clear" Pushbutton. Thanks for your help.
Angel... more >>
Login Page for ASP
Posted by Pramodu. C. P at 10/15/2003 9:23:12 AM
Hi every one,
I need some help.
I am new to ASP, I have developed some applications using
VB6 & SQL 2000. Recently, I decided to test some thing on
ASP, it is still a gray area for me. I don't know how to
start.
I have installed NT4 with IIS, where i have created some
test pages (te... more >>
Browscap.dll
Posted by Calle at 10/15/2003 3:35:40 AM
Hi all!
I'm having problems with instanciating MSWC.BrowserType in
my VB6 component, i do like this.
Declaration:
Private objBC As BrowserType.BrowserCap
In my public sub:
Set objBC = Server.CreateObject("MSWC.BrowserType")
bcBrowser = objBC.browser
Generates error:
006~ASP 0177~Se... more >>
How to convert JPEG image into a binary data?
Posted by Lucas Cowald at 10/15/2003 1:53:46 AM
Hi,
Using ASP and VBScript. How to convert JPEG image into a binary data? Is it
possible with a command from ASP / VBScript without having to put it into a
database first?
I want to take the JPEG image from a folder, convert it into a binary data,
and stream it to the browser. How can I do ... more >>
|