|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
IIS4 application variable removal
nutso fasst -
21 Oct 2006 8:19 PM - 11 messages
Hi. Any way to do this from asp page in IIS4? Application.Contents.Remove is IIS 5+. Setting variable to empty string does not remove variable. thx, nf ...
How can I reference an include page from global.asa?
Dave -
21 Oct 2006 4:32 PM - 4 messages
I have different database connections that I use for DEV and PROD versions of our web app. I want to put the database connection string in one location so I only have to change it once when we push live. ...
IIS, ASP, wshell.run, command prompt, console width, height
maykil ceksin -
21 Oct 2006 9:37 AM - 1 message
Hi, Is there anyone knows which user profile is using by IIS while running an DOS application within asp with wshell.run command. To describe my problem clear; I'm using a DOS command and within ASP. My code is something like ...
Window Scheduler
Tony WONG -
21 Oct 2006 1:19 AM - 2 messages
there is a job (exe) to generate a html page every night. is it possible to have a asp to trigger the job in window scheuder? Thanks a lot. tony ...
Send report by email
mrajanikrishna -
21 Oct 2006 1:13 AM - 2 messages
Hello Friends, I am generating two reports but two files. First report is Shipment Booking Form. After generating this form, I want to send to the cargo management by email. As far everything ok. Along with this report, I have another file which generates packing ...
Dropdown list in ASP
mstery -
20 Oct 2006 4:37 PM - 2 messages
This is probably really stupid, but I cannot figure it out, and none of the references I've found seem quite right for what I'm trying to do. How do I do the below, but have the option values and Option Choice ...
W3c Xinclude in xml parsing
dune -
20 Oct 2006 1:38 PM - 1 message
Hello, i've searched a lot on the webm but i cant end up with a solution. Is it possible to process Xinclude directives in asp (server side)? thx Fab ...
Server object, ASP 0177 (0x800401F3)
julian.tklim -
20 Oct 2006 6:52 AM - 5 messages
Hi, I have built a DLL using VB 6.0 and trying to run create the object in ASP. Eg: <% set a = Server.Createobject("Office.clsOffice") %> When the ASP is executed, I received the error message: ...
How to destroy an session
Shun -
20 Oct 2006 6:12 AM - 2 messages
Hello How to destroy an session thanks Shun ...
Printing reports from ASP
Tony WONG -
20 Oct 2006 4:22 AM - 1 message
how many ways to print reports from ASP? Is it good to make use of Ms Office for printing process? i find sometimes the excel or word is hanged up in server by using Office. if it is a big report, is there any problem when other users activates ...
any resouces for construct/parse xml string in classical asp using
c676228 -
19 Oct 2006 8:20 PM - 7 messages
Hi everyone, I searched on the internet and didn't get exactly what I want. Do you have any? ...
Urgent help need in ASP
rk2008 -
19 Oct 2006 6:21 PM - 5 messages
I have a dll returning a variant array of 40,000 rows to an ASP page. I can't use a Variant variable in ASP since the maximum rows it accepts is 32717 approx. Can someone advice how to get the Variant array ...
Best practices for deployment from dev to stage to production
dasomerville -
19 Oct 2006 5:49 PM - 3 messages
We have different settings for our development, stage and production environments. For example, our development environment connection strings point to development database instances, stage connection strings point to stage database instances and so forth. Without having to maintain separate web.config files, what are the various ...
W3 Jmail
Mangler -
19 Oct 2006 4:06 PM - 9 messages
I am new to Jmail/ASP and either need some help or someone to tell me I am stupid... I got Jmail to work fine. My problem is I need to send an email based on somthing a customer submitted. When we receive the submission in ...
RegExp
CJM -
19 Oct 2006 3:58 PM - 3 messages
I'm trying to validate and input field that allows an integer or a single '*' character using regular expressions, but I'm not getting the results I'm expecting. I'm trying to match against the pattern "[^0-9]*|[^\*]", which I hoped would ...
Response.binaryWrite chunks of data
Katie -
19 Oct 2006 3:23 PM - 6 messages
Hi, I made a posting a while ago regarding doing a binarywrite of a large file in chunks and got a lot of helpful responses. I was able to make it work then. Unfortunately when the project is being tested its not ...
Asp and Frames
philin007 -
19 Oct 2006 9:40 AM - 4 messages
Hi, Can any help please... I am trying to use frames in asp page. Well I am aware that frames are on client side etc.. what I need is following. Let me explain using the main page which have the frames skeleton : ...
Checkboxes array
cancer10 -
19 Oct 2006 5:01 AM - 1 message
I have the following table in page1.asp Code: -------------------- <table> <tr> <td><input type="checkbox" name=chk value=1></td> </tr> <tr> ...
POST url based upon item selected in dropdown list (sounds Simple)
SA SA -
18 Oct 2006 9:56 PM - 6 messages
Is this possible? I have three items in drop down "Select Payment Type", "Credit Card" and "Check". if user select Credit card then i need to post the form variables to different URL than check selecting. Thanks for your help in advance. ...
ASP form problem
Lokee116 -
18 Oct 2006 6:43 PM - 1 message
Hello, Im fairly new to .asp I think I have it pretty much figured out but I cant get it to work please help if you can. In the html file I have a form like so: <form action="ban001.asp" method="get" target="veiw"> ...
Is their an FTP class in .NET 1.1?
Tom P. -
18 Oct 2006 2:20 PM - 2 messages
I am trying to validate a persons FTP access (username and password) but I cannot find a way, in .net 1.1, to logon to an FTP server. In 2.0 there is a class for it but how do I do this in 1.1? ...
How to make ASP page pause for some time
kk.simhadri -
18 Oct 2006 12:15 PM - 3 messages
Hi All I am having an ASP page which will get some set of files from VSS.After that, in the same page I am running a bat file to remove some unwanted files.Then I am displaying the files remaining in the page. ...
Multi Checkbox selection - ASP
cancer10 -
18 Oct 2006 11:01 AM - 1 message
i have 5 checkboxes in one asp page, I am trying to get the values of all checkbox that are checked using for each loop but I dnt get any result, just a blank page. can u help me? Herez my code where I am trying to get the values of all check boxes ...
query in ASP to SQL db
amatuer -
18 Oct 2006 9:58 AM - 4 messages
<% Datum = "1/1/2005" Datum = cdate(datum) Datum2 = datum + 9 Datum = Month(Datum) & "-" & Day(Datum) & "-" & Year(Datum) Datum2 = Month(Datum2) & "-" & Day(Datum2) & "-" & Year(Datum2) sql = "SELECT R_Reenval.NAAM, R_Reenval.Jaar, R_Reenval.Maand, ...
script to copy font file in clients system
ravi1402 -
18 Oct 2006 6:04 AM - 1 message
Hi, Can some one tell me the asp code to copy font files in client machine accessing my webpage on net. Response will be highly appreciated. Thanx ...
creating bulk email through cdosys.dll
RedMoosh -
17 Oct 2006 8:35 PM - 10 messages
is it possible to rn a client side vbscript to send messages using cdo.message and cdo.configuration? what are the requirements to do this? my wks are xp and 2000 and all have cdosys.dll registered. do i have to have ...
passing correct value types from ASP/VBScript to VB/DLL
thisis -
17 Oct 2006 8:16 PM - 1 message
Hi All, I'm getting an error on my ASP page: Microsoft VBScript runtime error '800a000d' Type mismatch: 'StoreFileIntoField' I assume - 99.5% - the error is generated because of worng value types, I attemp to pass from my ASP/VBScript page to the VB/DLL function. ...
passing correct value types from ASP/VBScript to VB/DLL
thisis -
17 Oct 2006 8:16 PM - 1 message
Hi All, I'm getting an error on my ASP page: Microsoft VBScript runtime error '800a000d' Type mismatch: 'StoreFileIntoField' I assume - 99.5% - the error is generated because of worng value types, I attemp to pass from my ASP/VBScript page to the VB/DLL function. ...
How to view the code using VS 2003?
keithb -
17 Oct 2006 2:20 PM - 2 messages
When I open a page from an existing website file in VS 2003, the page immediately executes without giving me the opportunity to view the code or insert a stop or break. How to view the code? Thanks, Keith ...
How to open an existing web site and have it appear in solution explorer?
keithb -
17 Oct 2006 2:18 PM - 1 message
Using VS 2003, how can I open an existing (localhost) website so that all of the website files appear in Solution Explorer the way they do with VS 2005? Thanks, Keith ...
Accessing/Passing an object variable to a Server.Execute Include
Sike -
17 Oct 2006 1:46 PM - 3 messages
Hi everyone, I've been browsing this and a few other related newsgroups trying to get my head around this problem, and so far all the trails seem to go cold, without an acceptable solution being reached. I'm posting here ...
Running a perl script from an ASP page to include QUERY_STRING
benwylie -
17 Oct 2006 11:40 AM - 5 messages
I am running IIS 6.0 on Windows 2003. I would like to be able to run a perl script from a web page and include the output. I have tried doing it with an ssi: <form action='docsearch.shtml' method='get'> ...
How to edit/debug an existing classic asp web site using vs 2003?
keithb -
17 Oct 2006 8:43 AM - 2 messages
I have an existing classic asp web site running under IIS ( on localhost) I want to start using VS 2003 to edit/debug this project. How do I go about opening this this existing web site with VS 2003? ...
asp help
nor -
17 Oct 2006 5:24 AM - 3 messages
i'm currently developed a website using asp that involved with credit card transaction.the 3rd party is using php.from my page to the 3rd party it seems to be ok. the problem now is after the transaction is ...
Newbie, connection timing out problem
verci -
17 Oct 2006 5:09 AM - 5 messages
Hi, sorry if this seems stupid :( I'm running WindowsXP, Asp.net 1.1 and Sql Server 2000 , the problem is the my pages are timing randomly, I use a ODBC connection to the database in ...
IIS restart + Session Time out
abcd -
16 Oct 2006 6:01 PM - 2 messages
I am using classic ASP. When the session times out theglobal.asa event called session_on end is invoked which is absolutely correct. When I explicitely do IIS reset or iis restart then again session_on end is invoked. How can I distguish in global.asa event session_on end that this is ...
pass many people's information through XML format to a store proce
c676228 -
16 Oct 2006 5:34 PM - 5 messages
Hi, About ten days ago I got an idea from Anthony that in sql 2000 I can pass many parameters through xml to store procedure. Any resouces or web site example I can refere to? ...
Use Error Page to Handle Website Content for SE?
vunet.us -
16 Oct 2006 4:04 PM - 6 messages
Hello, I'd like to discuss the concept of creating an error page which will handle the website content display. I need it for Search Engine Optimization. The problem is that SE does not read pages with querystrings like: website.com/mypage.asp?id=123. ...
1 value 2 fields inserted on form update
Mangler -
16 Oct 2006 2:12 PM - 5 messages
Without writing a bible on what I'm trying to do I'll see if someone can answer a quick question. I have a form that the user writes a value in a test field. I need to put a hidden value that will take the same number the user inputs and ...
site generated email
Hugh Welford -
16 Oct 2006 10:34 AM - 3 messages
Hi - I run a small community site, which depends on members getting update emails, which are generated by cdo.message. We have 2 problems with this 1. people change email without notifying - is there any way of verifying an address before sending? ...
My tree view doesnt work and the page gives error ....
contactme.navin -
16 Oct 2006 7:40 AM - 5 messages
Hi, I have problem in displaying the treeview in my asp pages. I had used the obout.com tree view to display the tree navigation in the webpages. Following is the error i got in the page. Should i need to do any thing ...
how to force decimals to display in exponential notation
revansx -
15 Oct 2006 10:52 PM - 6 messages
Hi folks, I am programming a page that displays scientific data retrieved from a data source to an asp-web page and i would like to force all number to be formatted/displayed in scientific notation no matter what the value ...
What is the best tool to use for debugging ASP pages these days?
keithb -
15 Oct 2006 6:40 PM - 4 messages
It has been years since I worked with ASP, having moved on to ASP.NET. However, I have just inherited a project adding some enhancements to an existing ASP site. What is the best tool to use for debugging ASP pages ...
Extra mail header with CDO from .asp side - how to do this
majlandt -
15 Oct 2006 6:21 PM - 4 messages
I have the below function witch I use to send mail to reciptents on my maillist from an .asp side I am about to make a bounce back system - and would therefore like to make one extra MailHeader witch my bounce back system can take out - ...
call a DLL from ASP without registering - hosting
gaschurman -
15 Oct 2006 4:12 PM - 4 messages
I have a DLL (imagemagick) that I need to use in my site , but the web hosting does not allow me to register the DLL. is there any way to use that DLL refiring to the Path without registering ? or any other workaround ? ...
session variable in an include file
spectre -
15 Oct 2006 11:31 AM - 5 messages
Hello, I first create a session variable 'client' in the login.asp file The login.asp file opens a file (xxx.asp) with an include file .. If I write <!--#include file="../../../data/" & session("client") & ...
|
|||||||||||||||||||||||