473,395 Members | 1,692 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,395 software developers and data experts.

Unable to load any aspx page

Hi,
I am not able to open any asp.net project.
In browser If i type "http://localhost/petshop" Nothing happens.

I am not able to load any aspx page in browser also
I get error "The XML page cannot be displayed "

IIS is working fine. I can open localhost and browse html document.

The OS is windows 2000. and visual studio 2005. couple of days earlier
everything was working fine, I could create browse and debug any
asp.net project. But now i am not able to open any aspx in the browser.

I reinstalled the aspnet. it did not help.

In event log I used to get following message.
The server was unable to logon the Windows NT account
'Machinename\ASPNET' due to the following error: Logon failure: unknown
user name or bad password.

I changed aspnet to administrator. and even tried to change password
for anonymous access for the virtual directory.
Now I am not getting the errors but browser still does not show any
thing.

any help is greatly appreciated.
thanks and regards,

Jun 6 '06 #1
3 4698
I believe this problem can be solved by using the aspnet_iisreg.exe :
http://support.microsoft.com/default...b;en-us;325093

ak**************@gmail.com wrote:
Hi,
I am not able to open any asp.net project.
In browser If i type "http://localhost/petshop" Nothing happens.

I am not able to load any aspx page in browser also
I get error "The XML page cannot be displayed "

IIS is working fine. I can open localhost and browse html document.

The OS is windows 2000. and visual studio 2005. couple of days earlier
everything was working fine, I could create browse and debug any
asp.net project. But now i am not able to open any aspx in the
browser.

I reinstalled the aspnet. it did not help.

In event log I used to get following message.
The server was unable to logon the Windows NT account
'Machinename\ASPNET' due to the following error: Logon failure:
unknown user name or bad password.

I changed aspnet to administrator. and even tried to change password
for anonymous access for the virtual directory.
Now I am not getting the errors but browser still does not show any
thing.

any help is greatly appreciated.
thanks and regards,


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jun 7 '06 #2
Thanks for your response.
I used aspnet_iisreg -i many times. it did not help
I reinstalled IIS and ran aspnet_iisreg, no solution
I reinstalled the framework. the problem was not solved
I reinstalled the visual studio. no change
finally I reinsalled windows. fine then i could run the web
project.
The whole thing was working fine.

but now i am getting the same problem again!!
Problem definition
" when ever I try to open the any asp web page or control f5
IE opens up.. and it remains for nearly 10-15 minutes at "Opening page
http://localhost/website" and comes up with error.. "

the problem could be..
1. I developed a com+ server (Enterprise services).
2. Added its reference to the web project
3. and called a function in it.

after i ran this project, the problem has reoccured. is it possible
that, when ASP.net calls any com+ component it resets some parameter,
because of which I am not able to run any other web project??

thanks and regards.

Bob Barrows [MVP] wrote:
I believe this problem can be solved by using the aspnet_iisreg.exe :
http://support.microsoft.com/default...b;en-us;325093

..

Jun 9 '06 #3
ak**************@gmail.com wrote:
Thanks for your response.
I used aspnet_iisreg -i many times. it did not help
I reinstalled IIS and ran aspnet_iisreg, no solution
I reinstalled the framework. the problem was not solved
I reinstalled the visual studio. no change
finally I reinsalled windows. fine then i could run the web
project.
The whole thing was working fine.

but now i am getting the same problem again!!
Problem definition
" when ever I try to open the any asp web page or control f5
IE opens up.. and it remains for nearly 10-15 minutes at "Opening page
http://localhost/website" and comes up with error.. "

the problem could be..
1. I developed a com+ server (Enterprise services).
2. Added its reference to the web project
3. and called a function in it.

after i ran this project, the problem has reoccured. is it possible
that, when ASP.net calls any com+ component it resets some parameter,
because of which I am not able to run any other web project??

Sorry, but i have not run into this (fortunately). If you get no replies
here, you should try posting to the .inetserver.iis group.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jun 10 '06 #4

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

Similar topics

3
by: StephenRichter | last post by:
I have installed the trial of db2 enterprise server on my w2k PC. Have also installed fix pack 8 of that product. I am using it to connect from an asp.net web page to an IBM as400. the 400 is...
2
by: Helen Abell | last post by:
I have an ASP.Net application which works fine on the XP machine where it was developed, and also on one of the deployed machines, which is running Win2K Server and the .Net framework. However,...
10
by: Don Wash | last post by:
Hi! I'm pretty frustrated learning ASP.NET. I'm learning ASP.NET by downloading samples from various ASP.NET websites and none of the samples worked so far. The SAME error was shown whenever I...
0
by: Steve Richter | last post by:
I am trying, really trying to use the DB2Connection class provided by IBM to connect to a database on my old reliable as400 from the asp.net web page. When I run the DB2Connection code in my...
2
by: NG WEI CHUNG | last post by:
Hi, Some of my clients site is unable to view the ASP .NET page due to the proxy server and firewall or perhaps IE setting etc, I m not sure what is the actual cause of the problem, it display...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
2
by: rn5a | last post by:
Suppose I have this property in a user control (which is named Address.ascx): <script runat="server"> Public Property Caption() As Object Get Caption = lblCaption.Text End Get Set(ByVal...
1
by: whidbey | last post by:
Hello friends, I am whidbey, new to thescripts and dot net as well.I am working over Online Shopping Cart,web application.I design a page (webform5.aspx) where user search books then select the books...
0
by: whidbey | last post by:
Hello friends, I am whidbey, new to thescripts and dot net as well.I am working over Online Shopping Cart,web application.I design a page (webform5.aspx) where user search books then select the books...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.