I have an ASP.NET.2 page which is performing massive inserts into a SQL 2005 database. The whole application (Code & Database) is set up on a hosted website. If I run it from my office, all runs OK, however when the user runs it (from another site) I get the following issue.
Sys.Webforms.Pa geRequestManage rServerErrorExc eption: An unknown error occurred while processing the request on the server. The status code returned saw: 12152...
User Profile
Collapse
-
ASP / SQL Timeout Error 12152
Last edited by DrBunchman; May 19 '08, 08:11 AM. Reason: Moved to .NET Forum - ASP Forum for Classic ASP only -
Passing Parameters From PHP to ASP.Net
I currently have a php page, and need to pass parameters from here into ASP.Net session variables. Can someone please help. My ASP parameters are constantly blank
PHP:
<script>
function PlugTheASP(Fiel d1,Field2,Field 3)
{
form1.Input_Fie ld1.value = Field1;
form1.Input_Fie ld2.value = Field2;
form1.Input_Fie ld3.value = Field3;
form1.submit();
}... -
PHP - ASP Session Variables
I have a system which needs to handle both PHP and ASP.NET pages. The users login on a PHP page and there are times when I need to pass these parameters using Session Variables to ASP.
Simplified PHP Code:
[PHP]session_start() ;
session_registe r("sessFirstNam e");
$_SESSION['sessFirstName'] = "Fred";[/PHP]
These are the attempts I have made in ASP to retrieve the above, unfortunately... -
Mark,
This does not work either. I have republished the problem in the correct area! -
Login - javascript execution
I am trying to create a simple login routine, and am failing completely, I have tried to simplify the test and still no luck. This code is in a php page!
HTML
[HTML]<form method="post" action="" >
<div>
<input type="text" name="field1"/>
<input type="password" name="field2"/>...Leave a comment:
-
Login - javascript execution
I am trying to create a simple login routine, and am failing completely, I have tried to simplify the test and still no luck.
HTML
<form method="post" action="" >
<div>
<input type="text" name="field1"/>
<input type="password" name="field2"/>
<input type="button" name="submit"... -
-
Access Database - Insert - Auto Number
I am a bit rusty with my php, but I need to move some code on to a new website and coming upon a lot of problems. This one I can not solvefor the life of me.
I am trying to insert a record into a table which has an auto number as the key. I was not sure if my connection was the problem so I tried the following select first, but it runs withput any problem:
$mySQL = "SELECT * FROM Audit Where AuditID = 1089";...
No activity results to display
Show More
Leave a comment: