R
rn5a
I am working on Win2K Pro (SP4) with P4 2.80GHz, 256MB RAM & 20GB hard
disk (IIS5.0). I use Visual Web Developer 2005 Express Edition to
create & edit ASP.NET apps.
Whenever I log in to my m/c. & run any ASPX page in IE6.0 for the very
first time, I always get the following timeout expired error:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
even if the ASPX code happens to be as simple as this:
<script runat="server">
Sub Page_Load(obj As Object, ea As EventArgs)
lblMsg.Text = "Hello World"
End Sub
</script>
<form runat="server">
<asp:Label ID="lblMsg" runat="server"/>
</form>
It is only when I refresh the page that the ASPX page gets executed
successfully & thereafter, I don't encounter this timeout expired error
any more. Let me iterate that this error gets generated only the first
time I open any ASPX page after logging in to my m/c.
What could be the cause of this eccentric behavior?
The timeout period in IIS is set to the default 90 seconds.
disk (IIS5.0). I use Visual Web Developer 2005 Express Edition to
create & edit ASP.NET apps.
Whenever I log in to my m/c. & run any ASPX page in IE6.0 for the very
first time, I always get the following timeout expired error:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
even if the ASPX code happens to be as simple as this:
<script runat="server">
Sub Page_Load(obj As Object, ea As EventArgs)
lblMsg.Text = "Hello World"
End Sub
</script>
<form runat="server">
<asp:Label ID="lblMsg" runat="server"/>
</form>
It is only when I refresh the page that the ASPX page gets executed
successfully & thereafter, I don't encounter this timeout expired error
any more. Let me iterate that this error gets generated only the first
time I open any ASPX page after logging in to my m/c.
What could be the cause of this eccentric behavior?
The timeout period in IIS is set to the default 90 seconds.