C
Chris Peeters
Hi,
I try to use WebParts but when browsing to my page I get following error
:
"An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections"
Actually I get the error as soon as I drag a WebPartManager on the page.
Right now my page doesn't contain anything else.
Following is the ONLY code in my project (no .cs files, no web.config) :
<%@ Page Language="C#" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
</div>
</form>
</body>
</html>
As you can see I am not using any DB at all !
I browse to it and bang !!!
how come ?
thank you
Chris
I try to use WebParts but when browsing to my page I get following error
:
"An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections"
Actually I get the error as soon as I drag a WebPartManager on the page.
Right now my page doesn't contain anything else.
Following is the ONLY code in my project (no .cs files, no web.config) :
<%@ Page Language="C#" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
</div>
</form>
</body>
</html>
As you can see I am not using any DB at all !
I browse to it and bang !!!
how come ?
thank you
Chris