I have a windows server 2008 with IIS7 and hosted a website. When 100 user hitting the website simultaneously it throws 500 error... There is no problem when less than 50 users hitting the webpage... What type of configuration I must do to resolve this problem...?
Manish_Kumar_Nayak
Posts
-
500 error when 100 user hiting the website simultaneously... -
How to get value from Reorder List Ajax control?pls some body help.......
-
How to get value from Reorder List Ajax control?How to get value from Reorder List Ajax control? I am using link Button to Bind and display ID field and wants to get that ID when I m going to click on link Button. It doesn't give any response by clicking on it. please help me..... :( :confused:
-
How to create xml file in disk location using SQL Server 2005 & C#...?I have created an XML using sql in SQL Server 2005. I like to Save that XML as a File in a particular location on the disk. I want only C# to make it done... It would not be possible to create that file on the disk using SQL Server becoz, I haven't administrator permission for the Sql Server. if i use DataReader to get field value, than it's not return complete xml... what i have to do...?
-
How to get CheckBox Control from Datagridview in Windows form...?I m using DataGridView. It has a checkbox column, i want to check - uncheck this CheckBox control.. In asp.net FindControls() is used to get control, is there any methon like FindControls() for Windows ?
-
how to fire form_activated event in MDI Child Form...hi, I have a MDI Parent From, MDI Child Form & a third Dialog Form. I call a third Form by clicking a button using ShowDialog() placed in MDI Child. I like to refresh MDI Child after closing that third Form... but after closing of third Form, MDI Parent fired Activated event instead of MDI Child ...! Give the solution...
-
How to get Column Value From a Statement if Table Name passes dynamically through a variable....?Declare one more variable and assign first column value and Print this value....... Okay..........
-
How to get Column Value From a Statement if Table Name passes dynamically through a variable....?In SQL Server 2005... How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
-
How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me....How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me....
-
How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?Convert Image field in Varbinary(Max) Ex: Select * From E_CH16APPLICANTS Where (Convert(VARBINARY(MAX), FP1) In (Select Convert(VARBINARY(MAX), Photo) From Tmp)
-
How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?Exactly I want to know... Can I Compare two Images stored in the Table...?????
-
How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?hi, I am using SQL Server 2005 database. I stored Thumb Image on two tables to the Image data type field. When I compare these two images from both table is gives error... "The data types image and image are incompatible in the equal to operator" Statement : "Select FP1 From E_CH16APPLICANTS Where FP1 In (Select Photo From Tmp)" I just like to verify that this Thumb Image is exist or not... by using SQL Statement... Pls help me...
-
how to store & retrive Thumb Impression in Database through device...?AA503 is the model Number of the device, thx...
-
how to store & retrive Thumb Impression in Database through device...?I have a small device to take thumb impression... I like to store & retrive impression from database... give me an Example Code...
-
I Used BulkCopy to transfer data One to another DB, moreover i like to know any other mathods...Is there any mathod to transfer bulky data One to another DB as like BulkCopy.....?
-
Task to SQL Server 2005I have 55000 of member records in the database, I have a procedure in Sql Server 2005 to calculate all members commission. I Execute this procedure on first date of every month. This is a MLM Project, Commission of every Member depends on Member Hierarchi, So in the way to calculate commission consider all members in the Hierarchi, it takes 24 hrs to generation commission. In this process I has to execture procedure for 24 hrs in my local machine. So, I need to assign task to server from client and disconnect from server. Is it posible ? pls suggest me a solution....
-
Use of Temperory Table in SQL Server 2005I used Temp Table in my procedure, If I like to get values from temp table in a procedure it shows error.
-
My System Hangs when I double click on aspx or cs page.My System Hangs when I double click on aspx or cs page, What I do?
-
How to refresh content place holder only without refreshing whole master page?I fixed UpdateMode Conditional in all content page and written code on Load event of Master Page as - ((UpdatePanel)ContentPlaceHolder1.FindControl("UpdatePanel1")).Update(); But it still refreshing content pages. Is there any problem with by code?
-
How to refresh content place holder only without refreshing whole master page?How to refresh content place holder only without refreshing whole master page? I already used UpdatePanel in Content Page.