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

  1. #1

    Default Help, please


    I had someone build a website for me, complete with Flash buttons, but they
    misspelled one of the buttons, and now they're no longer around to fix it.

    The button currently says "Mellisa" (2 Ls; 1 S)

    It should say "Melissa" (1 L; 2 Ss)

    I need someone to fix this for me.


    If this is something you could help me with, please send me an email to
    [email]flash@dragojlovic.org[/email]

    I'll then email the button to you, and you can email it back to me when it's
    fixed.



    Thanks so much.


    Boban Dragojlovic Guest

  2. #2

    Default Help, please

    I am using VS2003 and when I am launching the web application in the sub folder page he me show the error. I attached the 2 files machine.config and web.config from sub-folder.


    Server Error in '/Pirmadienis' 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 2: <configuration>
    Line 3: <system.web>
    Line 4: <authentication mode="Windows">
    Line 5: </authentication>
    Line 6: <authorization>

    Source File: c:\inetpub\wwwroot\Pirmadienis\gedimai\web.config Line: 4


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

    aa Guest

  3. #3

    Default Re: Help, please

    Hi there,

    My guess is you have a web.config in a directory OTHER then the root of the application (as defined in IIS) and it contains the authentication mode tag. The authentication mode can only be set once (and in the root directory's web.config).

    Hope this helps,
    Michel

    "aa" <aa@centras.lt> wrote in message news:uvwaIGeyDHA.540@tk2msftngp13.phx.gbl...
    I am using VS2003 and when I am launching the web application in the sub folder page he me show the error. I attached the 2 files machine.config and web.config from sub-folder.


    Server Error in '/Pirmadienis' 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 2: <configuration>
    Line 3: <system.web>
    Line 4: <authentication mode="Windows">
    Line 5: </authentication>
    Line 6: <authorization>

    Source File: c:\inetpub\wwwroot\Pirmadienis\gedimai\web.config Line: 4


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

    Michel Guest

  4. #4

    Default Re: Help, please

    I ran into the same problem today and your explanation
    helped me solve the problem.

    Thanks Michel for the tip.
    >-----Original Message-----
    >Hi there,
    >
    >My guess is you have a web.config in a directory OTHER
    then the root of the application (as defined in IIS) and
    it contains the authentication mode tag. The
    authentication mode can only be set once (and in the root
    directory's web.config).
    >
    >Hope this helps,
    >Michel
    >
    > "aa" <aa@centras.lt> wrote in message
    news:uvwaIGeyDHA.540@tk2msftngp13.phx.gbl...
    > I am using VS2003 and when I am launching the web
    application in the sub folder page he me show the error.
    I attached the 2 files machine.config and web.config from
    sub-folder.
    >
    >
    > Server Error in '/Pirmadienis' 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 2: <configuration>
    >Line 3: <system.web>
    >Line 4: <authentication mode="Windows">
    >Line 5: </authentication>
    >Line 6: <authorization>
    >
    > Source File:
    c:\inetpub\wwwroot\Pirmadienis\gedimai\web.config
    Line: 4
    >
    >
    >---------------------------------------------------------
    ---------------------
    > Version Information: Microsoft .NET Framework
    Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
    >
    Thanh Guest

  5. #5

    Default Help, please

    I was trying to 'Publish a File' and the system didn't acknowledge the server
    at first. I got out, went back in, and the other 2 documents I wanted to
    publish worked. The first one, however, continues to give me an error msg that
    says...Can't use (my doc name) because is currently editing file with same
    name. I do not have that file open anymore...it is nowhere in drafts. I can't
    find the 'open document' anywhere. Any suggestions?

    genasedalia Guest

  6. #6

    Default Re: Help, please

    I have data list,grid list.grid view but i am not able to get clear screenshots ..please can anyone help me...i have tried a lot but i am unable to find mistake.
    angela is offline Junior Member
    Join Date
    Oct 2010
    Posts
    2

Posting Permissions

  • You may not post new threads
  • You may not 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