Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other aspx website hosting problems

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168323
    Rohithzr
    Participant

    ok i got an aspx website developed by a developer but i did not used it till now. and now i am unable to get in touch with the developer himself. it worked correctly on my pc when he configured. so i think the problem is web.config.

    ok so here i go
    first of all (using godaddy as host) how can i set a page as default (like we do in VS PRO). I want to set ~/Account/Login.aspx as default.

    i know i use index page in php but i dont know if anything i change in this site will cause problems.

    next probably db connectivity but cannot be certain until above is solved

    Please Help
    Thanks

    #168325
    Rohithzr
    Participant

    when i run this:
    http://mybookkeeper.in/Account/Login.aspx

    I get this

    Server Error in '/' Application.
    
    Configuration Error
    
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    
    Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.
    
    Source Error: 
    
    
    Line 14:   <system.web>
    Line 15:     <compilation debug="true" targetFramework="4.0"/>
    Line 16:     <authentication mode="Forms">
    Line 17:       <forms loginUrl="Login.aspx" timeout="2880"/>
    Line 18:     </authentication>
    
    Source File: G:\PleskVhosts\mybookkeeper.in\httpdocs\account\web.config    Line: 16 
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.