Yes, main page is working, it look like everything is normal except it not possible to open informations about any computer.
There is debug message, it look like there is a problem with SQL database:
Server Error in '/lansweeper' Application.
--------------------------------------------------------------------------------
Column 'ipaddress' does not belong to table theTable.
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.ArgumentException: Column 'ipaddress' does not belong to table theTable.
Source Error:
Line 439: <% For Each myrow In dswol.DefaultView.Table.Rows%>
Line 440: <tr >
Line 441: <td ><a href="javascript:runApp(<%=Lansweeper.general.getwol(dswolconfig.FieldValue("wolcommand", nothing),myrow("macaddress"),dswolconfig.FieldValue("wolremovepoint", nothing),actionpath,myrow("ipaddress"))%>,'true');" class="clicklink"><%=myrow("description")%></a> <span class="lg"><%=myrow("macaddress")%></span></td>
Line 442: </tr>
Line 443: <%tel = tel + 1%>
Source File: D:\lansweeper40\website\it-compdetail.aspx Line: 441
Stack Trace:
[ArgumentException: Column 'ipaddress' does not belong to table theTable.]
System.Data.DataRow.GetDataColumn(String columnName) +1773557
System.Data.DataRow.get_Item(String columnName) +13
ASP.it_compdetail_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\lansweeper40\website\it-compdetail.aspx:441
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +256
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Page.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053