473,387 Members | 1,603 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.

Takes forever to create a new project

Hi;

On my home computer (work computer is fine), when I create a new ASP .NET
project, it takes minutes (no exageration) for it to create the project. It
is paused forever on a dialog that says something like connectiong to
localhost/project.

And when I start the debugger, it takes about 20 seconds for the page to
come up.

For non-ASP C# apps everything is very fast. This only happens with ASP .NET.

Any ideas???

--
thanks - dave
Nov 19 '05 #1
6 1225
David Thielen wrote:
Hi;

On my home computer (work computer is fine), when I create a new ASP ..NET project, it takes minutes (no exageration) for it to create the project. It is paused forever on a dialog that says something like connectiong to localhost/project.

And when I start the debugger, it takes about 20 seconds for the page to come up.

For non-ASP C# apps everything is very fast. This only happens with ASP .NET.
Any ideas???


How much RAM do you have?

Nov 19 '05 #2
1 Gig RAM - 2.? GHz hyper-threaded processor Dell Dimension.

Everything else I do on my machine is real fast.

thanks - dave
"Aquila Deus" wrote:
David Thielen wrote:
Hi;

On my home computer (work computer is fine), when I create a new ASP

..NET
project, it takes minutes (no exageration) for it to create the

project. It
is paused forever on a dialog that says something like connectiong to

localhost/project.

And when I start the debugger, it takes about 20 seconds for the page

to
come up.

For non-ASP C# apps everything is very fast. This only happens with

ASP .NET.

Any ideas???


How much RAM do you have?

Nov 19 '05 #3
The debugger launch time seems typical - but creating a new project
should be a lot quicker. Would you have any antivirus software or
firewall software running? If so, you might want to disable them
temporarily while creating a project to see if there is an impact.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 12 Feb 2005 21:57:02 -0800, "David Thielen"
<th*****@nospam.nospam> wrote:
1 Gig RAM - 2.? GHz hyper-threaded processor Dell Dimension.

Everything else I do on my machine is real fast.

thanks - dave
"Aquila Deus" wrote:
David Thielen wrote:
> Hi;
>
> On my home computer (work computer is fine), when I create a new ASP

..NET
> project, it takes minutes (no exageration) for it to create the

project. It
> is paused forever on a dialog that says something like connectiong to

> localhost/project.
>
> And when I start the debugger, it takes about 20 seconds for the page

to
> come up.
>
> For non-ASP C# apps everything is very fast. This only happens with

ASP .NET.
>
> Any ideas???


How much RAM do you have?


Nov 19 '05 #4
David Thielen wrote:
1 Gig RAM - 2.? GHz hyper-threaded processor Dell Dimension.

Everything else I do on my machine is real fast.

thanks - dave
Weird. Was the disk light lightening during the time you wait? Is your
IIS service always running? Is it still slow if you launch debugger or
create a new project repeatedly within a few minutes?


"Aquila Deus" wrote:
David Thielen wrote:
Hi;

On my home computer (work computer is fine), when I create a new
ASP ..NET
project, it takes minutes (no exageration) for it to create the

project. It
is paused forever on a dialog that says something like
connectiong to
localhost/project.

And when I start the debugger, it takes about 20 seconds for the
page to
come up.

For non-ASP C# apps everything is very fast. This only happens
with ASP .NET.

Any ideas???


How much RAM do you have?


Nov 19 '05 #5
It doesn't seem to blink much. And at work the same program it's fast, both
creating and starting asp .net apps. It's just my home system that's slow.

- dave
"Aquila Deus" wrote:
David Thielen wrote:
1 Gig RAM - 2.? GHz hyper-threaded processor Dell Dimension.

Everything else I do on my machine is real fast.

thanks - dave


Weird. Was the disk light lightening during the time you wait? Is your
IIS service always running? Is it still slow if you launch debugger or
create a new project repeatedly within a few minutes?


"Aquila Deus" wrote:
David Thielen wrote:
> Hi;
>
> On my home computer (work computer is fine), when I create a new ASP ..NET
> project, it takes minutes (no exageration) for it to create the
project. It
> is paused forever on a dialog that says something like connectiong to
> localhost/project.
>
> And when I start the debugger, it takes about 20 seconds for the page to
> come up.
>
> For non-ASP C# apps everything is very fast. This only happens with ASP .NET.
>
> Any ideas???

How much RAM do you have?


Nov 19 '05 #6
David Thielen wrote:
It doesn't seem to blink much. And at work the same program it's fast, both creating and starting asp .net apps. It's just my home system that's

slow.

then it may be waiting for something broken...

There are several general methods to solve similiar issues:

1.Open task manager to see if there is any program that uses 50+ CPU
resource
2.Launch the debugger and create new projects repeatedly to see if it's
the same slow.
3.Check your event logs, (run eventvwr.msc)
4.Don't use VS.NET :-)

Nov 19 '05 #7

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

Similar topics

0
by: Brent Wege | last post by:
Hey guys, kinda scratching my head on this one. Each of these insert queries takes about 1 second in QA, but when I decide to loop it 100 times instead of manually inserting it 100 times, it will...
9
by: David Berman | last post by:
I'm having a problem with an update operation in a stored procedure. It runs so slowly that it is unusable, unless I comment a part out in which case it is very fast. However, I need the whole...
2
by: Jo Siffert | last post by:
Hi all, I would like to perform an INSERT INTO LINKEDSVR.dbo.xyz.abc SELECT ... FROM dbo.dfg where LINKEDSVR is a linked server on another machine. Both servers are running SQLServer 2000...
1
by: Debi | last post by:
Hi, I've created a console application which is scheduled to run every morning to pull out some reports. The data retrieval is through stored procedures which takes a max of 2-3 mins to run. But...
5
by: mr.newsgroupguy | last post by:
I am working in C# .NET 1.1. My app has a button on its main form that checks to see if it has access to a file on our server, just an XML file. On our server we are running W2K IIS with a...
0
by: John Saunders | last post by:
During development of our Web Application Project with VS.NET 2005, I find that right after a build, accessing the site takes a very long time. Looking in Task Manager, I see many csc.exe processes...
2
by: Martin Eckart | last post by:
Hello, I have built a Hello World Web Service using Visual Studio 2005 and .NET 2.0 on machine A. Setting up a Web Site on machine B and adding a web reference to that WS works fine, without any...
3
by: =?Utf-8?B?QWxleGFuZGVyIFd5a2Vs?= | last post by:
My application is taking way too long to build. It use to never take so long. I change only line and I think it recompiles all the classes in the assembly because it hangs forever. Here is the...
9
by: Waldy | last post by:
Hi there, I have a VS 2005 Web Site project that is taking an age to build or run. It takes about fifteen minutes to run in debug mode. Even if I just select Build Page, Visual Studio hangs for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
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.