Problems with page aspx

G

Guest

Hi

I have a windows service that run a aspx page in the url
http://ip/raimserver/ris/cpr002.asxp 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
 
R

Raghavendra T V

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
http://www.15seconds.com/issue/030926.htm

Hope this helps you.

Thanks
Raghavendra
 
G

Guest

Hi Raghavendra,

I reinstall .net framework but this user doesn't appear, I create this user
with administrator password but the same error is produced.

I don't know what I do :(

Thanks

Silvia
 
R

Raghavendra T V

Hi Silvia,

try this in command prompt

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe -i

Before running this command verify the folder path in which the .NET
framework is installed.

I am sure this will solve your problem

Let me know if you are able to fix this issue

Thanks
Raghavendra
 
G

Guest

Hi Raghavendra,

I execute this in command prompt and the problem is the same.

Virtual directory have Basic authentication, and in the windows service pass
user and password, but then looking iis logs the user necessary to connected
to page aspx don't appear.

2004-09-01 06:34:43 172.16.21.114 - ip 80 POST /RAIMSERVER/RIS/CPR002.aspx -
401 4638 441 16 - - -

But with another page but is asp not aspx function correctly

2004-09-01 06:34:53 172.16.21.114 - ip 80 POST /RAIMSERVER/RIS/NPR001.asp -
401 4638 680 360 - - -
2004-09-01 06:34:53 172.16.21.114 user ip 80 POST /RAIMSERVER/RIS/NPR001.asp
- 200 112 727

The computer work with domain.

Thanks

Silvia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top