Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vijaydaniel
Starting Member
2 Posts |
Posted - 2008-09-05 : 04:20:33
|
Hi.,I Developed ASP.net Web Service 2005 for Client Application C#.net 2003 with SqlServer 2000 as Database and Deployed in 2003 Server with IIS 6.0. I have more than 100 users as Client. I even have the probablity that all the 100 users login at same time. One of an operation in the Application has to insert almost 23 entries for a single user. So, this event may even get fired up at same time for all the 100 users. Immediately i get this error -->"Server was unable to process the request" Sometimes, even " Cannot find Table 1".And unrelated datas come into the controls even.For eg.. in name textbox age data comes inI used Stored Procedures in the all the Web Methods. Pls give me a solution for this. |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-09-05 : 04:28:16
|
post your code. Your script that calls the database |
|
|
|
|
|