|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Running a server side script and getting failed to initialize
Jason -
12 May 2006 9:52 PM - 1 message
I am attempting to have an asp page call a batch file. I had it working, I was high on life and then I decided to log off the server. Once I did, the code would no longer work. When I logged back ...
AspExec - Run batch file from ASP page
Uday -
12 May 2006 8:19 PM - 2 messages
hi everyone, I searched in faq's but couldn't find and solution... so here I post the popular question.. Env: Win2003 server / IIS6.0 Simple ASP page that runs a batch file. When I run the asp page, I see some command line window pop-up on my screen ...
Help - 3 action buttons on each record
Marcelo -
12 May 2006 7:23 PM - 1 message
Hi, I have the following need: I list a table from an access database but cannot interact with each record. At the html page I display all records, one field (field1) from and 3 buttons for each record so to: ...
how to configure IIS for sending mail from ASP.NET application
shayad -
12 May 2006 3:44 PM - 1 message
Hi, I am learning ASP.NET , I want to send mail from my application so I
need to configure IIS. I have written code for it but my mail is in Queue or Droped. I think I
have not configured IIS properly. ...
Not looping
Jeff -
12 May 2006 2:00 PM - 6 messages
Hey gang. I have a script that gets stats from a mssql db, and then inserts those stats into a temp table. where i can work with them as i wish. the problem is it isn't looping through all the records, and i am not sure ...
avoid guestbook flooding
Bob Bedford -
12 May 2006 1:54 PM - 3 messages
hello, I'm trying to find how to avoid automatic submission of my guestbook form because many users submit their advertisement on it. I can't find the correct word for the little image where the user must enter what's written on it and avoir bots to recognize what's in. ...
Best providers for asp server
virtual cycling -
12 May 2006 11:04 AM - 6 messages
Hi, Can anyone recommend a company to provide us with a asp enabled ftp server please Cheers C ...
Moving on to SQL Express
Christopher Brandsdal -
12 May 2006 10:28 AM - 4 messages
Hi! Just had to convert a asp website I have from Acces to MS SQL Express. Is this an OK way to connect to the database? It works great, but I just wanted to know if this is the best way to do ...
How does a Personal Information Exchange Key function
thejamie -
11 May 2006 9:06 PM - 1 message
I have made an attempt to publish to a public domain using VS 2005. I have an option for Trust or No Trust in the Publish section of the properties. I chose trust and create a key (Personal Information Exchange). There are too ...
Hwo to write %> into a file in asp
js -
11 May 2006 8:59 PM - 2 messages
hi, Hwo to write %> into a file in asp, I got error when I run the script below. please help. many thanks. <% strContent = strContent & "<%" strContent = strContent & "dim i" strContent = strContent & "%>" dim fs, f ...
Analyzing debugdiag output
lf -
11 May 2006 8:16 PM - 1 message
I am trying to use debugdiag to diagnose a problem that we're having. I have gotten user dumps of both the inetinfo process and the aspnet_wp process (Windows 2000). However, I am having trouble deciphering the information ...
Administrator rights to control printer
ykffc -
11 May 2006 7:12 PM - 1 message
I have written some vbscript in ASP. The ASP code can access all Printer data correctly but when it tries to control the printer, such as pausing, resuming print, it does nothing. The written codes have been tested correct, in the sense they run correctly ...
obscure division by zero conundrum
subnunciation -
11 May 2006 4:28 PM - 3 messages
i know, this shouldnt be a conundrum right? one just shouldnt divide by zero. but this is suddenly happening *all over* my site. after chasing the error here and there, i simplified things down to: response.write cstr(4/2) ...
IIS shutting down automatically on its own
Rahul -
11 May 2006 1:59 PM - 3 messages
IIS in our server is shutting down automatically on its own. I don't know what is the problem? Please suggest? ...
new to ASP - must create PDF
Sonnich -
11 May 2006 12:01 PM - 2 messages
Hi! Is there a (simple) way to create a PDF file from ASP? BR Sonnich ...
ASPNET account not created
FrankP -
11 May 2006 5:11 AM - 2 messages
I am starting to use the ASP.NET Commerce Starter Kit to initiate a website, and have had an installation error - 'computerName/ASPNET account not found.'. I am using XP Pro with IIS installed and according to documentation, this should create the account, but it is not listed - It is needed as even ...
Write file from asp page.
MichaelK -
11 May 2006 12:13 AM - 6 messages
I need to write a log file on server side. I'm using the code below. By some reason it just hanging on and not doing anything. Just the progress bar is moving very very slow and maximum gets to the ...
Sort and list by month
Torbjorn Pettersen -
10 May 2006 9:48 PM - 2 messages
This one is related to my previous question. My (Access) database contains events. I'd like to sort and list by month and year, like the example under here. Any tips on how to do this would be appreciated. 2005 ...
Showing date as May 10 2006 not 05/10/2006
Torbjorn Pettersen -
10 May 2006 9:38 PM - 3 messages
How do I get dates stored in Access to show on asp page as May 10 2006, or even better May 10th 2006? Is there a special format I should store the date as? Have tried various formats, long/short, but keep getting ...
formatcurrency() places $ after number???
ljb -
10 May 2006 8:52 PM - 6 messages
Does anyone know how to correct or why formatcurrency() places the dollar sign after the number? thanks LJB ...
Request.Form 'and' cdo.message
whyyyy -
10 May 2006 6:38 PM - 5 messages
USING IIS 5.1, and Windows XP pro, the following form works on my system, and I can use as many form elements as I wish, as long as all form elements have the same name: "words", in this example. ...
HTML Tab pages
abcd -
10 May 2006 6:07 PM - 5 messages
I ahve an asp page which has many controls. I have identified that I can arrange then into different tab pages. are there any samples of the tab pages in ASP which can be cross browser. Simple HTML/JavaScript way will be fine. We want to avoid the third party ...
wscript.shell error
ferg -
10 May 2006 3:30 PM - 7 messages
People; i'm from argentina so , sorry, but my english isn´t good... Now, the question is; I'm trying to run a *.bat program on an ASP page, with the wsh script, but i can´t do it... because i obtain an error code (5 ...
Session variables are not getting initialized in global.asa file
Rahul -
10 May 2006 2:22 PM - 8 messages
I have initialized some session variables in Global.asa for our web application. But these session variables are returning null values; it is was working fine before; Recently we have rebuild our servers. Please let me know if anyone of you have some idea? ...
Explorer waiting indefinitely for IIS response
PullWood -
10 May 2006 9:15 AM - 5 messages
Strange and curious problem I'm experiencing. I implemeted a web site asp solution IIS 5.0. The site performe long calculations. What's happening is the following: if I connect through a ADSL connection I don't have problems, the browser ...
data sending
amatuer -
10 May 2006 8:21 AM - 2 messages
i used a check box in a loop: <input type="checkbox" name="Inv" id="Inv" value="<%= rstMain("TR_ID") %>"> n transfered the value to the next page...wats the best way to transfer the data to a 3rd page ...
Includes
Jeff -
9 May 2006 8:49 PM - 4 messages
I have an asp page. Now I know this is sortof OT, but I am not sure of the forum to get an answer. I have an include on this asp page <!-- #include file=\forum\includes\consts-inc.asp --> ...
Problems with Access
Christopher Brandsdal -
9 May 2006 2:57 PM - 13 messages
I get this error: ------------------------------------------------------- ADODB.Connection error '800a0e7a' Provider cannot be found. It may not be properly installed. /inc/DBconnect.asp, line 6 ------------------------------------------------------- I have just set up a new server, Win 2003 Std x64 bit It seems like the driver for connecting to the database does not work on x64 ...
CDOSYS help needed
crushando -
9 May 2006 1:34 PM - 3 messages
hi i'm new to ASP and have to deal with some email scripting at the very start.I've collected some script pieces from a variaty of tutorial pages but haven't been able to send any mails yet. I'm pasting the ...
Storing Session State
michdoh -
9 May 2006 10:19 AM - 5 messages
HI All Looking for some advice on session in ASP. We are running windows 2000 with dot.net framework 1.1 on IIS 5.1 This is an NLB architecture with the session being stored in an SQL DB. We have been coding and deploying using ASP.NET with no problems ...
Simultaneous fill out and display of a form
W -
9 May 2006 10:11 AM - 4 messages
I would like to make a form that multiple people can access and update at same time with their web browser. The form would have fields that each would fill in and I would like for all to see what the others fill in. Is there an ...
Partial downloads
Fil Mackay -
9 May 2006 12:38 AM - 2 messages
Has anyone got any experience with getting partial downloads working with ASPX pages? I am unable to .AddHeader("Accept-Range", "bytes") - ASP.NET eats the header, and refuses to transmit it. I am trying to enable partial/resumable downloads for PDF/DOC content that I ...
Checkbox Issues
Kevin Davis -
8 May 2006 6:49 PM - 5 messages
Hello, I have the following problem with the checkbox. The issue seems to be that when I click on the following checkbox: <input type= checkbox id="checkbox1" name="<%response.Write "recount" with the following values below: <input type=hidden name="recount" value=<%=idx%>> ...
MS Access + ASP + ADO + OpenSchema + error - Unspecified Error
abcd -
8 May 2006 3:30 PM - 1 message
I am using MSAccess 2003 as my DB, ASP page my front end. My access file is in the temp folder which ahs IUSR_Machine permissions. My asp page works fine, connects to DB and retrieves what I want. Now, when I open my db file ...
Date Prob
amatuer -
8 May 2006 1:38 PM - 3 messages
In Sa the date format is dd/mm/yy. in sql server the format the format is mm/dd/yy. What code can be used to chnge the format to the SA date format eithout chnging sql servers regional settings? ...
Connection Via ADO to AS400
Iain -
8 May 2006 1:25 PM - 2 messages
Hi Can anyone please help as I am going nuts This script fails and I cannot get it to work in any fashion. I have the following simple code <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> </head> ...
Asp and script
amatuer -
8 May 2006 9:01 AM - 4 messages
Iv gt an asp page that has two buttons on it. one button uses a form and the other uses scrpit to go to the next page. I need both buttons to submit data. Iv usesd this on page1: public varform ...
error insert into access from asp
tw -
7 May 2006 4:57 PM - 2 messages
Scenario: Error: Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. I have xp professional with iis6. the folder is under wwwroot with asp file and mdb file. Is there something with permission and LDB? I have try everything with permission. ...
Host online or Host Offline?
malcolm -
7 May 2006 2:01 PM - 7 messages
Hi, I would like help to get started on an idea. I have prior knowledge of how to do this so please be gentle with me as I am a complete beginner when it comes to ASP. I have a website hosted by an internet host and want to add a PHPBB2 forum ...
Severside
DaveSportsFish -
7 May 2006 8:54 AM - 3 messages
Hey all!!! I have a question about web forms. I've downloaded the MS Frontpage Personal Web Site Template and uploaded it to Cox's Personal Webspace Apache' servers. I've run the "Verify Test" for FP Extentions, and ...
|
|||||||||||||||||||||||