![]() |
Sergey Kornilov admin 1/13/2006 |
Does it work when you click "Test it" button in ASPRunnerPro? |
C
|
clig author 1/13/2006 |
Does it work when you click "Test it" button in ASPRunnerPro? You can zip and send me your project file, generated ASP files and script that creates database tables for investigation.
|
C
|
clig author 1/13/2006 |
Does it work when you click "Test it" button in ASPRunnerPro? You can zip and send me your project file, generated ASP files and script that creates database tables for investigation.
|
![]() |
Sergey Kornilov admin 1/14/2006 |
I cannot test it without your database. Please send me smaller version of deatched database or SQL script that creates tables in database. |
C
|
clig author 1/14/2006 |
I cannot test it without your database. Please send me smaller version of deatched database or SQL script that creates tables in database.
|
C
|
clig author 1/19/2006 |
Found the problem - in 3.2 It did not care about nulls in any of the fields in a drop down that is dependant on another...
|
![]() |
Sergey Kornilov admin 1/20/2006 |
Probalem: Response Buffer Limit Exceeded |
C
|
clig author 1/21/2006 |
Probalem: Response Buffer Limit Exceeded Using IIS 6: If you get the above error when you click on an attachment, the attachment is larger than IIS is configured to allow. Change the AspBufferingLimit setting in Metabase.xml to a larger size. The default value is 4194304, which is about 4 MB. Change this to whatever limit is reasonable for the types of files your users will be attaching. This change does not require stopping IIS, but to make the Metabase.xml file write-able, you need to go to the IIS control panel, right click the server, select properties, and check off the box that says "allow changes to MetaBase configuration while IIS is running".
|