473,654 Members | 3,264 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 "Walkthroug h" 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 1556
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******** ******@TK2MSFTN GP09.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 "Walkthroug h" 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******** ******@TK2MSFTN GP10.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******** ******@TK2MSFTN GP09.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 "Walkthroug h" 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
2687
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 ease the development of application that are not content oriented(I call them "NON CONTENT-ORIENTED WEB APPLICATIONS" because I don't know what else to call them). I mean the applications like, accounting, high volume data entry apps, where normally GUI clients have ruled. I know very high...
9
1655
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 build a basic VB app, I assume I can use the VB 6 component in Visual Studio 6.0. But If I want to build a C# application - does that mean I have to use VS.NET? And if I do write an application in C# does that mean it can only run on a Windows box with the .Net Framework? Do all C# apps require...
10
1649
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, or i this an very neglected topic? For me it seems like the death of complicatet webpages full of hacks, and the always present problem with browser incompatibility.
10
3149
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 convert/port a VB6 client/server app to .Net. (I'm not using any upgrade tools, I'm just re-writing). I have be learning/testing .net with SDI type forms and now I'm actually working on the conversion, I'm starting to worry that VB.net
4
1901
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 everybody else knows. Basically i am wondering if there is any way to speed up the time it takes for my app to display its first form. There is very little code before the form loads, pretty much just a line or two to load the images on it but it still can take quite a while on some machines to start...
12
1526
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 referring to exceptions (e.g. drivers) -- Greg McPherran www.McPherran.com
9
1501
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 development? e.g. have the likes of Adobe, MS, Corel, etc actually released any applications that use the framework? Jim
4
1618
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, I still use this app. You can view my rankings at http://members.cox.net/jocknerd/football. A couple of years ago, I got interested in Python and decided to rewrite my app in Python. I got it to work but its painfully slow compared to the C app. I have a file containing scores of over 1500...
11
1687
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 routine. Everything works fine except for setting focus to the first (and only) input element. //~~~~~ Display search box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ function showPopSearch( ) { if ( document.getElementById("popSearch").style.visibility == "hidden" ) {...
0
8816
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
8709
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
8596
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...
1
6162
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
5627
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
4150
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...
1
2719
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
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.