xml 文件内容如下:
<?xml version="1.0" encoding="utf-8" ?>
<Menu>
  <Group>
    <Item Text="系统设置" PostBack="false" Value="System">
    </Item>
    <Item Text="个人心得" PostBack="false" Value=""  NavigateUrl="PersonalExperience.aspx">
    </Item>
    <Item Text="技术讨论区" PostBack="false">
      <Group Flow="Vertical" OffsetX="-30">
      </Group>
    </Item>
  </Group>
</Menu>连接字符串如下:
 <connectionStrings>
    <!--连接字符串-->
    <add name="KingGearConnectionString" connectionString="Data Source=(localIP);Initial Catalog=KingGear;Persist Security Info=True;User ID=sa;password=pwd" providerName="System.Data.SqlClient"/>
  </connectionStrings>服务器报错如下:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)经过测试,把跳转页面改正Login.asx或者http:www.baidu.com都是OK的,正常运行。但修改成站内发布其他页面跳转就报以上的错。
求大神指教!