First of all, best inventory software ever and thank you for creating it.
The problem:
After selecting "Configuration browser" I get a Server Error in '/Lansweeper' Application""
the full error is this:
Server Error in '/Lansweeper' Application.
--------------------------------------------------------------------------------
Invalid path for child request 'it-hardware.aspx?comp=SCH-PENO01&maindet=configuration&item=hardware&subdet=OS&long=1&Title=Configuration%20:%20Operating%20system'. A virtual path is expected.
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: Invalid path for child request 'it-hardware.aspx?comp=SCH-PENO01&maindet=configuration&item=hardware&subdet=OS&long=1&Title=Configuration%20:%20Operating%20system'. A virtual path is expected.
Source Error:
Line 64: <td bgcolor="#FFFFFF"><table width="1002" border="0" align="left" cellpadding="0" cellspacing="1">
Line 65: <tr>
Line 66: <td align="left" valign="top"><%if request("item")<>""%><%server.execute("it-" & request("item")&".aspx?" & request.ServerVariables("QUERY_STRING"))%><%else%><%server.execute("it-reports.aspx?det=homepage&icon=start.gif&title=Digital dashboard")%><%end if%></td>
Line 67: </tr>
Line 68: </table></td>
Source File: C:\Inetpub\wwwroot\lansweeper\Default.aspx Line: 66
Stack Trace:
[ArgumentException: Invalid path for child request 'it-hardware.aspx?comp=SCH-PENO01&maindet=configuration&item=hardware&subdet=OS&long=1&Title=Configuration%20:%20Operating%20system'. A virtual path is expected.]
System.Web.HttpServerUtility.ExecuteInternal(String path, TextWriter writer, Boolean preserveForm) +1735
System.Web.HttpServerUtility.Execute(String path) +9
ASP.default_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\Inetpub\wwwroot\lansweeper\Default.aspx:66
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
I found out that the link works if i remove the ":" in the url
this results in:
http://lansweeperserver:82/lansweeper/default.aspx?comp=Computername&maindet=configuration&item=hardware&subdet=OS&long=1&Title=Configuration%20%20Operating%20system
in stead of:
http://lansweeperserver:82/lansweeper/default.aspx?comp=Computername&maindet=configuration&item=hardware&subdet=OS&long=1&Title=Configuration%20[size=9]
:[/size]%20Operating%20system
Any ideas what might cause this, and how to solve/work around it?