472,784 Members | 796 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,784 software developers and data experts.

??? Possible Buffer Overflow ???

Hi...

I have a major problem with a web application I am about to launch and just
can't find out what the problem is...

I believe it might be a Buffer Overflow problem but can't pin point the
source of the error! Basically what happens is when I launch the application
on my test server it seems to take quite a while to load the fist page. The
Application is accessing an SQL server but it doesn't pull very much
information... (100 small records max...)

If I install the same app on the production server then and try and run the
application the server crashes...

Can someone please help and suggest what I'm doing wrong!

I'm new to asp.net web development so would appritiate any help

I'm using a SQL 2000 server and running IIS 6 on a 2003 server...
Framework .NET 1.1

Thanks for any help...
Nov 19 '05 #1
2 2168
I don't know what kind of help you expect. is an exception thrown? What is
it? What code do you think is the cause? Can we see it?

Based on your post, the best answer I could provide is "you have code
somewhere that might be causing a buffer overflow in one environment but not
the other, hope that helps :) "

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Tim::.." <myatix_at_hotmail.com> wrote in message
news:42**********************************@microsof t.com...
Hi...

I have a major problem with a web application I am about to launch and
just
can't find out what the problem is...

I believe it might be a Buffer Overflow problem but can't pin point the
source of the error! Basically what happens is when I launch the
application
on my test server it seems to take quite a while to load the fist page.
The
Application is accessing an SQL server but it doesn't pull very much
information... (100 small records max...)

If I install the same app on the production server then and try and run
the
application the server crashes...

Can someone please help and suggest what I'm doing wrong!

I'm new to asp.net web development so would appritiate any help

I'm using a SQL 2000 server and running IIS 6 on a 2003 server...
Framework .NET 1.1

Thanks for any help...

Nov 19 '05 #2

"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:el**************@TK2MSFTNGP09.phx.gbl...
I don't know what kind of help you expect. is an exception thrown? What is
it? What code do you think is the cause? Can we see it?

Based on your post, the best answer I could provide is "you have code
somewhere that might be causing a buffer overflow in one environment but
not the other, hope that helps :) "


In Tim's description of the problem, he doesn't even ever mention a
symptom of buffer overflow (other than crashing). For all we know, he heard
the term "buffer overflow" somewhere on the Internet, and heard it has
something to do with web development, so he figures that might be what's
wrong with his web app.

Tim, if any error messages are being produced, please state them exactly
(i.e. don't paraphrase them). Give us access to all your source code.
Describe in detail the two operating environments. Otherwise, chances are no
one's going to help you.

- Oliver
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: j-marvin | last post by:
hi- i am using the abyss webserver at the moment. i went through the process of how a buffer overflow would work in my mind. i noticed you can limit the size of post data and its limit value is...
3
by: David Sworder | last post by:
Hi there, I come from a Visual C++ background. When writing a service that's exposed to the Internet, I had to check the incoming data stream (from the client) VERY carefully. If a hacker was...
13
by: Ioannis Vranos | last post by:
If we want our programs to be protected against buffer overflows, must we check the size of the various containers explicitly? E.g. #include <iostream> #include <string> int main()
11
by: | last post by:
Hi all...this is a great forum, In one of my posts, someone tell me that is more secure use input function with 'A field-width specifier'... So my question, which function i should use ?. ...
2
by: jay | last post by:
I am attempting to impersonate an account in ASPNET. I am using aspnet_setreg to store the username and passwords. I have given the ASPNET account permisision to read the registry values. However,...
5
by: Tim | last post by:
Hi, I'm experiencing some problem with the following code: st = File.Open(sFilename, FileMode.Open, FileAccess.ReadWrite) br = New BinaryReader(st) Do Until br.PeekChar = -1 Dim buffer()...
2
by: Chris | last post by:
I have experienced the "Blank Message Box" problem when using McAfee 8 with Visual Studio and VB. I can disable buffer overflow protection and it fixes the problem, but it is only temporary as my...
28
by: bwaichu | last post by:
Is it generally better to set-up a buffer (fixed sized array) and read and write to that buffer even if it is larger than what is being written to it? Or is it better to allocate memory and...
4
by: raashid bhatt | last post by:
do buffer overflow happens with global variables
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.