Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default ASP, Error message

    I'm making a project for school. In school everything worked, but now that I've took it Home. I get following error message if I want to run it:

    "Error while trying to run project: Unable to start debugging on the web server. the project is not configured to be debugged."

    When I look to the web.config file with the option "view in browser", I'll get following error message:

    Server Error in '/ASP2TIAa' 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 37: by Microsoft that offers a single logon and core profile services for member sites.
    Line 38: -->
    Line 39: <authentication mode="Windows" />
    Line 40: <identity impersonate="true" />
    Line 41:


    Source File: E:\ASP\project\web.config Line: 39


    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

    User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
    Guest Guest

  2. Similar Questions and Discussions

    1. How To Supress Acrobat Error Message And Alert Message
      Is there any way to supress those pop up message? If can't, is there any way to catch it?
    2. error message: Microsoft JScript compilation error '800a03ec'
      Recieved following error message: Microsoft JScript compilation error '800a03ec' Expected ';' ...
    3. Error Message When Sending Message In Windows Mail
      Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error...
    4. Error Message "A drawing error ocurrred which is probably due to an out-of-memory condition. Try qu
      I am running Acrobat Reader 5.0 on a Mac Powerbook running OS 9.2 and keep getting "A drawing error occurred which is probably due to an out of...
    5. ODBC has error but no error message displayed
      Hi All.. This is a strange one that I hope someone has come across. I have an asp.net application that needs to access a flat file databse via...
  3. #2

    Default Re: ASP, Error message

    Looks like your error is telling you what's wrong:

    "This error can be caused by a virtual directory not being configured as
    an application in IIS."

    Perhaps your directory isn't configured as a virtual directory in IIS?

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]


    > I'm making a project for school. In school everything worked, but now
    > that I've took it Home. I get following error message if I want to run
    > it:
    >
    > "Error while trying to run project: Unable to start debugging on the
    > web server. the project is not configured to be debugged."
    >
    > When I look to the web.config file with the option "view in browser",
    > I'll get following error message:
    >
    > Server Error in '/ASP2TIAa' 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 37: by Microsoft that offers a single logon and core
    > profile services for member sites.
    > Line 38: -->
    > Line 39: <authentication mode="Windows" />
    > Line 40: <identity impersonate="true" />
    > Line 41:
    > Source File: E:\ASP\project\web.config Line: 39
    >
    > ----------------------------------------------------------------------
    > ---------- Version Information: Microsoft .NET Framework
    > Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
    >
    > User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
    >


    Brock Allen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139