473,657 Members | 2,355 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

application hangs - no start possible - what is wrong?

Hello everybody,

I am very confused: an last saturday my client has installed a new
notebook system with the components, I have wish: Microsoft Windows XP,
IIS 5.1, SQL MSDE with SP4, .NET Framework 1.1, in this order.

Then he is going on, and installed my ASP.NET application in the folder
c:\inetpub\wwwr oot. After this he called me and said, that he
configured my application for local database access and now is able to
see my application in his internet explorer, called the address:
http://localhost

Oh, I was very happy to hear this, but for absolutly 100% sleep he
restart the notebook and test the application again; and the
application runs again, very good!

After this procedure he is going on and create a Recovery-Point in
Windows XP. Next step he installed some other applications on his
notebook: Microsoft Office, Yahoo, Adobe Reader 7.0, MSN Messenger, ...

Yesterday, he called me (not amused), the ASP.NET application does not
run! After start the IE with the address http://localhost
the progressbar in the IE goes on slowly, but nothing appears, waiting
one minute, waiting two minutes. change the application with a
HelloWorld.aspx the same situation.

Showing in the folder
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files
the framework create many files for each assembly, so there is some
work, but why no response to the client?

In the system event log from Windows XP there are some entries like the
follow:
MSSQLSERVER - 17055 - 19012: SuperSocket Info: Bind failed on TCP port
1433

In the IIS protocol there are some entries like the follow:
127.0.0.1 PROPFIND /esmsde 404

ESMSDE is name-part of the local database server.

What I have do the last 24 hours:
* Reinstall .NET Framework
* Create a new virtuell directory in IIS
* uninstall virus scan
* stop/start ASPNET_WP.EXE
* test the database connection with other applications
* remove all automatic startup application, from registry too, so there
is a nearly clean system
* go back to the Recovery-Point (now the IE tells me "Service is
unavailable", but I see no chance to get it working?, remove and add
the application in the Internet-Service-Manager from IIS do not repair
this error)

But nothing helps! The system do not start the application again.
Anybody have an idea? Thanks in advance for every question - answer -
comment!

Guido

if there is something badly described, please sorry, ask me, and I will
describe it again!

Nov 20 '05 #1
10 2431
Guido it seems like a SQL server error..
In the aspx page you are trying to display are you getting any data from
SQL?
If yes try any .aspx page with no connection to SQL and see.
Patrick
<gu************ @gmx.de> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
Hello everybody,

I am very confused: an last saturday my client has installed a new
notebook system with the components, I have wish: Microsoft Windows XP,
IIS 5.1, SQL MSDE with SP4, .NET Framework 1.1, in this order.

Then he is going on, and installed my ASP.NET application in the folder
c:\inetpub\wwwr oot. After this he called me and said, that he
configured my application for local database access and now is able to
see my application in his internet explorer, called the address:
http://localhost

Oh, I was very happy to hear this, but for absolutly 100% sleep he
restart the notebook and test the application again; and the
application runs again, very good!

After this procedure he is going on and create a Recovery-Point in
Windows XP. Next step he installed some other applications on his
notebook: Microsoft Office, Yahoo, Adobe Reader 7.0, MSN Messenger, ...

Yesterday, he called me (not amused), the ASP.NET application does not
run! After start the IE with the address http://localhost
the progressbar in the IE goes on slowly, but nothing appears, waiting
one minute, waiting two minutes. change the application with a
HelloWorld.aspx the same situation.

Showing in the folder
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files
the framework create many files for each assembly, so there is some
work, but why no response to the client?

In the system event log from Windows XP there are some entries like the
follow:
MSSQLSERVER - 17055 - 19012: SuperSocket Info: Bind failed on TCP port
1433

In the IIS protocol there are some entries like the follow:
127.0.0.1 PROPFIND /esmsde 404

ESMSDE is name-part of the local database server.

What I have do the last 24 hours:
* Reinstall .NET Framework
* Create a new virtuell directory in IIS
* uninstall virus scan
* stop/start ASPNET_WP.EXE
* test the database connection with other applications
* remove all automatic startup application, from registry too, so there
is a nearly clean system
* go back to the Recovery-Point (now the IE tells me "Service is
unavailable", but I see no chance to get it working?, remove and add
the application in the Internet-Service-Manager from IIS do not repair
this error)

But nothing helps! The system do not start the application again.
Anybody have an idea? Thanks in advance for every question - answer -
comment!

Guido

if there is something badly described, please sorry, ask me, and I will
describe it again!

Nov 20 '05 #2
Patrick, thanks for your tip, intime I have called my client and check
the system with deactivated service MSSQLSERVER, but there is no good
news for us. The same problem than yesterday. My application works with
try catch routines, so if there is no MSSQL Server, default values are
used.

The same problem, if I call a HelloWorld.aspx in the Web.

*sadly*

Nov 20 '05 #3
new information:
The Windows XP Professional installation seems to be without any
operatingsystem - servicepack, so SP1 and SP2 and all hotfixes are not
installed, it is not configured to run updates automatically.

3rd Application like MSSQL Server and MS Office 2003 are installed with
service packs (SP4 or. SP2)

Nov 20 '05 #4
Have you tried installing the Service Packs?
Patrick
<gu************ @gmx.de> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.com...
new information:
The Windows XP Professional installation seems to be without any
operatingsystem - servicepack, so SP1 and SP2 and all hotfixes are not
installed, it is not configured to run updates automatically.

3rd Application like MSSQL Server and MS Office 2003 are installed with
service packs (SP4 or. SP2)

Nov 20 '05 #5
Have you tried to see how the ASP.net worker process is working..
Try looking at the task manager and see how its is doing?
Also does any html page show up?
Patrick
<gu************ @gmx.de> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.com...
new information:
The Windows XP Professional installation seems to be without any
operatingsystem - servicepack, so SP1 and SP2 and all hotfixes are not
installed, it is not configured to run updates automatically.

3rd Application like MSSQL Server and MS Office 2003 are installed with
service packs (SP4 or. SP2)

Nov 20 '05 #6
ASP and HTML Pages are working good, a HelloWorld.asp or HelloWorld.html
response correct.

After calling the ASPX App with http://localhost
the .NET Engine Process runs over the Application and process all
included assemblies.

The Folder
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files
shows the result of this process. After this work, the ASPNET_WP.EXE
process is upto 30 MB and runs without any processor utilization.

Thanks

Guido

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 20 '05 #7
Any news after installing the service packs?

"Guido" <gu************ @gmx.de> wrote in message
news:#I******** *****@TK2MSFTNG P10.phx.gbl...
ASP and HTML Pages are working good, a HelloWorld.asp or HelloWorld.html
response correct.

After calling the ASPX App with http://localhost
the .NET Engine Process runs over the Application and process all
included assemblies.

The Folder
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files
shows the result of this process. After this work, the ASPNET_WP.EXE
process is upto 30 MB and runs without any processor utilization.

Thanks

Guido

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com

Nov 20 '05 #8
First, thanks for your help!

Today, I have clean up my notebook and simulate the client installation
with my notebook. so first installed Windows XP with SP 2, then IIS,
SQL MSDE with SP4, NET Framework 1.1 and last my ASP.NET application.
after this, my application runs.

in the next steps, I installed MS Office 2003 with SP 2, then Adobe
Reader 7.0 with integrated Yahoo Toolbar extension. Between all steps,
I test my application running correctly.

Now, I installed a software product from Vodafone
http://www.vodafone.de/hilfe_kundens...oad/63052.html

After installing the "Vodafone-Dashboard für Mobile Connect Card"
Version 6.01 I am unable to start the ASP.NET application. After
desinstalling the Vodafone Software I am able to start the ASP.NET
application.

so, I have caused the bad program. And now, I will go on and search
why. Thanks in advance for all help!

It looks like an disharmony between the .NET Framework and software
from Vodafone!

Nov 21 '05 #9

gu************@ gmx.de wrote:
First, thanks for your help!

Today, I have clean up my notebook and simulate the client installation
with my notebook. so first installed Windows XP with SP 2, then IIS,
SQL MSDE with SP4, NET Framework 1.1 and last my ASP.NET application.
after this, my application runs.

in the next steps, I installed MS Office 2003 with SP 2, then Adobe
Reader 7.0 with integrated Yahoo Toolbar extension. Between all steps,
I test my application running correctly.

Now, I installed a software product from Vodafone
http://www.vodafone.de/hilfe_kundens...oad/63052.html

After installing the "Vodafone-Dashboard für Mobile Connect Card"
Version 6.01 I am unable to start the ASP.NET application. After
desinstalling the Vodafone Software I am able to start the ASP.NET
application.

so, I have caused the bad program. And now, I will go on and search
why. Thanks in advance for all help!

It looks like an disharmony between the .NET Framework and software
from Vodafone!

Did you ever find an answer? we have the same issue - installing the
vodafone mobile connect software somehow disables any ASPX pages being
served from IIS - which is a bit of an isue for a web developer!

Cheers

Dec 1 '05 #10

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

Similar topics

9
5036
by: Tommy Lu | last post by:
Hi, wondering if there is a way to interact the shell command with the C# program? For example, if I type c:\>ver it then suppose to return the version of the OS I am currently using... or c:\>systeminfo
15
478
by: Jacob Crossley | last post by:
Hello all. We have about 10 Window's services that we wrote in c#. We use them to process row's that we have queued up in various SQL tables. The services seem to hang at least once in any given 24 hour period. Once we reset the service, it goes about its processing business until the next time it hangs. We are wondering if the hanging problem is due to a load issue (too many windows services on a single machine), a code flaw, or an...
5
3665
by: Leszek | last post by:
Hello, Could anybody explain what's a difference between a virtual directory and an application root under IIS? I'm a little bit confused. This is mu problem: Let's assume the following directory structure: FileManager (application name a.k.a. virtual directory?)
5
2301
by: Loane Sharp | last post by:
Hi there I've got a hang of a problem ... I'm running the .NET framework (2.0.40903), SQL Server 2000 and SQL Express 2005 on Windows XP Pro on a pretty good and new IBM Thinkpad X41. Some time ago, following the advice in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/codecompilation.asp, I used aspnet_compiler.exe to compile my application. Soon thereafter, every
12
5862
by: JohnR | last post by:
I have narrowed a problem down to a simple example. A form with two buttons. One EXIT and one FBD. The exit button does an "END" to end the application. The FBD button does a FolderBrowserDialog and nothing else. When I start the application and hit EXIT everything works fine. However if it display the FBD box (even if I don't pick a folder and immediately hit cancel) and then try to exit one of two things happens. Either (1) the...
6
2495
by: Lynn | last post by:
Hi, I use the following code to run xcopy, but my application hangs after the copying has finished. What could be wrong? Dim psi As New ProcessStartInfo() psi.FileName = "xcopy" psi.Arguments = "c:\abc d:\abc" Process.Start(psi) Process.GetCurrentProcess.WaitForExit()
6
4448
by: Wayne Smith | last post by:
Hi, We are having a few problems with ASP.Net pages hanging during load when an Application Pool is recycled. To test this we have setup the following ASP.net page which refreshes every 2 seconds: <%@ Page language="c#" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.IO" %>
0
1449
by: Simon | last post by:
I have a problem with an application which randomly hangs on site. The symptoms are that the user will click a button - which normally would open a new form (which inevitably will create a socket connection back to a server using remoting) - but just hangs. Sometimes the application will close itself (ie disappear without any errors), other times it needs to be manually stopped. Looking at the event log, I see in the application log...
4
7867
by: DubSport | last post by:
I am trying to get my .net page to run a simple batch file on my IIS server. I want it to run with specified credentials. It appears to start the program cmd.exe as the correct user (shows up in the task mgr) but it just hangs there and will never finish. Looking in the event logs I see this: Application popup: cmd.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the...
0
8399
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8312
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8606
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6169
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.