TheMaxx2005
05-10-2005, 07:21 AM
All,
Very new to VS2005 and ASP.NET 2.0 so wondering if you can give me some pointers. when I deployed my Personal web Site to discountAsp.net I get the error below
Now I think it two things, either
1) SQL connection in the default App needs to be changed, is this because the original site defaults to a fixed location, I not changed that, so its the same as if you would do a new project
2) The DB is a SQL2005 one and therefore that the issue, in which case can/how do I update the Starter web kit to get to work with SQL Server 2000, as I have that on my mine site.
Thanks in advance http://community.discountasp.net/emoticons/smilewinkgrin.gif
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
Line 5: Sub Application_Start(ByVal sender As [Object], ByVal e As EventArgs)
Line 6: AddHandler SiteMap.SiteMapResolve, AddressOf Me.AppendQueryString
Line 7: If (Roles.RoleExists("Administrators") = False) Then
Line 8: Roles.CreateRole("Administrators")
Line 9: End If
Very new to VS2005 and ASP.NET 2.0 so wondering if you can give me some pointers. when I deployed my Personal web Site to discountAsp.net I get the error below
Now I think it two things, either
1) SQL connection in the default App needs to be changed, is this because the original site defaults to a fixed location, I not changed that, so its the same as if you would do a new project
2) The DB is a SQL2005 one and therefore that the issue, in which case can/how do I update the Starter web kit to get to work with SQL Server 2000, as I have that on my mine site.
Thanks in advance http://community.discountasp.net/emoticons/smilewinkgrin.gif
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
Line 5: Sub Application_Start(ByVal sender As [Object], ByVal e As EventArgs)
Line 6: AddHandler SiteMap.SiteMapResolve, AddressOf Me.AppendQueryString
Line 7: If (Roles.RoleExists("Administrators") = False) Then
Line 8: Roles.CreateRole("Administrators")
Line 9: End If