I have installed a fresh copy on a new XP SP3 - PC, chosen the default website for lansweeper.
But when I lauch the http://mypcname I get a request to save / open a file:
application/octet-stream the file is a random .part file
Then is I choose to open this in my browser I get to the lansweeper code...
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="utf-8" CodeFile="Default.aspx.vb" Inherits="Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Lansweeper Web Console</title>
<link href="css/ls.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript">
function SubmitForm(formid)
{
if(formid == 1)
{
var compvalue = document.getElementById("comp1");
document.getElementById("comp").value = compvalue.value;
document.formco.submit();
}
else if(formid == 2)
{
var uservalue = document.getElementById("username1");
document.getElementById("username").value = uservalue.value;
document.formp.submit();
}
else if(formid == 3)
{
var softwarevalue = document.getElementById("software1");
document.getElementById("software").value = softwarevalue.value;
document.formso.submit();
}
}
function checkenter(formid,e)
{
if(e.keyCode == 13) // and not popup..enter key pressed
{
setTimeout("afterwait(" + formid + ")",100);
}
return true;
}
function afterwait(formid)
{
if(formid == 1)
{
var compvalue = document.getElementById("comp1");
document.getElementById("comp").value = compvalue.value;
document.formco.submit();
}
else if(formid == 2)
{
var uservalue = document.getElementById("username1");
document.getElementById("username").value = uservalue.value;
document.formp.submit();
}
else if(formid == 3)
{
var softwarevalue = document.getElementById("software1");
document.getElementById("software").value = softwarevalue.value;
document.formso.submit();
}
}
</script>
</head>
<body>
<form id="formc" name="formc" method="get" action="default.aspx" runat="server">
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td><table width="996" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#000000"><table width="996" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">.......
I believe IIS is not able to load the aspx index file, but I can't make it work.
You help is appreciated.
thx,
Neosys
Groupe Rodeus