Problems with page aspx

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

  1. #1

    Default Problems with page aspx

    Hi

    I have a windows service that run a aspx page in the url
    [url]http://ip/raimserver/ris/cpr002.asxp[/url] with user and password and produce an
    error:
    Time-Out sending request. RIS server can be down. Exception is
    :System.Net.WebException: The remote server returned an error: (401)
    Unauthorized.

    I have windows 2000 and IIS 5

    In IIS logs I see that the user doesn't arrive.

    What's the function of user ASPNET, this user I think that is created when
    install framework of .net its true?? but in my instalation this user doesn't
    exists.

    Anybody can help me?

    Thanks

    Silvia
    Silvia Guest

  2. Similar Questions and Discussions

    1. Problems, Flash and .aspx
      HI everyone, i have a problem loading external data from a txt file correctly into a swf file. I created a falsh video that loads dynamic text...
    2. Accessing a aspx page using HttpWebRequest from another aspx page on the same webapp
      Did you have any luck on this as I have the same problem. Maybe you can help me out of you solved your problem.
    3. Controlling Page Access in .aspx page
      I am building some .NET classes and pages that will be part of an existing classic ASP app. The ASP app uses cookies to store login information for...
    4. problems to access an aspx page in intranet
      > people i have a litte problem with my .NET web proyect. (watch the wrapping)...
    5. how to interact client script within aspx page to other page functions, etc.? PLEASE!!!
      Hi, I've spent all day trying to find some info on this...please help! I have an aspx page with an xmlDocument (not dataset/relational db) with...
  3. #2

    Default Re: Problems with page aspx

    Hi Silvia,

    Yes , the ASPNET user is created when you install the .NET framework on your
    machine.
    Since you are saying that you are not able to find ASPNET user in your
    machine i would suggest you
    to reinstall the .NET framework.

    This worker process is aspnet_wp.exe which hosts the CLR. By default the
    worker process
    runs under an ASPNET account. This local account is created when the ASP.NET
    framework
    is installed. Unlike the SYSTEM account, which is very powerful, the ASPNET
    account has very limited privileges.

    I guess this solves all your problems

    For you knowledge:
    check this link
    [url]http://www.15seconds.com/issue/030926.htm[/url]

    Hope this helps you.

    Thanks
    Raghavendra

    "Silvia" <Silvia@discussions.microsoft.com> wrote in message
    news:0AAA59CC-2D82-41E9-BF94-15D606DEF135@microsoft.com...
    > Hi
    >
    > I have a windows service that run a aspx page in the url
    > [url]http://ip/raimserver/ris/cpr002.asxp[/url] with user and password and produce an
    > error:
    > Time-Out sending request. RIS server can be down. Exception is
    > :System.Net.WebException: The remote server returned an error: (401)
    > Unauthorized.
    >
    > I have windows 2000 and IIS 5
    >
    > In IIS logs I see that the user doesn't arrive.
    >
    > What's the function of user ASPNET, this user I think that is created when
    > install framework of .net its true?? but in my instalation this user
    doesn't
    > exists.
    >
    > Anybody can help me?
    >
    > Thanks
    >
    > Silvia


    "Silvia" <Silvia@discussions.microsoft.com> wrote in message
    news:5E3F3D42-B1AD-4F42-8BFD-76FC038C0ABA@microsoft.com...
    > Hi
    >
    > I have a windows service that run a aspx page in the url
    > [url]http://ip/raimserver/ris/cpr002.asxp[/url] with user and password and produce an
    > error:
    > Time-Out sending request. RIS server can be down. Exception is
    > :System.Net.WebException: The remote server returned an error: (401)
    > Unauthorized.
    >
    > I have windows 2000 and IIS 5
    >
    > In IIS logs I see that the user doesn't arrive.
    >
    > What's the function of user ASPNET, this user I think that is created when
    > install framework of .net its true?? but in my instalation this user
    doesn't
    > exists.
    >
    > Anybody can help me?
    >
    > Thanks
    >
    > Silvia

    Raghavendra T V 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