> Hi,
>
> call, I get the 'Cannot find Server or DNS Error' white page.
DNS server not found error can be caused by 1. your "network", especially if
your page interfaces with other website and that your page expects a
response from the called website. And it likely happens if your website is
also proxied. 2. You allow large files for upload, normally 10MB or less
will be OK. I got timed out even when uploaded a 9MB PDF, I had to adjust
the maxinum size in Machine.config.
> This isn't happening because anyone is recompiling the code and,
I never experience iis recyles my app.. I once tried to publish the entire
site to production IIS while peoples were on it and nobody complained.
> My asp.net application has a response.redirect("myStartPage.aspx") in
> the session_start in global.asax.
Do you have to do this ? Take it out to see if the symptom goes away.
> I'm using InProc session, have around 10-15 Intranet users and use
> Application and Session objects to store a number of different data
> objects (datatables, hashtables)
How big are they ? thousand of records ? "InProc", even if you have plenty
of RAM (4GB in your case), can fill up very quick if you donot control the
"datatables" such as #of records read.
In short, DNS is 99% network related. Network guys may have some sayings to
this.
John