all groups > inetserver asp components > september 2004
Giving Components Permissions
Posted by news.telus.net at 9/30/2004 10:12:26 PM
Server OS: Windows 2000 Server SP4
IIS: 5.0
Component Language: Visual Basic 6.0
Hey folks quick question hopefully be a quick answer too... I built an
ActiveX DLL Component to manipulate file positions on servers other than the
local machine. I went this route to avoid permission denied prob... more >>
Setting SelectedDate in <asp:calendar
Posted by TenDot at 9/30/2004 10:53:06 AM
I'm trying to set the SelectedDate on an <asp:calendar tag to show the
existing value of a date in a field retrieved from a database and put into
edit mode in a datagrid.
I've already got a TextBox tag in this datagrid cell that gets assigned (and
works fine):
<asp:TextBox id=INJECTION... more >>
Using MFC ActiveX control in ASP
Posted by Brett Robichaud at 9/29/2004 11:03:27 AM
I'm using VS.Net 2003 to create a very simple ActiveX control in MFC. The
control has no ui and just a few properties and methods.
What do I need to do to make it work in a classic ASP page? Currently any
time I try to set a property on my control {after calling 'Set obj =
Server.CreateObjec... more >>
Select OnAction in ASP?
Posted by Johan Christensson at 9/29/2004 2:20:18 AM
Hi.
I'm woundering if it's possibel to transfer a OnAction value from a
drop-down box in an ASP page without having to use Java code?
I mean something like this:
<%
Sub resposeprocess
some code,......
End Sub
%>
<Select name="DropDownMenu onAction="responseprocess">
<Optio... more >>
Where do I start writing components for COM+ ?
Posted by Alan Silver at 9/28/2004 11:20:57 AM
Hello,
I have had loads of experience writing COM components for ASP using NT4
and IIS4, but haven't done it for some time. I have recently upgraded my
server to Windows 2003, and am now getting some error messages
apparently related to my components.
Does anyone have any pointers to inf... more >>
enable debugging from the client side
Posted by simpsoro NO[at]SPAM webster.edu at 9/28/2004 9:15:54 AM
How do you enable debugging so that people see it from the
client side? I have gone in to properties, clicked on edit
www service, clicked on the home directory tab, clicked on
the configuration button, clicked on the app debugging tab
and then checked the box that says enable ASP client-sid... more >>
could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
Posted by pras_punjabi NO[at]SPAM yahoo.com at 9/27/2004 1:09:07 PM
I am trying to send an email message from sql server using the JMail
component from dimac.net. I was able to use the stored procudure
sp_send_mail from the Jmail usage examples successfully using sql
server installed on the development machine and a smtp server.
If I use another sql server insta... more >>
big, BIG problem with CDONTS (not hiding BCC entries)
Posted by viststzzz NO[at]SPAM hotmail.com at 9/25/2004 11:04:54 AM
I've just been trying to explain to my client how, despite the fact
that I used the BCC property of the Newmail CDONTS object to specify
the recipients, everyone received an email clearly showing a (partial)
list of their fellow recipients! Normally that might just be
annoying but in this cas... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
asp or asp.net programmer required Freelancer
Posted by deyedesignstudio NO[at]SPAM bellnet.ca at 9/24/2004 1:40:08 PM
Hi
I am looking for a Asp or asp.net or php programmer freelancer. Please
contact me at agim@adesign.ca.
Thank you
Agim
... more >>
How to create web page with spreadsheet like functionality?
Posted by Tom at 9/24/2004 11:20:14 AM
Hello,
I'm looking for a tool that would allow me to create a web page with the
spreadsheet like functionality. Basically, I want to be able to type in a
number in the cell and have all totals being calculated automatically
without having a page refreshed (or a trip to the server). That would ... more >>
winhttp
Posted by YT at 9/23/2004 12:16:16 PM
Hello,
I am getting an error creating a winhttp object. can anyone please help?!
I have Windows 2000 Server w/ SP4 installed. winhttp.dll is in
c:\windows\system32 (& c:\windows\system32\dllcache)
At the bottom is my entire script and i'm getting the following output:
WINHTTP TEST:
Server ... more >>
asp
Posted by YT at 9/23/2004 11:53:22 AM
greetings,
what i am looking for is a way for my asp script to grab a web page via an
http session and save the results to a string variable. ie. somewhere in the
script, the code loads a com object or something or rather, builds a request
URL, goes to the internet, downloads the result and pa... more >>
how to debug more than one COM object at the same time
Posted by maltobji NO[at]SPAM gmail.com at 9/22/2004 1:21:06 AM
Dear All,
i have a web application that is seperated into the well known 3
tiers.
i have a COM object for the business tier and another one for the DB
tier.(build by VB6), and as all know the Business uses the DB one.
my question .How can i debug the 2 COM objects at the same time?
i tried t... more >>
Online Videos
Posted by DavidM at 9/17/2004 8:57:06 PM
Hello - I recently purchased Camtasia for our training folks to begin
recording videos on how to use various inhouse applications both for our
customers and internal users that access our Extranet website.
If anyone is familiar with Camtasia, they should know that it can output
files in var... more >>
ASP Session
Posted by Roopesh at 9/16/2004 6:14:25 AM
Hi all,
I want to know how session variables are maintained. What
part of session variables is stored in cookies. In
maintaining the state of http, which part we should store
at client side and which at server.
Any help is appreciated...... more >>
asp file size
Posted by Joe at 9/15/2004 12:21:35 PM
Hello,
I have IIS 6.0 running on w2k3 Enterprise.
I have three upload forms
1 to have restricted uploads .asp
2 to upload plain .asp any extension
3 a FP form upload non .asp
The problrm I am having is with files larger thatn 2MB's
I have edited the metabase to enlarge the
a... more >>
Windows Version?
Posted by McKirahan at 9/10/2004 7:06:38 PM
What's the best way to identify which version of Windows is running?
The following works for Win98 but not WinXP:
Set objWSS = CreateObject("WScript.Shell")
MsgBox
objWSS.RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Version")
... more >>
HTA environment variables?
Posted by McKirahan at 9/10/2004 6:33:36 PM
I have an HTA (HTML Application) that builds another HTA and (after writing
it to disk via FSO) invokes MSHTA.EXE to run it.
Is it possible to set an environment variable in the first HTA that is
accessible by the second HTA? If so, how?
Thanks in advance.
... more >>
need to distribute on cd a static version of a my interactive site
Posted by WebRaster at 9/10/2004 6:12:43 PM
Hi
I've a question
I need to distribute on cd a static version of a my interactive site (made
by ASP), I need a tool able to convert and manage link names
Someone can help?
Thank
... more >>
Permission Denied (at the ObjNewMail.Send line)
Posted by Stallema at 9/10/2004 11:55:56 AM
asp forum problem.
Posted by alan.murray NO[at]SPAM gmail.com at 9/6/2004 2:06:04 PM
I can not get my form to work. here is the code
<% @language="VBSCRIPT" %>
<%
Dim myMail, myBody
myBody ="website title: "& request.form("websitetitle") & vbcrlf &
"websiteyurl: " & request.form("websiteurl") & vbcrlf &
"websitedesciption: "& vbcrlf & request.form ("websitedes") & vbcrlf &... more >>
NT IIS 4.0 and MTS component - help
Posted by Mark Andrews at 9/3/2004 4:11:24 PM
An old NT4 server blew up and we had to rebuild it, having trouble getting
COM components that had MTS logic in them to work correctly. I searched
aspfaq.com and nothing there is helping. Thinking it's something that
wasn't installed correctly. Can anyone help with maybe what I should look
fo... more >>
|