| Thread | Last Post | Replies |
|
| Active Server Pages error 'ASP 0113' Script timed out | 29 Sep 2008 20:31 GMT | 3 |
I am constantly getting the 'Script timed out' error, and would like to see if there is any way I could modify the ASP page. I think I did all I could to improved the performance at the database table level, but when it comes to the ASP, the error occurs most of time.
|
| Missing close of script tag | 29 Sep 2008 12:48 GMT | 4 |
I'm getting this error on IIS6/W2K3 SP2 Standard Edition. The odd thing is, this exact same code runs on a machine that, as far as I know, is configured identically. One other strange thing about the machine with the error: When I first setup the machine and added the web ...
|
| Classic ASP using IIS7 - Error 500 | 29 Sep 2008 01:04 GMT | 5 |
Hey all, I am with godaddy for webhosting right now. The have me using IIS7. When I run my ASP page I get the error : Error 500 :There is a problem with the resource you are looking for,
|
| On Error redirect | 27 Sep 2008 01:05 GMT | 4 |
I have a page that will timeout and crash with a timeout error on line 200. How can I do a redirect instead of the page halting if such an error does happen? thanks
|
| call storedprocdeure from asp | 25 Sep 2008 16:12 GMT | 3 |
dear sir/madam I have created a stored procedure using if and else if. this stored procedure only select record from table. and I have done paginh\g in asp page.
|
| Text only version of web site | 25 Sep 2008 06:49 GMT | 1 |
Does anyone know where I can see some asp (vbscript) code to convert a web page into a text only version, like for accessibility? Example at http://wave.webaim.org/report?textonly&url=http%3A%2F%2Fwww.microsoft.com
|
| msxml3.dll error '80070005' | 24 Sep 2008 20:56 GMT | 4 |
I have an asp page that is calling the msxml2.dll to open a XML file. When I load the page for the first time I get msxml3.dll error '80070005' Access Denied Error
|
| Preview file from link? | 24 Sep 2008 09:03 GMT | 7 |
I have a page with links to different files (doc, pdf, jpg, tiff, xls etc.) - now I am supposed to let the user preview them by holding the mouse over a link, somewhat like Vistas function when you hold the mouse over a program in the taskbar it pops up - can this be done i asp ...
|
| number format | 23 Sep 2008 19:13 GMT | 4 |
Our thousand seperator is period, and decimal seperator is comma. so a number looks like this: 1.456,60 formatnumber() produces above format. When entering this value into database, I get error, because comma is
|
| Function to Return Stored Procedure Record Set | 22 Sep 2008 22:34 GMT | 6 |
I have a stored procedure that returns a record set. I want to functionalize this so I can have multiple presentations of the same record set. However, I can not get rs_event.open StoreProc to pass through the function, so I can use rs_event("Title"), etc, etc. Is
|
| lots of fake Compile errors SP1 C# ASP.NEt | 22 Sep 2008 13:03 GMT | 2 |
This just started when I updated to sp 1 working on a APS.net, Visual Studio 2008, c# Project. When I open a project, I get tons of Errors showing in the list 300+ if I double click on them I go to the page see the errors with the red
|
| Web Config IIS 7.0 | 19 Sep 2008 21:37 GMT | 2 |
I am not sure if this is the right forum. Environment : Windows server 2008, IIS 7.0 I get the 'Could not load the file or assembly 'blowery.web.httpCompress' or one of its dependencies. The system cannot fond the file specified error.
|
| CreateTextFile in secure FTP folder | 19 Sep 2008 07:39 GMT | 3 |
I get permission denied at line 4 in the following ASP Script <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject")
|
| Log in and security with classic asp | 18 Sep 2008 17:22 GMT | 11 |
I wonder if anybody know a web site that has a good tutorial on this subject. What I want to do, is make a log in Page, and make sure that all my pages is validating that the user is loged in until he or she logs out.
|
| Decimal value setting problem (ASP & ADODB.Recordset value & MSSQL Server & 2003 Server) | 18 Sep 2008 16:10 GMT | 6 |
We upgraded our system and problem below occured, pleas help me... Windows 2003 server SP1 When I set a decimal DB field value to "123,32" (using ADODB.recordset ) updated value was ok (123.32)
|