cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
neosys
Engaged Sweeper II
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
8 REPLIES 8
neosys
Engaged Sweeper II
What is there to do when manually setting up IIS ?

I did reinstall IIS once again.
And reinstall Lansweeper only.

Finally now I am in business !
Groupe Rodeus
neosys
Engaged Sweeper II
Same problem a bit different now I cannot see the IIS at all (as before I had a file download pop)

I can see the lsmanage.exe and see some client added, but cannot see the webgui !
Groupe Rodeus
Hemoco
Lansweeper Alumni
neosys wrote:
Same problem a bit different now I cannot see the IIS at all (as before I had a file download pop)

I can see the lsmanage.exe and see some client added, but cannot see the webgui !

Could you manually set up IIS using the add/remove software icon.
neosys
Engaged Sweeper II
Well it does not at this time.

I am uninstalling IIS and will reboot reinstall and do the same for Lansweeper.
Groupe Rodeus
Hemoco
Lansweeper Alumni
Normaly the ""aspnet_regiis.exe -i" should fix it.
neosys
Engaged Sweeper II
This is from the 3.5.2
I have reinstalled the .net Framework too.

I will unintsall all and reinstall to see if the problem is here again.
Groupe Rodeus
Hemoco
Lansweeper Alumni
PS. was this with the 4.0 beta or 3.5?
Hemoco
Lansweeper Alumni
open the command prompt: "cmd.exe"
type "cd C:\Windows\Microsoft.NET\Framework\v2.0.50727"
type "aspnet_regiis.exe -i"