
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2010 07:52 PM
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...
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
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
Labels:
- Labels:
-
Archive
8 REPLIES 8

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2010 10:22 PM
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 !
I did reinstall IIS once again.
And reinstall Lansweeper only.
Finally now I am in business !
Groupe Rodeus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2010 09:03 PM
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 !
I can see the lsmanage.exe and see some client added, but cannot see the webgui !
Groupe Rodeus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2010 09:09 PM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2010 07:30 PM
Well it does not at this time.
I am uninstalling IIS and will reboot reinstall and do the same for Lansweeper.
I am uninstalling IIS and will reboot reinstall and do the same for Lansweeper.
Groupe Rodeus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2010 11:48 PM
Normaly the ""aspnet_regiis.exe -i" should fix it.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2010 11:29 PM
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.
I have reinstalled the .net Framework too.
I will unintsall all and reinstall to see if the problem is here again.
Groupe Rodeus

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2010 09:38 AM
PS. was this with the 4.0 beta or 3.5?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2010 08:01 PM
open the command prompt: "cmd.exe"
type "cd C:\Windows\Microsoft.NET\Framework\v2.0.50727"
type "aspnet_regiis.exe -i"
type "cd C:\Windows\Microsoft.NET\Framework\v2.0.50727"
type "aspnet_regiis.exe -i"
