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.