Application Error On server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jiten2007
    New Member
    • May 2007
    • 1

    Application Error On server

    when i hosting my asp.net site on server and open the any .aspx page i found An application error occurred on the server
  • opelit
    New Member
    • Mar 2007
    • 8

    #2
    Originally posted by jiten2007
    when i hosting my asp.net site on server and open the any .aspx page i found An application error occurred on the server
    Hi!

    When you build the application, the dlls are created in your bin folder.
    Just copy those new dlls in your Web folder (bin) where u are hosting the application.At the same time copy all your .aspx and .cs files to the same Web folder.

    Now your application will run.
    opelit

    Comment

    • opelit
      New Member
      • Mar 2007
      • 8

      #3
      Originally posted by opelit
      Hi!

      When you build the application, the dlls are created in your bin folder.
      Just copy those new dlls in your Web folder (bin) where u are hosting the application.At the same time copy all your .aspx and .cs files to the same Web folder.

      Now your application will run.
      opelit
      Hi!
      The folder in which you are hosting your application shoulde be the Web Folder only. Give rights as "Read,Browse,Ro ot,Web folder" to it.

      (milind.khire@o pelitservices.c om)

      opelit

      Comment

      Working...