We’re currently experiencing a high volume of support requests, which may result in longer response times — Thank you for your patience and understanding.
Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tjd2112
Engaged Sweeper
Hello I tried to install lansweeper on a 2003 iis6 server with sql express 2005 already installed. The SQL server was already in windows auth mode only. During the install, the setup prog wanted to change the sql server over to mixed mode which I allowed it to do. At the end of the setup it flashed an error that I did not write down. Now the lansweeper site will not start. It throws a "parameter is incorrect". I noticed in iis that the application pool is invalid. The service is started and the db server is running. Any ideas?
4 REPLIES 4
Hemoco
Lansweeper Alumni
tjd2112
Engaged Sweeper
There is a 1309 event in the app log as well. It's a ASP.NET 2.0 error.

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 12/3/2008
Time: 1:17:33 PM
User: N/A
Computer: SHAREPOINT
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 12/3/2008 1:17:33 PM
Event time (UTC): 12/3/2008 6:17:33 PM
Event ID: a57bc6a28fb54d6999c52e9f2bda0035
Event sequence: 1
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/w3svc/1/Root/lansweeper32-1-128728018530501824
Trust level:
Application Virtual Path: /lansweeper32
Application Path: C:\Program Files\lansweeper32\website\
Machine name: SHAREPOINT

Process information:
Process ID: 2512
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpException
Exception message: Unable to read the security policy file for trust level 'WSS_Minimal'.

Request information:
Request URL: http://10.10.20.60/lansweeper32/default.aspx
Request path: /lansweeper32/default.aspx
User host address: 10.10.100.8
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpRuntime.SetTrustLevel(TrustSection trustSection, SecurityPolicySection securityPolicySection)
at System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)


Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
tjd2112
Engaged Sweeper
Ok i uninstalled and reinstalled IIS and installed only the webiste and now i get this error:

Server Error in '/lansweeper32' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>


Hemoco
Lansweeper Alumni
You can delete the website in IIS and only install the website with the setup

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now