SQL Server :: Unexpected Error Message When The User Volume Is High?

Nov 25, 2010

I built an asp.net application using web developer express 2008 and sql express2008. The live version hosted on Godaddy, for the most part is working well. However, occasionally the users are reporting an error when the user volume is high.

Here is part of my web.config code:

<customErrors defaultRedirect="/Error/error.htm" mode="On">
<error statusCode="400" redirect="/Error/BadRequest.htm"/>
<error statusCode="404" redirect="/Error/NotFound.htm"/>
<error statusCode="408" redirect="/Error/TimeOut.htm"/>
</customErrors>

I have seen the other error pages work correctly and the error I am referring to above is the default error.It is possible that up to 10 users opening the same database table at the same time might be the problem? Would this be a potential cause of my unknown error? And if so what can I do about it?

View 2 Replies


Similar Messages:

WCF / ASMX :: Incoming Message Has An Unexpected Message Format 'Raw'

Mar 2, 2011

I am having a wcf service that is throwing this error...here is my code:

this is the javascript calling

this._Proxy = function (serviceURL, serviceParam, dataType, type, data) {
this._URL = serviceURL + encodeURIComponent(serviceParam);
this._DataType = dataType == null || dataType == 'undefined' || dataType == '' ? defaultDataType : dataType;
this._Type = type == null || type == 'undefined' || type == '' ? defaultType : type;
this._Data = data;
this.Invoke = function () {
debugger;
$.ajax({
url: this._URL,
dataType: this._DataType,
type: this._Type,
data: data,
success: function () {
//Do nothing on success
return;
},
}

View 1 Replies

Configuration :: Unable To Start Debugging On The Web Server - Unexpected Error Occurred On A Send

Jan 13, 2011

I have application developed in vs 2005, when i try to run it throws below error.

"Unable to start debugging on the web server. The underlying connection was closed: An unexpected error occurred on a send."

View 2 Replies

Security :: Create User Wizard Login Error Message Dont Show In A Message Box?

Aug 19, 2010

i am using create user wizard and capturing other information within content template when a new userregisters. Some of the textboxes are binded to required field validators.there is a validation control on the page and ShowMessage box is True.If they dont complete some of the text boxes then the message box pops Up with the error message.It does not however include information errors like "User already exists" or Email address already existsfrom the create user wizard membership UserName and Password Textboxesis it possilbe to hook all of these up so I get one message box with all errors including membership ones?

View 3 Replies

Web Forms :: Server Error Message + Client Side Validation Message?

Apr 19, 2010

I have forgotte password page in my application,page have one textbox to insert email address,when user click on submit button if inserted email address (i.e. abc@gmail.com) does not exits in DB it will give custome error message like "Email ID not available".after that suppose user will enter inproper email address (aaa#gmail.com) than client side validation for regular expression will file "Email id not valid",at same both message be on screen,now i want only one message at a time.so please can you help me for same

View 2 Replies

WCF / ASMX :: .NET Framework 4.0 Error - The Underlying Connection Was Closed: An Unexpected Error Occurred On?

Oct 22, 2010

I'm receiving the following error occasionally when calling web service using a .NET 4.0 web application."The underlying connection was closed: An unexpected error occurred on a send."All of the articles I've read regarding this issue are for the Framework 1.1.Is there any solution to this issue for using .NET framework 4.0?

View 1 Replies

WCF / ASMX :: Error - The Underlying Connection Was Closed: An Unexpected Error Occurred On A Send

Aug 23, 2010

I am consuming a third party web service wsdl using my .net aps.net page. And I am getting following error message. Cannt get to resolve it. Its working on my machine but not in my development machine. I have installed the certificate also in certificates on that machine.

Error --> The underlying connection was closed: An unexpected error occurred on a send.

View 3 Replies

Seeing The Actual Error Behind 'An Unexpected Error Has Occurred' In Sharepoint 2010?

Aug 4, 2010

In MOSS 2007, we could update the tag's callstack attribute to true and then customerrors mode to "Off" to see the actual error behind the 'An unexpected error has occurred' message. Does it apply on SharePoint 2010 as well ? I tried it but I get the following error:

Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, create a tag within a "web.config" configuration file located in the root direc...

View 4 Replies

Configuration :: Error Message:An Error Occurred On The Server When Processing The URL?

Sep 21, 2010

I just got a new computer with Windows 7 and installed IIS, including support for ASP. I am running everything locally on my computer. A simple statement like <% response.write time() %> works fine, so ASP is working, However, when I try to run a page that accesses a database (at least, I am assuming that that is the root of the problem) then I get the unhelpful error message:An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here to find out more about this error. I have no idea where to begin. the database is in the same location as it was on with my old computer, and I have adjusted permissions to the database so that everyone except Creator Owner has full permissions - for whatever reason I am not able to change Creator Owner permissions.

View 1 Replies

Indicate Error Once There's An Unexpected Parameter?

Mar 30, 2011

My ASP.NET application will have to handle HTTP GET requests that will have the following URL format: [URL] currently the requirement is to validate that there're no parameters in the query string except id and indicate an error like "unknown parameter P passed". Is such requirement a good idea? Will it interfere with some obviously valid cases of using the application I haven't thought of?

View 4 Replies

SQL Server :: Query Slow On Large Volume Of Data?

Dec 27, 2010

In my database when I fire query it takes 40 secs on 1 crore data, similar when I use join with other table then it take more time. I have taken care non cluster index such thing. But still I want to optimize my query, what other thing I need to take like buffer, disk size etc. I am not sure on this area.

View 11 Replies

Error Message In Calendar / Server Error In '/please-god' Application?

Feb 3, 2011

i am experiencing thi error when i click on the application in the remote machine.

Server Error in '/please-god' Application.

Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Source Error:

Line 7: Dim oBF As New BinaryFormatter()
Line 8: Dim oFS As FileStream
Line 9: Dim strPath As String = Path.GetTempPath & "schedule.Bin"
Line 10:
Line 11: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Source File: D:Hosting4423045htmlplease-godappointmentscheduler.aspx.vb Line: 9

the full codes for the application is this :

Imports System.IO
Imports System.Runtime.Serialization.Formatters.Binary

Partial Class appointmentscheduler
Inherits System.Web.UI.Page
Dim arrCalendar(12, 31) As String
Dim oBF As New BinaryFormatter()
Dim oFS As FileStream
Dim strPath As String = Path.GetTempPath & "schedule.Bin"
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If (Cache("arrCalendar") Is Nothing) Then
If (File.Exists(strPath)) Then
oFS = New FileStream(strPath, FileMode.Open)
arrCalendar = DirectCast(oBF.Deserialize(oFS), Array)
oFS.Close()
Cache("arrCalendar") = arrCalendar
End If
Else
arrCalendar = Cache("arrCalendar")
End If
End Sub
Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSave.Click
arrCalendar(Me.myCalendar.SelectedDate.Month, Me.myCalendar.SelectedDate.Day) = Me.myNotes.Text
oFS = New FileStream(strPath, FileMode.Create)
oBF.Serialize(oFS, arrCalendar)
oFS.Close()
Cache("arrCalendar") = arrCalendar
End Sub
Protected Sub btnDelete_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnDelete.Click
arrCalendar(Me.myCalendar.SelectedDate.Month, Me.myCalendar.SelectedDate.Day) = ""
oFS = New FileStream(strPath, FileMode.Create)
oBF.Serialize(oFS, arrCalendar)
oFS.Close()
Cache("arrCalendar") = arrCalendar
Me.myNotes.Text = ""
End Sub
Protected Sub myCalendar_DayRender(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DayRenderEventArgs) Handles myCalendar.DayRender
If arrCalendar(e.Day.Date.Month, e.Day.Date.Day) <> "" Then
e.Cell.BackColor = Drawing.Color.Red
End If
End Sub
Protected Sub myCalendar_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles myCalendar.SelectionChanged
Me.myNotes.Text = ""
If arrCalendar(Me.myCalendar.SelectedDate.Month, Me.myCalendar.SelectedDate.Day) <> "" Then
Me.myNotes.Text = arrCalendar(Me.myCalendar.SelectedDate.Month, Me.myCalendar.SelectedDate.Day)
End If
End Sub
End Class

What do i have to do to eliminate this error message?

View 2 Replies

Getting Unexpected Error While Transferring Data?

Feb 19, 2010

I am transfering data from DB server to second DB server using one test page.

But i am getting following unexpected message ....

The CLR has been unable to transition from COM context 0x205480 to COM context 0x2055f0 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.

View 2 Replies

Unexpected Error - MembershipCreateStatus.InvalidQuestion?

Mar 14, 2011

I try to create user without passwordQuestion and answer.

But I always get an error

MembershipCreateStatus.InvalidQuestion
string question = string.Empty;
string answer = string.Empty;
MembershipUser membershipUser = Membership.CreateUser(user.Login, password, user.ContactInfo.EMail, question, answer, false, out createResult);
web.config
requiresQuestionAndAnswer="false"

View 1 Replies

Unexpected Error 0x8ffe2740 Occured?

Dec 2, 2010

Please give me solution of this problem when i start defaut website then this error comes .I searched on net and found that make usre 80 port not in use.in cmd i gave netstat -b command and found no port 80 being used. So what to do with this.

View 8 Replies

Unexpected Postback Happening On A User Control?

Feb 18, 2011

We are creating a new user control using a boiler plate template for our application. We noticed that anytime a textbox on the new user control has a focus and the enter key is pressed, the form executes a postback. This happens even if the AutoPostback on the text box is set to true. No other user controls in our app behave this way. What could be some of the places for me too look?

View 3 Replies

Unexpected Token Error When Using XmlDataSource Control?

Sep 23, 2010

I have XML like this:

<?xml version="1.0" encoding="UTF-8"?>
<viewentries timestamp="20100923T130205,90Z" toplevelentries="8903">
<viewentry position="1" unid="A4958CC88435D1A8422577A7004422E8" noteid="4DF15A" siblings="8903">
<entrydata columnnumber="0" name="$59">
<text>63722</text>
</entrydata>
<entrydata columnnumber="1" name="$70">

[Code].....

However, if I save the same xml to a file to my computer, it works without a glitch.

View 2 Replies

Web Forms :: Want To Display Error Message And Redirect The User To Another Page

Jan 19, 2011

in my code i need to display error message and redirect the user to another page...

so i used response.write() first to display error msg and then response.redirect() to redirect the user to another page...

but im unable to see the error msg...it just redirects to other page...is there any other way to display error msgs???

and i even tried the reverse way by putting the statements in reverse order..but no use.....

View 7 Replies

Java - Alternative For User Session In High Traffic Web Application?

Feb 7, 2011

What would be good/scalable user session alternative in following scenario:

users don't have to have cookies enabled URL query string restriction of 255 characters is imposed lot of GET requests (no hidden form fields)application runs on serveral servers (web farm) some users connect over proxy (same IP) users connect over HTTPS 50 000 concurrent users

View 5 Replies

AJAX :: Sometime,request Will Not Be Responsed When User's Network Delay Is High?

Oct 31, 2010

Sometime,ajax request will not be responsed when user's network delay is high.So,if I want to stop the request and tell user "request time out" in the client ,What sould I do with asp.net ajax .

View 2 Replies

Visual Studio :: Unexpected Error Has Occurred When Trying To Save Connection String?

Mar 25, 2010

when I make data source configuration wizerd

Data -> Add new data source -> ... -> Save the connection string to the Application configuration file (yes, save the connection) result in "An unexpected error has occured." Error Message; Could not load type
'Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager'from assembly 'Microsoft.VisualStudio.DataDesign.SyncDesigner.DslPackage,Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

how I can solve this problem ?

View 3 Replies

WCF / ASMX :: Error Loading Postback Data - Unexpected End Of File Has Occurred

Feb 3, 2011

Some of our users get following error while browsing application :

Error loading postback data: System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed. Anyone knows why this error get fires?

View 1 Replies

User Controls :: How To Display Error Message Of Required Field Validator Within Textbox

May 22, 2012

<asp:TextBox ID="txtDraftsmanName" runat="server" Width="200px" CssClass="inputtext" >
</asp:TextBox>*<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="txtDraftsmanName" ErrorMessage= "Please enter Draftsman Name!! " Font-Bold="True" Font-Size="8pt" ForeColor="DarkRed" ValidationGroup="saveDraftsman"></asp:RequiredFieldValidator>

<asp:Button ID="btnSaveDraftsman" runat="server" Text="Save" onclick="btnSaveDraftsman_Click" ValidationGroup="saveDraftsman"/>

View 1 Replies

Web Forms :: When Any RequiredFieldValidator Validation Fails Display Generic Error Message To User

Aug 9, 2012

I use validation control in my page when users click on button if they don't enter data in textboxs it show massage in validation control

I want In addition to using validation control when users click on button to insert data  it show error massage thar show EX: "please complete your form"

How I can do it ?

View 1 Replies

Using Asp.net Button In Server And Getting Error Message

Mar 10, 2011

I have used asp.net button in my application. I clicked asp.net button in my server i am geting the following exception. its very urgent

the error i have listed below.

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved