Does anyone know or maybe explain to me why this is happening.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malmus
    New Member
    • Jan 2008
    • 18

    Does anyone know or maybe explain to me why this is happening.

    I searched google with the error tried most of the changes mainly giving the ASPNEt user full control to C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files

    <link snipped>

    Please Help!!

    Thanks
    Last edited by Frinavale; Feb 8 '08, 08:21 PM. Reason: Removed link to website
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by malmus
    I searched google with the error tried most of the changes mainly giving the ASPNEt user full control to C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET Files

    http://www.karlssondes ign.co.uk/dev/index.aspx

    Please Help!!

    Thanks
    What is merxlreo.dll? Is this a dll you created or a 3rd party dll you are using in your application?

    Nathan

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      It looks like it is failing to compile the website into the temp location it runs out of.
      I would suggest re-registering ASP.NET2.0 and see if that fixes it.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        The error is as follows

        Server Error in '/' Application.
        Error: Access denied for user 'root'@'localho st' (using password: YES)

        SQL Statement
        -----------------------------------------------------------------------------------

        SELECT * FROM TBLARTICLES WHERE article_TITLE = 'home'

        =============== =============== =============== ==
        Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

        Exception Details: System.Exceptio n: Error: Access denied for user 'root'@'localho st' (using password: YES)


        It seems to me that you are not properly supplying credentials to your SQL server hosting your database. Make sure that the server's set up to receive requests from your application and also make sure that your application provides the correct credentials to the server.

        I'm not sure that I am answering the same question as originally posted because the replies earlier indicate this was a DLL problem..or a Framework problem..wherea s the error that I'm seeing is an SQL problem....

        Please do not send links to your application in order to show us your error in the future. Your application is constantly changing and so we may not know what the specific problem is that you originally posted about.

        In the future please post the error that your getting instead of a link to your project so that we can help you more easily and so that people experiencing the same problem will be able to use this thread as a reference.

        Thank you.

        -Moderator Frinny

        Comment

        Working...