all groups > inetserver asp general > april 2004
Filter by week: 1 2 3 4 5
error '80005000' , ldap, GetObject, Windows 2003
Posted by douglas sur at 4/30/2004 11:28:00 PM
I have a piece of asp code that runs fine on my windows 2000 server for over
a year. We recently brought up a Windows 2003 server and the code seemed to
work there for a while. Now the code has stopped working. I get a 80005000
error on the GetObject method. The code has not changed at all du... more >>
New to ASP - How to Upload to Webspace
Posted by Sid at 4/30/2004 9:31:31 PM
Hi,
I am new to asp and I have asp pages that a friend has created for me, but I
don't know what to do with them after uploading them to my webspace in order
to see them. I have a domain and am running Apache HTTP 2.0
Sid
... more >>
Help for upload!!!
Posted by mei123 at 4/30/2004 8:46:08 PM
I need to write an application for uploading member's album/images on web site such as yahoo album. Does anyone have any idea which programming language I have to use? Can I use asp to write this application? Or any link or reference site I can take a look! Thank you very much!... more >>
IIS 6 & ASP
Posted by John Smith at 4/30/2004 5:36:15 PM
Hi all.
I've to migrate one ASP application from IIS5 to IIS6.
I was able to make it works but I'm facing with two problems:
- sporadically the session state is lost (but I'm sure the session
timeout is not expired);
- runtime asp errors aren't returned to web browser (a partial page is... more >>
RSS/Blogs ?
Posted by mark | r at 4/30/2004 4:06:13 PM
are there any free blogg apps written in asp? something that handles images
would be nice :)
mark
... more >>
sending binary file using asp over ssl
Posted by YT at 4/30/2004 2:58:57 PM
Hello,
Here's a quick explanation & problem:
i have an ASP (iis v5.0) application that generates a pdf file and this =
file is saved to the server. it is saved in a location not available to =
web users. i have an asp script (below) that sends the pdf file to the =
user as a binary stream. ... more >>
improving performance
Posted by Joey Martin at 4/30/2004 2:58:18 PM
If I call the database 5 times on a page using multiple queries, recordsets,
etc what all do I need to do to "close it all out"?
I close the database connection at the end of each page. Should I clear out
the recordsets or anything else? I just want to make sure I am performing
good practices.... more >>
disable buttons when printing an asp page
Posted by Rahul Chatterjee at 4/30/2004 2:14:06 PM
Hello All
I have a web page which is a confirmation page giving a receipt. I have a
couple of buttons on that page - one of them is a print button which is a
javascript:window.print() command on the onClick event. The problem I am
facing is that it prints the page along with the buttons. Is th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Need help with multiple Intranets
Posted by Gary Contois at 4/30/2004 11:44:16 AM
Sorry if this is not the proper place for this question but I am looking for
any thoughts on this issue.
We are currently begin to set up 'multiple intranets' at our place. All of
our static content will be replicated out to these other machines from the
main intranet. Also, I am able to have ... more >>
Resell Domain Names
Posted by Resell Domain Names at 4/30/2004 11:26:51 AM
If you provide internet related services to your clients, why wouldn't you
profit from domain name services as well? www.providenames.com is the #1
provider of eNom reseller accounts. Right now we are offering our $8.95
eNom reseller accounts at absolutely no cost. Sure, you can get them
dire... more >>
ASP fails to import typelib using METADATA tag when debugging
Posted by Kevin MacDonald at 4/30/2004 11:16:04 AM
On my Windows 2003 machine, using the latest version of IIS, when I turn on server side debugging and attach a debugger the enums I have defined in a type library are no longer recognized in ASP. In my global.asa file I have a line similar to
<!--METADATA NAME="AtlasLib" TYPE="typelib" UUID="{E097D... more >>
How can you implement MSHTML.HTMLDocument in ASP???
Posted by Jay Kappel at 4/30/2004 9:16:37 AM
I sure hope someone can help. I have been searching the net non stop for a
week now and there are ZERO references to how this can be accomplished. I
am using ASP (not .Net) on an IIS 6.0 server and I have control of that
server. I would like to be able to implement the Microsoft HTML Object
L... more >>
Application v. Local
Posted by Bryan Harrington at 4/30/2004 9:05:18 AM
Hello.. I have an asp classic app that I'm using a "common" file that is
included in all pages that contains items like the database connection
string, some common functions etc.
Also included in the file set as local variables are things like
Product Name
Customer Name
Start of Fiscal Yea... more >>
Building a menu 'on the fly'
Posted by Derk at 4/30/2004 9:02:34 AM
Not sure if this is the right place to ask, so here goes.
I am building a web site that Users have to sign on to, they will have a
Security Level. Depending on what Security level will determine what web
pages they can see.
What I want to initially do is when they log on and are verified, th... more >>
asp problem
Posted by wilsonr9 NO[at]SPAM bp.com at 4/30/2004 7:17:44 AM
My webpages on a private intranet include some ASP coding to present a
spreadsheet to the user. I use
response.contentType="application/vnd.ms-excel". this uses the Excel
on the user's desktop. It works great with Excel 2000. Now, some of
the users have gotten Excel 2002, and the spreadsheet sho... more >>
Change Control for ASP
Posted by larrybud2002 NO[at]SPAM yahoo.com at 4/30/2004 7:12:38 AM
Well, my company has gone into super micro-management mode, and
started a change control process for everything IT. I've been happily
coding away and now they want a change control approval for EVERY
change on our intranet that is ASP related. Does anyone else have to
deal with this? Seems WA... more >>
ASP hosting
Posted by javzxp NO[at]SPAM hotmail.com at 4/30/2004 5:39:34 AM
I am looking round for a reliable ASP web host and have come across
asp-web-hosting.net. They seem to offer a very good range of features
for a very reasonable price. Their "Platinum" package offers
everything I need and more for £69 per year.
Has anyone got / had any experience with these g... more >>
newbie - asp upload
Posted by monki at 4/29/2004 10:38:22 PM
hi
im learning how to use the asp upload component (and new to multipart
forms )
1.
Can anyone recomend any tutorials/code samples and multipart forms (apart
from the manual on aspupload.com)
2.
Using a 'multipart/form-data' form
I am trying to set the upload script to only alow jpe... more >>
ASP to HTML file
Posted by Jenny Shum at 4/29/2004 7:52:31 PM
Hi!
I'm trying to write HTML parsed from an ASP page (by XMLHTTP object) into a
newly created .txt or .html file.
It gives me "Invalid procedure call or argument" error every time there is a
funny character on the ASP page (like ?, £, or some French alphabet chars)
Works fine with all other... more >>
Intranet Security & Authentication
Posted by CJM at 4/29/2004 5:25:28 PM
We have a simple intranet currently but as time goes by it is increasing in
its complexity and its use.
Some of the published content is only for the eyes of the select few.
Currently this is restricted by a DB-driven menu system; all users can view
standard content, but some users can login t... more >>
inserting more than one value--previously posted elsewhere
Posted by middletree at 4/29/2004 4:02:23 PM
I know this is a SQL101 question, but darned if my fried brain can figure it
out right now.
I want to insert rows into a table which only has 2 fields. It comes from an
ASP multiple select form element; users can choose to select more than one
selection. If they only select one, it works fine,... more >>
running ASP with ASP.NET pages in single application - switching to .net environment
Posted by Akhlaq Khan at 4/29/2004 1:13:35 PM
hi,
We have a huge web application written in ASP 3.0 (and still currently under
development) but would like to move to ASP.NET because of more robustness,
maintainability and flexibility. but before we move to ASP.NET, i have
following concerns:
1. Which web server should i use ? IIS 5.0 wit... more >>
help to translate my pseudocode to asp
Posted by plelkes NO[at]SPAM chello.se at 4/29/2004 11:54:38 AM
Please help me out:
I´ve got a tblVetskebalans on this page
http://www12.brinkster.com/vatskebalans/tblvetskebalans11.asp
As you see 1 sk "Personnummer"has many date.. Personnummer = rs1("ID")
Please help me with this code:
1) rs1("ID") = "&Request.Form(""rapport"")&"
2) find the first date ... more >>
General global.asa failure
Posted by Mikael Hellström at 4/29/2004 11:49:35 AM
Hi, I have some huge problem. I fell sick for several days because of this
global.asa file problem
This is my problem:
I don't have any problem what so ever home on my local computer. Everything
work like a dream.
But on the webhotell nothing seems to be ok. It seems like session OnEnd
nerve... more >>
Tracking visitors to pages
Posted by Emmett NO[at]SPAM Silico-Research.com at 4/29/2004 9:25:59 AM
Hi,
I am inviting customers to view a page on my website. The invitation
email includes the url and sufficient variables to identify them
(email, name, company)
I want to track who actually views the page and capture the data in a
database. Obviously I could ask them to submit a form but I'... more >>
RSLinx and asp.
Posted by babak NO[at]SPAM op.pl at 4/29/2004 9:17:55 AM
I need a help (either pointers to where to post this message,or actual
pointers on my problem).
I'm getting very frustrated in here.
I decided to write the interface between RSLinx and microsoft IIS.
It seems that every time I'm almost there I stumble on yet another
‘GOT YOU !!!'.
I'm beginnin... more >>
ASP Treeview SQL Server - URGENT NEED!
Posted by dpaskiet NO[at]SPAM comcast.net at 4/29/2004 5:30:07 AM
Hello. I am trying to find a NON .NET answer to using a treeview
control with ASP. I am able to use this contror without issue in VB
but ASP presents an entirely different set of isssues.
I can get the treeview to populate based upon my recorset pulled from
the SQL Server but cannot get the ... more >>
automatic emails
Posted by sara at 4/29/2004 4:06:24 AM
Hi all,
I need to set up something that will send automatic
emails at a certain time everyday. These emails are based
on data in the db attached to my website, so I'd like to
send it out from an asp page. Does anyone know how to set
up emails being sent at a specific time everyday without
... more >>
ASP stopped working
Posted by Matthew Ferri at 4/28/2004 11:59:09 PM
I am running Windows 2000 SP4 with Office 2000 SP3.
I have the problem that my localhost connection is not working for my ASP
pages of my FrontPage-generated local web site.
Yesterday everything was working properly. But now, the web server will not
serve HTTP://localhost/*.asp pages at al... more >>
IIS Internal Server Error 500
Posted by Chris P at 4/28/2004 11:16:04 PM
I have an IIS 5.0 Server running on Windows 2000 Server which also has SQL Server, too. It is working fine and I have multple websites I been developing and playing around with that work perfectly. I have a website that connects to my SQL server and works with the database perfectly. However, I deci... more >>
MS Calendar Problem
Posted by Marina Louki at 4/28/2004 7:08:13 PM
Hello!
I have made an asp page in which I have put a calendar control. =
Everything works fine when I see the page from systems with windows xp, =
but when I try to see it under windows 98 the calendar does not show.
Can anyone figure out what can be wrong?=20
Thanks!... more >>
creating banking statement with balance ASP
Posted by webbygeeza at 4/28/2004 4:51:28 PM
Hello gurus
ASP, IIS 5.0, and Access OLEDB
I have data access page that print out my account statement like this in
reverse data order.
Date Stuff Prince
28/04/2004 bananas 4.99
27/04/2004 apples 2.99
26/04/2004 graphes 1.00
What I would... more >>
Running windows Application on ASP server
Posted by Aliandro at 4/28/2004 4:37:52 PM
Hi is it possible for someone to run an application made with windows using
ASP .NET as there is a guy who said he can take my windows based software
which is written in delphie and make that runnable on the Internet using ASP
..NET is that possible. Can you please give me an article on this.
... more >>
variable an object? if yes, is there a name property?
Posted by curtis m. west at 4/28/2004 3:16:23 PM
hello NG
i would like to fill all the "requested fields" of a form into variables.
i do this by hand now:
strUsername = request.form("strName")
strPassword = request.form("strPassword")
..
..
is it possible to do this using a loop?
i have no problem getting the values:
for i = 1 to ... more >>
Changing Win2k Password via web page
Posted by Ron L at 4/28/2004 2:51:36 PM
We have a SQL application with an IIS 5 front end. We use Windows
Authentication in IIS to authenticate users. Our application is on a
machine that is it's own domain, but trusts the domain in our office. We
have recently added users from another office who will be accessing our
system via th... more >>
Design View for HTML or ASP Response.Write
Posted by garry_stewart NO[at]SPAM veritasdgc.com at 4/28/2004 2:46:28 PM
Hello group,
I am wondering what the general public opinion is of using HTML tags
in an ASP script versus using Response.Write to display HTML code,
when you are developing Web Applications. (In particular database
apps)
It seems to me that using Response.Write gives you more control and
... more >>
Creating Application under IIS6 - Doesnt recognise Global.asa
Posted by CJM at 4/28/2004 2:15:48 PM
I've create a simple application on my development machine (XP/IIS5.1), but
when I transfer it across the the live server (W2k3/IIS6) I'm having
problems.
The application should pick up some configuration information from
Global.asa (ie held in application variables), but on the live system th... more >>
Help with SQL statement
Posted by ben.dunlap NO[at]SPAM langley.af.mil at 4/28/2004 2:04:39 PM
I need to make a report for my website that lists these things
Base,
Total Number of Participants for that base,
Total number of Male Participants for that base,
Total number of female Participants for that base,
and the ages of the users (9-18).
EX:
--------------------------------------... more >>
ADSI, ADsDSOObject, Error '80040e37' Table does not exist???
Posted by Ollie at 4/28/2004 11:20:32 AM
Ok, I'm new to ADSI and am trying use the following code but get the above
error.
The error occurs on the last line...
Dim oRootDSE, oCon, oCmd, oRecordSet
Dim sDomainADsPath, sUser, sPassword, sGroup, sProperties
Dim aDescription, aMember, iCount
Set oRootDSE = GetObject("LDAP://RootD... more >>
about continue statement
Posted by W. Jack at 4/28/2004 10:53:05 AM
Hello,
<%@ Language=JScript %>
<%
var a=0;
while(a<20)
{
a++;
if (a==10)
continue abc;
Response.Write ("eee");
abc:
}
%>
but run this script,is error.IE is Japanese,error's means label no defined.
Thank you
... more >>
utf8 encoding problems...please help.
Posted by FX at 4/28/2004 9:19:59 AM
Hi,
my ASP script page must be in utf8 for internationalization problem. Here is
the asp configuration:
- @Codepage=65001 or Session.CodePage=65001
- Response.charSet="utf-8"
But I have many coding problems with utf-8:
- can't use éàè... characters in javascript comments becaus... more >>
Having issues with Quotes
Posted by carmen at 4/28/2004 8:54:34 AM
I an trying to return data from a db using <%=RSupdate(title)%> in my code.
The problem is when title has some quotes in it such as Box "is" to big, the
only thing displayed will be Box. Is there any way to get the whole entry.
Thanks
Carmen
... more >>
Help with ASP on a Linux server
Posted by NEWWebDeveloper NO[at]SPAM aol.com at 4/28/2004 8:16:03 AM
The folowing code reads the file correctly on my localhost
<%
Dim urltext, MYPath
MYPath = Server.MapPath("testread.txt")
Set Fconn = server.CreateObject("Scripting.FileSystemObject")
Set file = Fconn.OpenTextFile(MYPath,1,false)
output = file.readall
file.close
Set... more >>
ASP and Korean
Posted by James Lattanzio at 4/28/2004 6:32:36 AM
Dear Anyone,
I have an asp page that prints text in Spanish, Russian and Korean. My
client's server does not accept codepage=65001, so I print the Spanish and
Russian characters one at a time as special characters, i.e. Response.Write
"&#" & ascW(String,1,1).
But this doesn't work w... more >>
ASP with Javascript
Posted by kelvinteh NO[at]SPAM yahoo.com at 4/27/2004 11:59:02 PM
Hi how do I solve this problem.
This code resides in a popup window and when the user click on the
links,
it's suppose to return the value to the main window.
However the code below doesn't work because the <a href> link does not
work at all.
Can someone help? Your help is much appreciat... more >>
Win2.3k and dotnet. Urgent please
Posted by Jay at 4/27/2004 10:19:53 PM
Quick scenario followed by details below.
ASP.NET application and MSDE installed on our Win2k dev server. All is good!
Replicated this on our Win2.3k production server... problem!!
Error is 'server does not exist or access is denied'
Details.
I installed MSDE via oSQL: setup sapwd=xxx secur... more >>
Error in updating memo field
Posted by S N at 4/27/2004 9:19:24 PM
I have an access table with fields including a Memo field. When I try to
update that table using ASP page (using OLEDB for ODBC driver) the record
after the update command is updated alright. But the memo field in the
recordset after updation does not contain the value from the record just
updat... more >>
Server object error 'ASP 0177 : 80004005'
Posted by schouwla NO[at]SPAM yahoo.com at 4/27/2004 5:40:25 PM
When I run an ASP script I have I get this error in the browser:
Server object error 'ASP 0177 : 80004005'
Server.CreateObject Failed
/Gateway/gmticket/gmtickethelper.asp, line 114
Unspecified error
WHAT DOES THIS ERROR TELL ME?
The ASP code looks like this:
function initial... more >>
Please help with "Checkboxes"
Posted by mas at 4/27/2004 4:53:33 PM
I have 50 checkboxes whose "yes" values are being e-mailed to a specific
user after the submit button is selected. The e-mail recipient sees only the
names of the checkboxes that were selected, however, there is a lot of white
space where the unselected checkboxes exist, but are not visible.
C... more >>
Tracking Downloads
Posted by Athmaus at 4/27/2004 3:11:05 PM
Here is the senario summarized
When someone downloads a trial of our app, we need a conformation page to popup as soon as the download is complete for this app. the this app for stat purposes. If at all possible we only want to track unique completed downloads, but at this point we will take just ... more >>
|