|
First
|
Prev |
Next
|
Last
Pages: 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
Wscript.Shell.run returns 254 I am trying to run a command line from an ASP page. I am using windows 2003 with IIS6. I am able to get this to run on my local machine (Windows XP IIS5). Here is my code: jobNbr = Request.QueryString("jobNbr") 'Log in as an admin. I created a component to impersonate an administrator. ?This works fine Se... 7 Apr 2006 05:49
Booking script Hi, At our place we have Video Projector which people use to book. So far we have on paper booking system. I need some help in writing asp (web application) which will help us in booking procedure. The application should look when projector is not booked display calendar or list free times. User will specufie ... 24 Mar 2006 04:12
Fax Questions For sending FAXes from ASP,I've tried those approaches 1.Use FaxSrver Object It products nothing but timeout error 2. http://support.microsoft.com/default.aspx?scid=kb;en-us;303647 It works for .txt files,but not .doc files(It should be,am I right?) So would someone please give me a SMOOTH solution that I ... 16 Mar 2006 01:16
Special Character Font Problem I'm trying to use the ascii code for a "down arrow" which is "↓" It displays fine in my DESIGN VIEW within FrontPage, but when I preview it with my browser, it doesn't show. Is there a trick to force ascii codes to render correctly in a browser? It's not a font issue, I tried viewing it with a dozen diff... 12 Mar 2006 21:17
file does not begin with %PDF - BinaryWrite Hi - Been struggling over this issue for a long while. We store PDF's in our SQL Server database. And I do a BinaryWrite to display the PDF. It works for me without issue, on FireFox, IE, and Opera! But we are receiving feedback that some users are receiving the file does not begin with %PDF message. ExecStrin... 27 Feb 2006 12:21
HTTP 302 (Response.Redirect) to mms:// URL gives error, to http:// is ok. Hello Apologies for the cross-post, but I am not sure where the problem lies. We have an ASP based website where we redirect users to MMS Publishing Points. So, guy clicks on http:// .asp link, we do a db update, then use Response.Redirect to redirect them to a mms:// URL. This works fine for me on W2K, X... 24 Feb 2006 09:39
Windows 2003 'ASP 0178 : 80070005' COM+ Security problem Good afternoon, Hope I've got the right group - sorry if not. I am getting the following error in my asp page Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /exctest/test.asp, line 7 The call to Server.CreateObject failed while checking permissions. Access is denied to t... 23 Feb 2006 10:07
Server.CreateObject() vs new ActiveXObject() When you create an object in classic asp code, should you always use Server.CreateObject("ProgID")? Are there implications with stability (ie memory leaks) if you create COM objects in other ways in IIS? We use Javascript for our ASP coding, using a mixture of Server.CreateObject() and new ActiveXObject(). T... 3 Mar 2006 10:17
disable button I'm brain dead today. I have a page that updates/deletes user records. I made the mistake of thinking that because admin's use it, that I didn't have to make it stupid proof... How do i enable/disable submit buttons based on a radio button selection? or what would be the best way of prompting a "are you really sure... 22 Feb 2006 21:05
error if db search finds nothing my page works fine if the db search finds at least one record that satifies the query. but if it does not find a match I get the following error message. Error Type: ADODB.Field (0x80020009) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. What... 23 Feb 2006 16:25 |