本机环境:
Win2000
IIS
VS2003
MSDE2000
PetShop3.0PetShop主页可以正常显示,是在进一步访问时,出现下面的错误:(在涉及到数据库访问时都这样)
???? Web ??????????????????????????????????????????????  ????: 
[SqlException: ?? 'mspetshop' ???????: ???? SQL Server ??????]
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +484
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +370
   System.Data.SqlClient.SqlConnection.Open() +384
   PetShop.SQLServerDAL.SQLHelper.PrepareCommand(SqlCommand cmd, SqlConnection conn, SqlTransaction trans, CommandType cmdType, String cmdText, SqlParameter[] cmdParms) +40
   PetShop.SQLServerDAL.SQLHelper.ExecuteReader(String connString, CommandType cmdType, String cmdText, SqlParameter[] cmdParms) +140
   PetShop.SQLServerDAL.Account.SignIn(String userId, String password) +114
   PetShop.BLL.Account.SignIn(String userId, String password) +148
   PetShop.Web.ProcessFlow.AccountController.ProcessLogin(String userId, String password) +39
   PetShop.Web.SignIn.SubmitClicked(Object sender, ImageClickEventArgs e) +123
   System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +109
   System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +69
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain() +1277 请问为是什么原因造成的,我应该如何解决呢?谢谢。