Error When accessing url

Issue #7 closed
John Maguire created an issue

hi i'm accessing the following url and get the following error

localhost/views Server Ip/views

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /views

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

any idea why this is? trying o install the latest version of sesm and running windows server 2008

Comments (9)

  1. remygrandin NA repo owner

    "http://Yourserver/views" shouldn't point on anything... Why did you tried this URL?

  2. John Maguire reporter

    as localhost says

    Server Error

    403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.

  3. remygrandin NA repo owner

    Is it an upgrade or an install ? If the latter, it's probably an application pool misconfiguration. Verify that your website is running in the app. Net app pool and check that this app pool is running with admin rights. A common problem can be if you try to use a passwordless admin account for the app pool rights.

  4. John Maguire reporter

    i'm using the admin login that i have for the server

    And It's A fresh Install i did it on the previous server no issues maybe this server doesnt have the required perms setup as i cannot create users on the server

  5. John Maguire reporter

    i have looked into that and have just uninstalled and reinstalled it i don't have access to creating user accounts on the server would this be an issue do you think?

  6. Log in to comment