473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Hard to solve Problem - ASP.Net aspx pages hang machine on localhost

Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I can not open it again in VS.Net2003
because it hangs my machine (the whole machine stops responding and
there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the
whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.

Nov 19 '05 #1
6 2471
Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the solution still open.
But, once I close the solution, I can not open it again in VS.Net2003 because it hangs my machine (the whole machine stops responding and there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.

Nov 19 '05 #2
Hi Patrick, thank you very much for your response.
I'm using Windows XP Pro.

I have a LAN at home and I'm always logged in as an Administrator user.

I tried giving full access rights to the ASP.Net account and to the
IUSR / IIWAM (or something like this 'cause I'm not in my machine right
now) and that did not solve the problem.

I have also tried uninstalling VS.Net and IIS and reinstalling them (VS
1st. and IIS last)

Do you have any idea what I might do to solve this inconvinience?
(I do not wish to reinstall all my OS :( )

Regards,
Fede.
Patrick.O.Ige ha escrito:
Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the solution still open.
But, once I close the solution, I can not open it again in VS.Net2003 because it hangs my machine (the whole machine stops responding and there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.


Nov 19 '05 #3
Does your ASP.NET application call any 3rd party applications?

I once have used some ill written COM+ libraries that requires you to
explicit free the objects before destroyed. If not the memory allocation
will go up and up and eventally bring down the server. While in your case,
your application may be get into some endless loop... or code may crash in
unmanaged part...

"Fede" <Fe*****@gmail.com>
???????:11**********************@f14g2000cwb.googl egroups.com...
Hi Patrick, thank you very much for your response.
I'm using Windows XP Pro.

I have a LAN at home and I'm always logged in as an Administrator user.

I tried giving full access rights to the ASP.Net account and to the
IUSR / IIWAM (or something like this 'cause I'm not in my machine right
now) and that did not solve the problem.

I have also tried uninstalling VS.Net and IIS and reinstalling them (VS
1st. and IIS last)

Do you have any idea what I might do to solve this inconvinience?
(I do not wish to reinstall all my OS :( )

Regards,
Fede.
Patrick.O.Ige ha escrito:
Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message
news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I can not open it again in VS.Net2003
because it hangs my machine (the whole machine stops responding and
there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the
whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.

Nov 19 '05 #4
Hi Lau Lei, thank you very much for your answer.
My application is basically a "Hello World" application to try to see
what's the trouble here.
It's not any kind of complicated app.
I don't use any kind of functions in it.
Just 3 Labels. :-\
Regards,
Fede.

Lau Lei Cheong wrote:
Does your ASP.NET application call any 3rd party applications?

I once have used some ill written COM+ libraries that requires you to
explicit free the objects before destroyed. If not the memory allocation
will go up and up and eventally bring down the server. While in your case,
your application may be get into some endless loop... or code may crash in
unmanaged part...

"Fede" <Fe*****@gmail.com>
???????:11**********************@f14g2000cwb.goog legroups.com...

Hi Patrick, thank you very much for your response.
I'm using Windows XP Pro.

I have a LAN at home and I'm always logged in as an Administrator user.

I tried giving full access rights to the ASP.Net account and to the
IUSR / IIWAM (or something like this 'cause I'm not in my machine right
now) and that did not solve the problem.

I have also tried uninstalling VS.Net and IIS and reinstalling them (VS
1st. and IIS last)

Do you have any idea what I might do to solve this inconvinience?
(I do not wish to reinstall all my OS :( )

Regards,
Fede.
Patrick.O.Ige ha escrito:
Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message
news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I can not open it again in VS.Net2003
because it hangs my machine (the whole machine stops responding and
there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the
whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.



Nov 20 '05 #5
Federico try looking at TASK Manager and see what is using up your proceses etc..
Does your PC hangs with other IDE's you have?
Patrick

"Federico" <fe*****@gmail.com> wrote in message news:uu**************@TK2MSFTNGP14.phx.gbl...
Hi Lau Lei, thank you very much for your answer.
My application is basically a "Hello World" application to try to see what's the trouble here.
It's not any kind of complicated app.
I don't use any kind of functions in it.
Just 3 Labels. :-\
Regards,
Fede.

Lau Lei Cheong wrote:
Does your ASP.NET application call any 3rd party applications?

I once have used some ill written COM+ libraries that requires you to
explicit free the objects before destroyed. If not the memory allocation
will go up and up and eventally bring down the server. While in your case,
your application may be get into some endless loop... or code may crash in
unmanaged part...

"Fede" <Fe*****@gmail.com>
???????:11**********************@f14g2000cwb.googl egroups.com...
Hi Patrick, thank you very much for your response.
I'm using Windows XP Pro.

I have a LAN at home and I'm always logged in as an Administrator user.

I tried giving full access rights to the ASP.Net account and to the
IUSR / IIWAM (or something like this 'cause I'm not in my machine right
now) and that did not solve the problem.

I have also tried uninstalling VS.Net and IIS and reinstalling them (VS
1st. and IIS last)

Do you have any idea what I might do to solve this inconvinience?
(I do not wish to reinstall all my OS :( )

Regards,
Fede.
Patrick.O.Ige ha escrito:

Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message
news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I can not open it again in VS.Net2003
because it hangs my machine (the whole machine stops responding and
there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the
whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.

Nov 20 '05 #6
Hi Patrick, the only thing that (currently) hangs my machine is this one.
Unfotunately I can not use the task manager when the machine is about to
hang because neigher Ctrl+Alt+Del nor right click on the task bar work then.
:-\ I'll keep on trying everything. If you can think of something else
to try it will be more than welcome.

Best regards,
Fede.

Patrick.O.Ige wrote:
Federico try looking at TASK Manager and see what is using up your
proceses etc..
Does your PC hangs with other IDE's you have?
Patrick
"Federico" <fe*****@gmail.com <mailto:fe*****@gmail.com>> wrote in
message news:uu**************@TK2MSFTNGP14.phx.gbl...
Hi Lau Lei, thank you very much for your answer.
My application is basically a "Hello World" application to try to
see what's the trouble here.
It's not any kind of complicated app.
I don't use any kind of functions in it.
Just 3 Labels. :-\
Regards,
Fede.

Lau Lei Cheong wrote:
Does your ASP.NET application call any 3rd party applications?

I once have used some ill written COM+ libraries that requires you to
explicit free the objects before destroyed. If not the memory allocation
will go up and up and eventally bring down the server. While in your case,
your application may be get into some endless loop... or code may crash in
unmanaged part...

"Fede" <Fe*****@gmail.com>
???????:11**********************@f14g2000cwb.goo glegroups.com...

Hi Patrick, thank you very much for your response.
I'm using Windows XP Pro.

I have a LAN at home and I'm always logged in as an Administrator user.

I tried giving full access rights to the ASP.Net account and to the
IUSR / IIWAM (or something like this 'cause I'm not in my machine right
now) and that did not solve the problem.

I have also tried uninstalling VS.Net and IIS and reinstalling them (VS
1st. and IIS last)

Do you have any idea what I might do to solve this inconvinience?
(I do not wish to reinstall all my OS :( )

Regards,
Fede.
Patrick.O.Ige ha escrito:

Federico..
What OS are you using and what is your PC configuration?
Patrick

"Federico" <fe*****@gmail.com> wrote in message
news:uY**************@TK2MSFTNGP14.phx.gbl.. .
Hi, this is what I can do:
- Create new solutions using VS.Net ASP.Net
- Save the solutions, build the solution, view in browser with the
solution still open.
But, once I close the solution, I can not open it again in VS.Net2003
because it hangs my machine (the whole machine stops responding and
there's no alternative but to reboot it!).
I can't either browse the created solution because it also hangs the
whole machine.

Can anyone give a hand with this problem?

Thanks a lot in advance,
Federico.



Nov 20 '05 #7

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

Similar topics

5
by: Catherine | last post by:
I am having a problem viewing asp pages on iis version 5.1 xp pro. HTML pages are viewable on http://localhost but .asp pages are not. I have created a test program called timetest.asp with the...
6
by: Ted Singh | last post by:
(I apologize in advance if this is an obvious question, my experience is more with console or client-only apps) I am trying to build an web-based HTML UI, which will work with a web-server on...
0
by: Mach Runner | last post by:
I am implementing a secure website using the ASP.NET FormsAuthentication model. I have taken the simplest code examples from MSDN (login.aspx,default.aspx, web.config) but cannot get proper...
29
by: John Rivers | last post by:
Hello, What good reason there is for not allowing methods in ASPX pages I can't imagine, but here is how to get around that limitation: (START) <body MS_POSITIONING="FlowLayout"> <form...
0
by: bruce | last post by:
I'm testing a very simple web services called Add (take 2 integers and return the result). The service program is done in VS.NET and work well using HTTP POST. I wrote a simple (Classic) ASP SOAP...
3
by: Greg Collins [Microsoft MVP] | last post by:
I have done a bit of research of Url Rewriting, but as yet have been unsuccessful at getting it to work well, and there are issues around what file types are supported and how much code you want to...
3
by: =?Utf-8?B?U2hlcm1hbiBLQg==?= | last post by:
I have an application developed using IIS 5, and the 2.14 version of the .net framework and SQL 2005. When deployed to two different servers, the pages all display properly when using the address...
0
by: programmerboy | last post by:
I have created two virtual directories for my development. In one directory I have web services and in other I have my aspx pages. I developed code on my machine and now I want to transfer web...
3
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
I have some ASPX pages that I would like to display by browsing to http://localhost/, but whenever I do, all I get is MS's 404 "Webpage cannot be found" page. I have IIS configured so that it...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...

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.