all groups > inetserver asp general > october 2007
Filter by week: 1 2 3 4 5
print page script - login problems
Posted by ll at 10/31/2007 1:05:22 PM
Hi,
I have inherited a site written in 'classic' ASP, and I am working
with a print page script. I've gotten the script to work ok,
although, as the page which has the "print this page" link is
'protected,' the page that pops up (when the "print this page" linked
is clicked) is the authenticat... more >>
BLOB to MS Word via ASP/VBScript
Posted by at 10/31/2007 9:43:07 AM
I've been researching this for two days without little success. I have
an ASP that accesses an Oracle BLOB to extract MS Word documents
(later to include excel, power point, pdf, and text). The document is
stored there via Rational ClearCase.
I'm able to access the data in the BLOB, but when I... more >>
Domain Availability Function
Posted by bcap at 10/31/2007 7:57:30 AM
Can anyone offer a good reference for a domain avialaibility checker?
I'd like to create a web page to see if domains are available or not.
Thank you for your thoughts.
Ray
... more >>
PSEUDO WEB SERVICES CALLING OTHER SERVICES
Posted by at 10/31/2007 7:22:07 AM
Hello All,
I have a project where I am being asked to expose some functionality
to a customer via a web-service-like interface. This service will be
written in Classic ASP, and will take a number of parameters, process
some logic,and then return some information to the consumer. I've now
bu... more >>
Classic ASP Question
Posted by mcp6453 at 10/30/2007 2:00:18 PM
My small company has a web site that is developed in "Classic ASP",
which is, I'm told, different from just "ASP". It is clear to me that we
are not using ASP.NET. The site is hosted on a shared Windows Server and
access a Microsoft SQL Server 2000, I think.
We are having a terrible time fi... more >>
asp newbie question
Posted by Nicola Attico at 10/30/2007 2:15:47 AM
Hi
I'm trying to buld a select form for a country with a button, and when
the button is pressed a msgbox is displayed with the name of the
country
This is the code I'm not able to make it run.. can you give me some
hint?
Thanks!
Nicola
<html>
<body>
<select name="country"> <opt... more >>
modifying outlook distribution lists via ASP
Posted by whatchamakeofit at 10/29/2007 10:05:00 PM
is there a way to modify outlook distribution lists via ASP? thanks
... more >>
Shared login authentication between two domains?!
Posted by tanya.wang NO[at]SPAM gmail.com at 10/29/2007 5:57:48 PM
Hi all,
We have a site called http://www.mydomainxyz.com/ and our network guy
has set up load balancing with multiple IIS servers. We also have a
function that allows users to upload photos on our website. Recently
we found that doing load balancing will cause the upload function not
workable... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to debug a server program
Posted by c676228 at 10/29/2007 10:21:00 AM
I have a testing client program, the purpose is send a xml file to a server
program, and the server return another xml message. So I wrote a testing
server program the simple one and make sure the communication is fine. After
that I started to program more complicated server program, since the... more >>
Temporary Use of Session Object
Posted by jamie.jamazon NO[at]SPAM googlemail.com at 10/29/2007 12:00:00 AM
I'm currently developing a small MVC framework using classic ASP
(don't ask me why!) At it's core it calls the controller script which
does the heavy logic and builds disconnected recordsets of the
required data then transparently "includes" a page template asp script
using a Server.Execute.
... more >>
ASP - Europees datumformaat dd-mm-jjjj
Posted by Charlotte at 10/28/2007 5:27:24 PM
hallo,
ik zit hier te sukkelen met het datumformaat om dat op een degelijke manier
in het europese formaat te krijgen
dus van mm/dd/yyyy naar dd/mm/jjjj
ik gebruik ASP en de database is een MDB
in de MDB is het datumveld ingesteld op 'Korte datumnotatie'
ik heb reeds veel gegoogeld, ... more >>
Netgear DG834G (v3) wireless router - firewall rules - port forwarding
Posted by PW at 10/28/2007 12:00:00 AM
I have a Netgear DG834G (v3) wireless router. I also host an ASP website
from my home computer. I had a problem when I first got this router that
was blocking requests from outside from seeing the website. I overcame that
problem by adding a firewall rule and everything has been working f... more >>
80090004 Bad_Length errors
Posted by russell.upsandgruff NO[at]SPAM gmail.com at 10/27/2007 10:21:06 PM
I have inherited a portal from a company called Plumtree. Most of the
code I believe is asp. They were bought out by BEA a few years back.
Yesterday, the gadgets stopped working, and I started receiving the
following 500 errors in the IIS logs whenever the gadget asp code is
called: |16|80090... more >>
Cannot access remote file from mapped drive
Posted by tanya.wang NO[at]SPAM gmail.com at 10/26/2007 11:25:50 PM
I want to access files from a remote server so I mapped it in my
server under z:\ for \\myserver\web\mysite\images\
I added this UNC path to my IIS virtual directory and name it as
"upload"
but I still cannot use any FSO to read it. Here is my code:
<%
Dim fs
set fs=Server.CreateObject(... more >>
string manipulations
Posted by bbell1980 NO[at]SPAM gmail.com at 10/26/2007 7:21:34 PM
I can do this in vb.net but I can not do it in this asp code.
the user is writing what ever text into a text box and posting it to a
access database. problem is when they use words such as (we'll, can't,
shouldn't,) it will not go in because of the single quote mark.
I am trying to replace ... more >>
cannot get xml string from xmlDom.xml, but text
Posted by c676228 at 10/26/2007 3:18:01 PM
Hi all,
I have the following code which I try to load an xml file, but in browser, I
only get text value for each node, not whole xml string. I expect to see
something like
<name firstName="betty" lastName="Smith">I am at home</name>
But I only see text "I am at home"
did I do something wron... more >>
Cannot create ASP File
Posted by rmcompute at 10/26/2007 11:59:02 AM
I have Windows 2000 and recently included Internet Information Services. I
then created a simple ASP file and clicked on it. The Open With dialog
appears asking me to select a program. I copied an existing ASP file,
test.ASP from another computer where it runs successfully. When I copied ... more >>
missing character
Posted by fennychieck NO[at]SPAM gmail.com at 10/25/2007 6:14:39 PM
dear all,
i've a problem here. everytime a user click on "approve" button,
they'll always get database error. and when i check the error log,
there are several fields that have missing characters, which results
in database error.
for example: the fields for
1. "refID" (supposely: 1952/102007... more >>
ASP page to Search by Directory Names
Posted by Cassandra Lindquist at 10/25/2007 1:43:01 PM
I need to develop a search so users enter a unique number and the search form
searches all folders and subfolders of the site to match this unique number
to the name of a directory. The search results should return the public path
to the directory (we have directory browsing enabled):
searc... more >>
email validation strings
Posted by jp2code at 10/25/2007 9:13:22 AM
I've got a couple of strings I use to validate emails.
I have no idea what either of them do or what they mean! I found them, they
work, so I use them!
Could somebody let me know what these mean? My guess is that the longer
string is better, simply because it tests more thoroughly, but I c... more >>
CDO Error
Posted by Nate at 10/24/2007 9:00:24 PM
I have the following ASP code on a simple "experimental" page:
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="f...@blah.com"
myMail.To="t...@blah.com"
myMail.CreateMHTMLBody "http://cic/targeted/results.asp"
mymail.configuration.fields.item("h... more >>
IIS6 ASP Sessions losts ????
Posted by Mathieu MARCIACQ at 10/24/2007 2:43:16 PM
Hi.
I've a curious thing...
My sessions variables are resetted without any more information from
time to time.
I am calling /Alive.asp every 5 minutes. (Doesn't really do anything by
itself, it is here only to keep alive the sessions)
And from time to time, a Session_OnStart is called ... more >>
receive xml from https post in classic ASP
Posted by c676228 at 10/24/2007 12:34:00 PM
Hi all,
I am writing an ASP page which is listening and waiting to receive a xml
from third party vendor. I have googled for a while. It seems to me in ASP
page, if the vendor stores xml data in a field, say, XmltoTis, then I can do
the following.(please check for me if my understanding is ... more >>
Question on capturing login information & form security.
Posted by Brave at 10/24/2007 7:43:08 AM
I create email forms in ASP for my company, and have a question about
capturing the users login information to keep them from having to
enter their name on every form. I am hoping to pre-populate the login
information into a form field. Can someone give me a general idea of
how this can be done,... more >>
Malformed email with CDO.Message in ASP
Posted by Jens at 10/24/2007 12:43:27 AM
Hello,
We have several cases where an email, send with the CDO.Message object
in ASP, is received malformed at the receiver's e-mail address.
>From the ASP code we send a html email with some tables and other html
code in it. When the message is received at the client's email address
there ... more >>
Eatern-european characters
Posted by Janošik at 10/23/2007 5:58:30 PM
Hi,
I am using an ACCESS-database to store Slovak words. Those words may
contain special characters like : =C4=8C =C4=8E =C4=9A =C4=BD =C5=87 =C5=98=
=C5=A0 =C5=A4 =C5=BD.
When I want to retreave and show those words in IE using ASP, those
characters are replaced by a questionmark! I suppose... more >>
Querystring issue with the + sign separator
Posted by Simon Gare at 10/23/2007 1:05:55 PM
Hi All,
I have a querystring that contains the + sign as a separator, I need to read
these values individually in a select statement, for example.
&text=Single+205
where single is the type of room somebody wants and 205 is the user ID in
the Customer table.
Please help.
Regards
S... more >>
ASP: XLS to XML
Posted by ND at 10/23/2007 10:39:26 AM
hi anyone,
is it possible to open a excel file with excel application object and
with saveas() to XML file in asp, without ADO?
... more >>
ASP issue under IIS 7/Vista
Posted by day10 at 10/23/2007 10:19:02 AM
I have a relatively straightforward dll, written in VB.net, kicked off from
ASP, that will not run properly on a Vista box. I believe I have covered
every security possibility (at least I think I have) and I thought I'd submit
this here.
The process is this:
We pass
1) an ID for a pers... more >>
Preferred ASP database
Posted by jp2code at 10/22/2007 9:00:21 AM
The provider I host my website on gives me three options when it comes to
databases:
1. Microsoft Access
2. MySQL
3. MSSQL
I have used Access in the past, and it is adequate for the minor database
work I plan on doing.
However, I would like to learn some quality skills, just in case a... more >>
HELP--spacing appearing in HTML email set from ASP (sporadically)
Posted by javelin at 10/21/2007 5:52:39 PM
I support a website. When we send HTML emails from out system, we
generate a variable called "str". We set that str variable to the
objMail.htmlbody property of the mail object. Frequently, random
spaces appear in the email when it is received by the recipient,
however those spaces do not always... more >>
Is there a maximum number of emails CDONTS can handle in an asp script
Posted by Hugo Lefebvre at 10/20/2007 3:39:12 PM
Is there a maximum number of emails CDONTS can handle in an asp script? I
have different questions about this.
Question1:
example1:
set objSendMail = createobject("CDONTS.NewMail")
......
objSendMail.To = emailto
objSendMail.CC = emailcc
objSendMail.BCC = e... more >>
netobj.GetSystemInfo()
Posted by Anil Gupte at 10/20/2007 12:00:00 AM
In Javascript there is this function netobj.GetSystemInfo()
Is there an equivalent in ASP?
--
Anil Gupte
www.keeninc.net
www.icinema.com
... more >>
chunked post to ASP page
Posted by letisoft NO[at]SPAM gmail.com at 10/19/2007 11:14:32 PM
Hello,
I am sorry but I am not ASP developer, anyhow I have problems
communicating with ASP pages so I am trying to help the developer of
the page.
The problem is with posting chunked data. According to HTTP 1.1
Content-Length header is missing so Request.TotalBytes is -1.
The only idea I ... more >>
Method not allowed(Error code = 80070005)
Posted by Michael Bender at 10/19/2007 3:52:03 PM
Hello everybody,
after reinstalling Windows XP (incl. IIS) it is not possible to create new
webs on the local IIS in the likeweise reinstalled Visual Interdev 6.0.
After typing in the name of the desired webserver (machine name or
localhost) the following error comes up: "Method not allowed... more >>
Permission denied creating Singleton in GLOBAL.ASA
Posted by Tony Proctor at 10/19/2007 1:48:19 PM
I need to create a process Singleton object for an ASP application, but I'm
having some odd issues
In my GLOBAL.ASA, I have an <OBJECT> element specifying the relevant ProgID
with RUNAT=Server and SCOPE=Application
However, although this works fine for some classes, I get a permission
denie... more >>
Cannot run old ASP files in Windows 2003 Server R2 64 Bit
Posted by BuddyWork at 10/19/2007 8:26:01 AM
I have old ASP pages that runs on Windows 2003 Server 32 Bit.
I now am trying to run them on Windows 2003 Server 64 bit. I get the error
HTTP/1.1 500 Server Error
IIS is setup for 32 bit
In the web service extension for Active Server Pages I've allowed it.
When I change the ASP config... more >>
Help Parsing RFC822 Formatted Date
Posted by VUNETdotUS at 10/17/2007 2:57:55 AM
How can I parse RFC822 date format Sat, 13 Oct 2007 22:09:03 PDT to MM/
DD/YYYY?
Any reference you can recommend?
Thanks
... more >>
passwords in the source?
Posted by jp2code at 10/16/2007 3:02:31 PM
I've got some files that are not very sensitive. Mostly history files from
email sessions using our contact forms.
I'd like to password protect these files so that if someone happened to get
a link to it, they couldn't start passing it all around for anyone to read,
and I certainly wouldn't... more >>
CDONTSing from home computer vs antispam filters
Posted by aa at 10/16/2007 12:00:00 AM
I work from home and would like to automate sending out newsletters to my
customers from my home computer using ASP CDONTS and Access where my
customers are stored.
I was advised however, that emails originated like that from a private
computer will be recognised as such by antispam filters and ... more >>
variable asp include
Posted by j.woodcock NO[at]SPAM find-a-part.com at 10/15/2007 9:18:18 AM
is there a way of having a file that's name is a variable (eg
dependant on the user name) act like a include.
i know that you cant define the file for an include asp tag using a
variable and that reading the file using "Response.Write
FSO.OpenTextFile(ppp, 1, False, False).readall" prints the fi... more >>
How to play .vox file in asp page
Posted by Jawahar at 10/15/2007 3:45:01 AM
I need to play .vox files using ASP.
Can anyone help me out.
... more >>
write a file to as subfolder of a InetServer location
Posted by Thanh-Nhan Le at 10/15/2007 12:00:00 AM
Hello,
I have an ASP application on IIS server:
http://localhost/myApp
I use ASP and a my own VB activex DLL to create a pdf file and write this
file to a subfolder of the Application folder:
http://localhost/myApp/pdfs
1-
Over IIS I have set the "write permission" for this subfolder.
Bu... more >>
FSO Error
Posted by Miguel Orrego at 10/14/2007 12:00:00 AM
Hi, I'm getting a permission denied error on a win2k server using
fso.deletefile. I have given the IUSR and IWAM full control permissions to
the directory and the files are not read-only. Any ideas? Thanks.
... more >>
Link checker in ASP
Posted by Gabriella at 10/13/2007 12:49:17 PM
Hi,
How can I check a link in ASP?
I need to verify the exact link, just as http://validator.w3.org/checklink
performs the validation -
e.g.: if a user inserts http://www.exampleURL.com, i'd like to verify
whether it's
http://www.exampleURL.com OR
http://exampleURL.com OR
http://www.exam... more >>
How to open a file on the clients local hard drive from within ASP
Posted by Peter at 10/12/2007 1:33:01 PM
Dear,
I do have an ASP page with vbscript code entirely executed on the IIS
server. The page contains a lot of data coming from the SQL Server.
I want to populate one of the <select> boxes on that page with data coming
from a file stored on the clients local hard drive. How do I achieve thi... more >>
Generate email when I click button?
Posted by majahops via WebmasterKB.com at 10/11/2007 8:05:21 PM
When I click "save" after adding a new record (which contains, among other
fields, the person's email address), I want an email to automatically be sent
to that person (at the email that is in the field of that record). How can I
do this?
Thanks so much, it really means so much to me!!!
--... more >>
HTTP 401.1 error when using IP address...
Posted by msnews.microsoft.com at 10/11/2007 10:02:05 AM
Our IT team relocated our application servers yesterday. They had to take
one machine out of the cluster because it would prompt users for credentials
if accessed using the IP address, which I guess is what happens when it is
accessed through the firewall. However, it works as expected when ... more >>
break
Posted by vinodkus NO[at]SPAM gmail.com at 10/11/2007 5:23:23 AM
dear sir/madam
How to use break in asp. Please help me
Thanks in Advance
... more >>
Creating a variable name as the value of another variable.
Posted by rdstevenson NO[at]SPAM hotmail.co.uk at 10/11/2007 3:39:21 AM
Hi,
Something I've never come across before and has given me a headache.
I have a txt file with content similar to below I want to read in each
line do a split on the = and then create a variable with the name of
the first value and the value of the second. I'm fine with the
splitting etc bu... more >>
|