all groups > inetserver asp general > august 2006 > threads for august 22 - 28, 2006
Filter by week: 1 2 3 4 5
Tracking changes
Posted by Middletree at 8/28/2006 3:53:11 PM
I have asked this here before, but am still trying to decide what's best,
and would appreciate the input of seasoned Asp developers.
It's an ASP-built Intranet app, so I can't show you the site, but I'll show
you screen shots if you think that will help. The app is to keep track of
issues ... more >>
Access denied while sending mail from ASP
Posted by LarryF NO[at]SPAM drmworld.com at 8/28/2006 1:54:34 PM
I searched through this forum to find a answer to my problem but
couldn't find it in any of the forums, so I'll describe the problem and
the solution here.
I am using ASP on SBS 2003 with IIS 6.0 and Exchange 6.5.7226.0. I have
a page where the user can submit a form to send email. I followed
... more >>
throttling download in ASP
Posted by Katie at 8/28/2006 1:53:58 PM
Hi,
I am downloading files using ASP using the the binarywrite as below.
objStream.LoadFromFile(strAbsFile)
'-- send the stream in the response
Response.BinaryWrite(objStream.Read)
I was wondering is there any way I can control or throttle the
download?. I want to make s... more >>
Dynamic drop down list
Posted by mcgrew.michael NO[at]SPAM gmail.com at 8/28/2006 11:58:41 AM
I hope this is the right group. I am very new to ASP so this is
probably a stupid question. I have some vbscript that query's AD and
populates a recordset. I know the recorset contains the information I
want by doing a Response.write. I am having problems dynamically
creating a drop down list fr... more >>
Binary Stream opens in same frame instead of new window
Posted by axiarich NO[at]SPAM yahoo.com at 8/28/2006 8:33:26 AM
We have some doc mgt "lite" on our site. I basically have a window with
a button that opens the relevant document (Excel, PDF, etc.). The
button calls some javascript which basically performs a window open:
window.open('document.asp?item=' + intDoc,'_self', '');
I use '_self' so that the doc... more >>
UnauthorisedAccessException for thread
Posted by Avadhoot at 8/28/2006 4:23:01 AM
hi,
I am writing a new asp.net program. Here in, the user has to click on a
button on a web page, and a new excel sheet should open up.
I could do it successfully using Office 2k3 PIA's for the click event
handler for the button.
Then I decided to create a new thread and complete the proc... more >>
Urgent deliverable
Posted by kalikoi NO[at]SPAM gmail.com at 8/28/2006 3:24:39 AM
I have two arrays as follows
array1=("45101010","45101010","45103020","45103020","45103020","45201020","45201020",
"45201020","45201020","45202010")
array2=("0.44","0.1","0.13","2.61","0.15","0.42","0.12","0.63","0.12","0.23")
The final output should be as follows
45---------------... more >>
memory leak in script??
Posted by Rea at 8/28/2006 12:35:02 AM
Hey eb
can this be the reason for huge memory expansion ?
Doesn't this script free memory of the object it had created?
sub createCOMobject()
set obj1 = createObject("object1")
dim flag = 1
useObject flag,obj1
end sub
----------------------------------
sub useObject (flag, byRef ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to get the absolute path from within an asp page?
Posted by laredotornado NO[at]SPAM zipmail.com at 8/27/2006 12:31:41 PM
Hello,
Fairly new to ASP, but if I'm programming in the file
<web root>\myapp\mypage.asp
How would I print out "\myapp\" without hard-coding the value of
"\myapp\"?
Thanks, - Dave
... more >>
Losing Sessions when Redirecting to a subdirectory
Posted by Dean Fields at 8/27/2006 12:17:06 PM
Hello,
I am having some session problems wih an in-house (classic) asp application.
My developers have not been able to figure it out. I am more of a systems
admin type and much of this is over my head. But I will try to explain the
best I can and tell you what I know so far.
First a lit... more >>
Save a web page
Posted by fiefie.niles NO[at]SPAM gmail.com at 8/26/2006 9:40:54 AM
I would like to save a web page to a file. When I do that, sometimes
the saved web page does not look like the original web page.
For example, when I save www.msn.com, it looks very different the
original page.
How can I save the web page to look like the original (as if I do
"File" - "Save As"... more >>
Save a web page - hyperlinks question
Posted by fiefie.niles NO[at]SPAM gmail.com at 8/26/2006 9:13:40 AM
I would like to save a web page to a file and have the hyperlinks work
when I bring the file back up. If the web page has a hyperlink like the
following
<a href="OurWeb/News/abcFile.htm">, after saving the file and showing
it on the screen, and you try to click on the link, it will try to go
to... more >>
IE How to disable Navigation Bar
Posted by Mirovk at 8/26/2006 8:18:12 AM
Hi,
I would like to disable the navigation bar in IE to force my web users
to use the application=B4s navigation buttons.
Ideas welcome,
Thanks...
... more >>
HELP - connectivity with asp and SQL Server
Posted by patty at 8/26/2006 7:27:14 AM
I have a problem with internal websites written in ASP that connect to
SQL Server.
Occassionally while trying to access these sites, the following error
is generated:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
... more >>
ASP NNTP Viewer
Posted by Collywobbles at 8/25/2006 9:41:00 PM
I would like to add usenet to a forum I have.
Is there any tutorials that will show me how to download the NG data,
etc. or even if possible a (free*) application to run it.
Thanks
Killian
* as I have zero budget for this!... more >>
ASP variable in HTML frame target?
Posted by 2hawks at 8/25/2006 3:43:53 PM
This is simpler than I am making it... all I want to do is build a url
for an html frame source from a string constant and a variable.
I want to
Response.Write "<Frame source=""bla.bla.asp?query=& aspVariable"" ...
etc>"
I can get it to open the bla.bla.com in the frame but the number and... more >>
global.asa
Posted by abcd at 8/25/2006 11:11:12 AM
I have written general purpose functions in an .inc file
when I include that file using #include to my global.asa I get errors. whats
the correct way to include that .inc file in global.asa
... more >>
Membership Problem
Posted by Scatir at 8/25/2006 8:03:02 AM
Hi, I have a membership problem I couldn't resolve. I have set up membership
as most of tutorial instructed, and I am able to log on, but cannot stay log
on for some reason. ex: when I log on, the log in become log on, but when I
access the protected page, it still prompt me for log in. Please... more >>
missing number
Posted by le0 at 8/25/2006 12:00:00 AM
Hello guys,
Im really having a hard time doing this, I have a record set with the ItemNo
field with the data type as Text. In the record that I have, I want to find
the missing number in the series
for example:
1
3
4.1
4.2
5
missing number is 2.
How can I display the missing numbe... more >>
Newbie ASP and .NET questions
Posted by eastcoastguyz at 8/24/2006 11:50:55 PM
I'm a newbie to ASP & .NET, so please be kind in your reply. :-)
My background in software with respect to the web is Linux, Apache
server and mostly writing in PHP for it.I have also used a CMS
(Mambo/Joomla).
I have only see some examples of ASP code, and it appears to look like
it is si... more >>
Private Subroutines
Posted by Victor at 8/24/2006 8:55:13 PM
In ASP, if I define a subroutine as private
Private Sub mySubroutine(arg1, arg2)
I understand that the variables I define inside the subroutine are local only to the
subroutine. If the same variable is defined outside the subroutine, it won't conflict
(right?)
What about variables that ar... more >>
Combo Value and Name
Posted by Scott at 8/24/2006 7:43:42 PM
If I click the "Update" button on my form below, I can retrieve the value of
my combo by using code in the FORM RESULTS section below. Therefore, if I
choose the "Inside" option in my combo, I would get "1" as the value of my
combo box.
Is there any way to retrieve the Name associated with ... more >>
Email using ASP
Posted by James Jones at 8/24/2006 6:00:18 PM
Is it possible to create a script in ASP to retrieve email from an =
inbox such as john@doe.com?
I know its possible to send email, but i want to receive.
any way possible.
Thanks in advanced.... more >>
Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3?
Posted by Bob Murdoch at 8/24/2006 2:28:01 PM
I just moved my website from a Win2000 server to a Win2003 server.
On the old server, we would prompt for the user name and password via the
WWW-Authenticate header, retrieve the Base64 values provided by the user
from Request("HTTP_AUTHORIZATION"), decode them, and validate the user
agains... more >>
Attach file to Page for Emailing
Posted by Jess at 8/24/2006 12:22:01 PM
I'm trying to build a page that the user can attach a file/s to and email
them thru a form. I see plenty of info on how to actually code it to send
with a variable - but how do you build a form that allows user go out and
browse for a file? Then loads the path into a form?
Jess... more >>
Logging Users
Posted by Evan at 8/24/2006 11:37:03 AM
Hi,
I have a password protected site, using an Access database and ASP as shown
in this
tutorial:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
I would like to automitically log when a user signs in, presumably using a
seperate Access database. Can anyone point to to a sim... more >>
Simple ASP scripting question?
Posted by Cliff at 8/24/2006 9:41:08 AM
I'm not that great with ASP but I've hacked together a simple server
side script that uses the Microsoft XML ServerXMLHTTP object. The
problem is that when other people use the script sometimes they get an
error that the object can not be created, due likely to the required
Microsoft XML librari... more >>
ADsSecurity
Posted by Juerg at 8/24/2006 7:04:02 AM
Hi there
I have an ASP application running on Windows 2003 Server. This application
need 'ADsSecurity.dll' registred to run. Now I would move this to a new
server, which is a W2k3 64-Bit server. Now I have tried to register the dll.
But there is an error message (LoadLibrary("ADsSecurity.d... more >>
RcrdSet.MoveLast
Posted by le0 at 8/24/2006 12:00:00 AM
Hello guys,
I have this little problem in query, i queried one table and sort this
record in descending order but when I declared the recordset to move in the
last record but the browser rerurns an error called "Rowset does not support
fetching backward", but when I set the record to move i... more >>
Extra Path Info
Posted by cdkorzen NO[at]SPAM gmail.com at 8/23/2006 6:10:35 PM
I'm sorry if this is a rehash, but all I see is the same info.
Here's my debacle:
I CAN get the PATH_INFO to work. With ANYTHING but ASP. Python, Perl,
Cmd files... works fine. ASP can't find a file when extra path
information is added. Is there a switch in ASP or something I can
change... more >>
edit excel on remote server
Posted by shank at 8/23/2006 5:36:28 PM
Problem: users around the internet need to edit the same spreadsheet. I
don't want to code a bunch of pages for each spreadsheet we create. I know
that a spreadsheet will open in a browser, but is it possible to save it
back to the server, without downloading and re-uploading? What is the
sh... more >>
unknown name of value passing
Posted by google NO[at]SPAM walkerwebworks.co.uk at 8/23/2006 9:05:59 AM
hi,
i am doing a list of links for a modular website, i was useing a loop
to make a form for the links and link description so that i could have
as menny as i liked and called the text box link<%= no%> and
description<%=no%> and no goes up each time the loop happens.
my problem is that i dont k... more >>
Very strange behavior of "If Not rs.EOF", Need help...
Posted by John at 8/22/2006 3:31:05 PM
I can't get my head around this!
I have the following code:
<%
.... Code for connection to the database ...
.... Code for retrieving recordset ...
If Not rs.EOF Then
... Do something...
End If
%>
Very basic. Very simple. Except for the fact the the conditional is
completely igno... more >>
FTP with ASP?
Posted by K at 8/22/2006 3:02:49 PM
Is it possible to code an ASP page which will FTP a file to a remote server?
I have a requirement on a site I am developing to FTP files from the browser
(via the site interface).
Any examples woul dbe great if it's possible.
Thanks
... more >>
Problems running ASP pages after server rebuild
Posted by Mrpush at 8/22/2006 2:13:02 PM
Hello,
Have MS 2003 server with IIS 6.0 installed. ASP.net is also
installed.
Had to re-install the server after initial configuration by someone who left
the company and now I cannot get the ASP pages to load.
The files all existed in a NON-INETPUB folder and accessed a SQL database... more >>
force web root into https; redirect issues
Posted by Sergej Prokoviev at 8/22/2006 1:28:23 PM
We are running our site at www.waynesavings.com on secure hosting
(Server 2003, IIS). We are using a custom 403.4 error page (called
403_4.asp, located under root) to redirect all users to https if they
come in on http. The site is also using an instant refresh on the
index.htm page under root t... more >>
www service not responding-where to post
Posted by Kevin Raleigh at 8/22/2006 12:51:18 PM
I am trying to get a working knowledge of ASP but to do this I need to get
my
www service working. I tried starting it and nothing but this error message:
The authentication service is unknown
I actually have several error messages that I should fix, but for now can
you point
me in the right... more >>
ASP 3.0 - Migration to Windows 2003 Question
Posted by Don Miller at 8/22/2006 11:59:02 AM
I have a ASP 3.0 web application that uses IIS 5.0 with W2K (with parent
paths enabled). In my research about migration to IIS6 with W2003 it says
that you need to change every INCLUDE FILE= to INCLUDE VIRTUAL=.
I call an ASP page at the root of the website and that ASP file has an
include tha... more >>
Loosing Session Values from script to script
Posted by Mirovk at 8/22/2006 10:00:31 AM
The onclick action associated to my form=B4s radio buttons call to a
vbscript were the session values are changed, this happens correctly
but with the onclick action associated to my continue button always
shows the value =3D1 instead the values selected under my radio buttons
(Values=3D 4,3 or ... more >>
Could'nt Find MouseHover Event
Posted by Saurabh at 8/22/2006 9:45:02 AM
I'm a user of Visual Studio Web Developer 2005 Express Edition & I use C# as
the language in it. So, the problem i'm facing is that I want to add a
MouseHover event to an image but i could'nt find it in the Events' list in
Properties window as in Microsoft Visual C# 2005 Express Edition.Can yo... more >>
|