473,795 Members | 3,063 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Web Exception: 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 1876
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****@discuss ions.microsoft. com> wrote in message
news:0A******** *************** ***********@mic rosoft.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.Web Exception: 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

"Raghavendr a 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****@discuss ions.microsoft. com> wrote in message
news:0A******** *************** ***********@mic rosoft.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.Web Exception: 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\Micr osoft.NET\Frame work\v1.1.4322> aspnet_regiis.e xe -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****@discuss ions.microsoft. com> wrote in message
news:E6******** *************** ***********@mic rosoft.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

"Raghavendr a 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****@discuss ions.microsoft. com> wrote in message
news:0A******** *************** ***********@mic rosoft.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.Web Exception: 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

"Raghavendr a T V" wrote:
Hi Silvia,

try this in command prompt

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322> aspnet_regiis.e xe -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****@discuss ions.microsoft. com> wrote in message
news:E6******** *************** ***********@mic rosoft.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

"Raghavendr a 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****@discuss ions.microsoft. com> wrote in message
news:0A******** *************** ***********@mic rosoft.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.Web Exception: 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

"Raghavendr a T V" wrote:
Hi Silvia,

try this in command prompt

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322> aspnet_regiis.e xe -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****@discuss ions.microsoft. com> wrote in message
news:E6******** *************** ***********@mic rosoft.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

"Raghavendr a 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****@discuss ions.microsoft. com> wrote in message
> news:0A******** *************** ***********@mic rosoft.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.Web Exception: 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
3539
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 our file system set up below. Now, in an aspx page, we set as the "src" of our images something like "../images/animage.jpg". If the current actual url in the browser is something like http://server/webapp/(someSessionID)/forms/form1.aspx
17
2496
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 'Button19' of type 'Button' must be placed inside a form tag with runat=server Can the IDE not do what it is supposed to do. It seems that it is a fight to make it do anything or did I do something wrong? It would seem silly to have to create a...
21
2970
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 updated this system and changed the pages that are saved to the server as aspx - everything works fine and pages can be served - but Its not impossible for a single client to request 100 plus pages in one session - as each page is requested it is...
2
5702
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 figure out. I can't confirm that they didn't exist under 1.1, but I didn't notice them at that time. My error handling is configured as follows: - In IIS, 404 errors are mapped to /site/error/404.aspx. - "Verify that file exists" is ON for .aspx...
4
5495
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 another page using a response.redirect(some page), all I get is a blank page. The url in the browser hasn't changed at all and none of the page validation takes place. The site works fine when hosted locally (WinXP IIS5) but when I move it to the web...
14
2407
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 standard ASPX page with minor modifications to it. All of my pages inherit from a "BasePage.cs" class, that handles common things like getting the user's information out of the session, determines if a page should or should not be password...
5
1210
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 now work including my asp.net pages sort of....... What I mean is the page now displays without a server unavailable error (I resolved this by putting asp.net permissions on the folder containing the aspx pages). However when I point IIS at that...
1
1562
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 has a label in which I set the time the page was retireved by using DateTime.Now() on the server side (just to what version of the page I'm getting, and if the cache is working) - My requests to page a.aspx are generated in other pages, and...
12
2762
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). On the main page we have a standard Intersoft WebGrid and another control for the menu (from ComponentArt I think). When doing a search on that page, it takes overall about 6.5 seconds, even if the search didn't return anything. We have...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10436
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10213
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.