-
Posted to
Security
by
pblecha
on
02-16-2007, 10:37 AM
I've created a web application that uploads files to a load-balanced replicated server. I'm testing uploads to each server so I can avoid using replication (it is very slow, and the files being uploaded are normally going to be PDF files <100k in size). During testing, I've opened the root directory of the server location so that I ...
-
Posted to
General
by
pblecha
on
12-28-2006, 9:37 AM
Thanks much! I still notice that a lot of the debugging info is on VS2005; is VS2003 just that difficult to debug? (Reason I ask: the application I'm working on was built in 2003, and I'm migrating it to 2005, but I have to keep a 1.1 version up and running, AND debugged. So I can use help on that.)
Thanks again!
-
Posted to
General
by
pblecha
on
12-22-2006, 3:56 PM
I've been reading all sorts of knowledge base posts, books, forums, etc. But this is a really convoluted subject, and nobody has been straightforward on the topic. So here goes nothing.
I am trying to deploy an ASP.net web application (and for the record, because this is for testing and also for my own learning process, I'm doing both ...