473,625 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1233
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
6549
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 forever run, and take several minutes just to insert one set. Any ideas as to why? What can I do to make the loop faster? --- declare @x int set @x=1
9
9103
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 thing :). I have a table of email addresses of people who want to get invited to parties. Each row contains information like email address, city, state, country, and preferences for what types of events are of interest. The primary key is an...
2
2923
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 and have the DTC running. When I run this batch from QueryAnalyzer without explicitly using
1
1023
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 the console application takes more than 6 minutes to run each stored proc. So as the number of reports starts increasing, the application is taking forever to execute. I've noticed that the same procs. if called from a windows form returns...
5
4865
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 virtual directory, set to Windows Authentication. I am creating an HTTPWebRequest object on the client, and setting its Credentials to CredentialCache.DefaultCredentials. Also, I have tried numerous Timeout settings, but they have not made a...
0
961
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 running, one right after another. These are not maxing out on CPU time. Is there a way to get some sort of log of what is being compiled? This might help us to reduce the amount that needs to be recompiled when the project is built. Perhaps...
2
2432
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 delays. Setting up the same Web Site on machine C it takes forever after I select the WS and hit the "Add Reference" button in the wizard. Every time I updated the web reference the same. In addition the executing of the application takes...
3
3541
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 compiler line from the output window during complication: Target CoreCompile: C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /main:AutoDeveloper.Program...
9
1779
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 about five minutes. There are about 20 pages so far and about 50 references. Does anyone have any ideas?
0
8189
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
8635
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...
1
8354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7182
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...
0
5570
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
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4192
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2621
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.