472,333 Members | 1,024 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Speeding up IIS (?) or C# apps in general (?)

Ok... This may be the wrong forum, but it's the first place I'm trying.

I'm new to C# and just implemented the 3-tier Distributed application from
Chapter 1 (the first walkthrough) in the "Walkthrough" book that comes with
Visual Studio .NET 2003 Enterprise Architect.

My first observation is -- woah, is this thing slow. From the time I
clicked "load" to the time I had a populated data set on the windows-based
app was almost 5-10 seconds or more (subsequent runs were a little faster).
Of course, when I stopped to think about it, I realized some of that is
probably the delay in getting a response from IIS (the webserver) even
though it's on localhost and I'm the only one accessing it. So, my first
quesion to this newsgroup is as follows:

Are there any general recommendations for speeding up IIS (presuming that's
my problem). I'm sure I'm not the first to run into this. A pointer to a
FAQ/Website would suffice.

Thanks,
Rob

p.s. A hint to others who haven't already run into this: Don't install
"Sharepoint Portal Services" because it seems to break Visual Studio's
ability to create web services. This is probably common knowledge by now.
A quick fix for those who have it is to just uninstall it.
Nov 15 '05 #1
2 1454
If you reply -- please consider e-mailing me at rob wilkens at hotmail dot
com (without spaces and replace that at with an @). I might still be
interested in hearing about how to fix this.

I probably won't be checking back. I think i've decided against being a
..NET (.not?) developer. If this is how the first sample in the samples book
performs, it does not bode well for the platform as a whole.

-Rob
(To Linux or Bust.)

"Robert Wilkens" <ro**@optonline.net> wrote in message
news:uZ**************@TK2MSFTNGP09.phx.gbl...
Ok... This may be the wrong forum, but it's the first place I'm trying.

I'm new to C# and just implemented the 3-tier Distributed application from
Chapter 1 (the first walkthrough) in the "Walkthrough" book that comes with Visual Studio .NET 2003 Enterprise Architect.

My first observation is -- woah, is this thing slow. From the time I
clicked "load" to the time I had a populated data set on the windows-based
app was almost 5-10 seconds or more (subsequent runs were a little faster). Of course, when I stopped to think about it, I realized some of that is
probably the delay in getting a response from IIS (the webserver) even
though it's on localhost and I'm the only one accessing it. So, my first
quesion to this newsgroup is as follows:

Are there any general recommendations for speeding up IIS (presuming that's my problem). I'm sure I'm not the first to run into this. A pointer to a
FAQ/Website would suffice.

Thanks,
Rob

p.s. A hint to others who haven't already run into this: Don't install
"Sharepoint Portal Services" because it seems to break Visual Studio's
ability to create web services. This is probably common knowledge by now.
A quick fix for those who have it is to just uninstall it.

Nov 15 '05 #2
Well, I'm not goint to bother responding to your email. If you don't care
enough to come back and read the response you don't really need to read it.

However, you left out a lot of details, like if you running in the debugger,
runing unoptimized code, if the data set is backed by a database, how big
the data is, etc. I don't happen to have a walkthrough book here, I don't
even konw if I have one. If I do its no where within walking distance.
Please, if you want help post the information needed to get help.

"Robert Wilkens" <ro**@optonline.net> wrote in message
news:ug**************@TK2MSFTNGP10.phx.gbl...
If you reply -- please consider e-mailing me at rob wilkens at hotmail dot
com (without spaces and replace that at with an @). I might still be
interested in hearing about how to fix this.

I probably won't be checking back. I think i've decided against being a
.NET (.not?) developer. If this is how the first sample in the samples book performs, it does not bode well for the platform as a whole.

-Rob
(To Linux or Bust.)

"Robert Wilkens" <ro**@optonline.net> wrote in message
news:uZ**************@TK2MSFTNGP09.phx.gbl...
Ok... This may be the wrong forum, but it's the first place I'm trying.

I'm new to C# and just implemented the 3-tier Distributed application from Chapter 1 (the first walkthrough) in the "Walkthrough" book that comes

with
Visual Studio .NET 2003 Enterprise Architect.

My first observation is -- woah, is this thing slow. From the time I
clicked "load" to the time I had a populated data set on the windows-based app was almost 5-10 seconds or more (subsequent runs were a little

faster).
Of course, when I stopped to think about it, I realized some of that is
probably the delay in getting a response from IIS (the webserver) even
though it's on localhost and I'm the only one accessing it. So, my first quesion to this newsgroup is as follows:

Are there any general recommendations for speeding up IIS (presuming

that's
my problem). I'm sure I'm not the first to run into this. A pointer to a FAQ/Website would suffice.

Thanks,
Rob

p.s. A hint to others who haven't already run into this: Don't install
"Sharepoint Portal Services" because it seems to break Visual Studio's
ability to create web services. This is probably common knowledge by now. A quick fix for those who have it is to just uninstall it.


Nov 15 '05 #3

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

Similar topics

14
by: mirnazim | last post by:
Hi, There are great Python Web Application Framework. But most of them are meant for content oriented web apps. Is there something that can...
9
by: deko | last post by:
I'm confused about what I can use C# and VS.NET for. I have both Visual Studio 6.0 and Visual Studio .NET - which one do I use? If I want to...
10
by: Flare | last post by:
Hi I just read and experimented with normal .net GUI apps and deployed them with notouch deployment strategie as smartclients. Is it just me,...
10
by: Sarah Smith | last post by:
Hello, I am a bit of a newbie to VB.NET, but not totally new. I took the plunge recently and decided (along with my colleagues), to try to...
4
by: Jm | last post by:
Hi all I know this might sound a little stupid but i thought id better ask anyway in case there are some things i havent already tried that...
12
by: Greg | last post by:
For all new desktop apps is managed/CLR recommended? I.e. Native MFC/Win32 not recommended in general for new desktop apps? Speaking in general, not...
9
by: Jim | last post by:
With .net having been around for a while now, does anyone know what the uptake of major software houses is in using .net for Windows Application...
4
by: jocknerd | last post by:
About 10 years ago, I wrote a C app that would read scores from football games and calculate rankings based on the outcome of the games. In fact,...
11
Claus Mygind
by: Claus Mygind | last post by:
In an effort to make my apps run faster, I have started to embed a search feature into the html page with javaScript to call and execute an ajax...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.