ASP + Crystal Report 9 on WinServer 2003 and IIS6: Blank Screen
Thu, 18 Sep 2008 08:53:33 -0700 (PDT)
We have used Crystal Report Web Viewer on ASP pages (using ActiveX),
and it works perfectly on Windows 2000 machine with IIS 5 and SQL 2K.
Now we already migrated the applications to Windows Server 2003
running IIS6, and still SQL2K. All the application works perfectly,
except for the Crystal Report. Everytime t ...
|
Decimal value setting problem (ASP & ADODB.Recordset value & MSSQL
Server & 2003 Server)
Wed, 17 Sep 2008 04:25:06 -0700 (PDT)
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)
Windows 2003 server SP2
Now when I set a decimal DB field value to "123,32" (using
ADODB. ...
|
Windows Vista IIS7 Ultimate Dosent load my ASP pages Please help.
Wed, 17 Sep 2008 10:20:24 GMT
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension
configuration. If the page is a script, add a handler. If the file should be
downloaded, add a MIME map.
It never works. Vista dosent load my ASp pages can some one help me to get
this working. I have set permi ...
|
Return value from Stored Procedure
Tue, 16 Sep 2008 17:16:14 +0100
I have a stored procedure that takes a number of inputs, does a bulk
insert, and then outputs a recordset. When I run the stored procedure in
Server Management Studio I also get a return value from the stored
procedure which is an INT.
I want to access this return value on my ASP/VBScript page, but do not
...
|
How to configure IIS7 to allow zip file uploads using classic asp?
Mon, 15 Sep 2008 23:58:55 -0700
I recently installed Windows 2008 Server to replace a crashed hard drive on
a web server with a variety of web pages including several classic ASP
applications. One of these makes extensive use of file uploads using a com
tool that has worked for several years.
Under IIS7 doc files and jpeg files upload as ...
|
Using a href onclick in asp 3.0 page
Mon, 15 Sep 2008 13:42:02 -0400
I am trying to cancel a href by coding onclick="return false" in my page. I
can put in a function and have a test "alert" box come up but the "return
false" never works no matter what I try. Is there a problem with that and
asp? Thanks
...
|
No event trigger after casting session variable in OnPreInit
Sun, 14 Sep 2008 06:55:01 -0700
Dear All,
I try to change a master page in the OnPreInit in a asp.net page.
protected override void OnPreInit(EventArgs e){
if ((bool)session["IsNew"]){
this.MasterPageFile = "~/NewMaster.master";
}
else{
this.MasterPageFile = "~/OrigianlMaster.master";
}
base.OnPreInit(e)
}
But aft ...
|
|
|
How to use memcached in classic asp
Sat, 13 Sep 2008 16:04:08 +0800
Memcached is a high-performance, distributed memory object caching system.
its website is http://www.danga.com/memcached/ .
How to use Memcached in Classic Asp?
Help thanks .
...
|
Button Arrays.
Thu, 11 Sep 2008 13:29:11 -0600
Hi all, not sure if this is the right forum,but I'd like to create an array
of Radio Buttons for a web page.
I understand how to create an array, but I need one for RB specifically and
know how to access them.
Searching the web is great, but I'm winding up with too many pages that take
me off on a windin ...
|
Active Server Pages error 'ASP 0113'
Thu, 11 Sep 2008 11:46:09 -0700
"Active Server Pages error 'ASP 0113'
Script timed out"
I am still getting this error, and I am not sure how I could fix this.
When I execute the query at SQL 2005, it only takes 8 seconds.
The stored procedure for this report has been already went through Database
Engine Tuning Advisor to put all the ...
|