エラーコード:
タイムアウトになりました。操作が完了する前にタイムアウト期間が経過したか、サーバーが応答していません。
デフォルトのタイムアウトを変更できるように、コピーして貼り付けることができるコードを提供してもらえますか? このコードのどこに配置すればよいかわかりません:
<head runat="server">
<title>Proxy Report</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="Proxy Report"></asp:Label>
</div>
<asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1">
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ISALog1ConnectionString %>"
SelectCommand="ProxyReport" SelectCommandType="StoredProcedure">
</asp:SqlDataSource>
</form>
</body>
</html>