473,385 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Problems with page aspx

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
Nov 18 '05 #1
5 1859
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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
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

Nov 18 '05 #2
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

"Raghavendra T V" wrote:
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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
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


Nov 18 '05 #3
Hi Silvia,

try this in command prompt

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspne t_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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
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

"Raghavendra T V" wrote:
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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
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


Nov 18 '05 #4
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

"Raghavendra T V" wrote:
Hi Silvia,

try this in command prompt

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspne t_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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
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

"Raghavendra T V" wrote:
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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:0A**********************************@microsof t.com...
> 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


Nov 18 '05 #5
Hi Raghavendra,

I can find de problem, there are code problem.

Thanks

Silvia

"Silvia" wrote:
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

"Raghavendra T V" wrote:
Hi Silvia,

try this in command prompt

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspne t_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
"Silvia" <Si****@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
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

"Raghavendra T V" wrote:

> 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
> "Silvia" <Si****@discussions.microsoft.com> wrote in message
> news:0A**********************************@microsof t.com...
> > 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
>
>
>


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Scott | last post by:
Hello, we are having problems displaying non-aspx files (images, style sheets) since we have upgraded to the 1.1 framework when using a cookieless session (sessionID in the url). Check out...
17
by: Lloyd Sheen | last post by:
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
2
by: Joel D. Kraft | last post by:
I've been very happy with the performance and new features of my site since we converted to ASP.NET 2.0 beta 2. I have noticed a couple of interesting problems, though, which I am trying to...
4
by: Matt MacDonald | last post by:
Hi everyone, I'm seeing this problem more and more often. Not sure if it's me or IIS or both. Here's the general scenario: I have an ASP.net app that is running and I try to navigate to...
14
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a...
5
by: Chris | last post by:
I was having problems using my local IIS to display asp.net pages, or any pages for that matter. I actually reinstalled IIS and then uninstalled the ..net framework and reinstalled it. All pages...
1
by: =?ISO-8859-1?Q?Jo=E3o_Maia?= | last post by:
Hello there, I'm using Cache VaryByParam on a page and I'm not getting the behaviour I expected. Here's what happens: - I have page a.aspx declared with Cache VaryByParam="name" - Page a.aspx...
12
by: webdeveloper | last post by:
Hi (Please advise me if I'm in the wrong newsgroup.) Users claim that our application is slow. We are using ASP.NET with VB.NET (Visual Studio 2005) and SQL-Server 2000 (on a different server)....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.