473,785 Members | 2,506 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\AS PNET' 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 4711
I believe this problem can be solved by using the aspnet_iisreg.e xe :
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\AS PNET' 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.e xe :
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
15538
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 at v5r1. >From the db2 command line shell I am able to connect to the as400 database. The error I am getting is:
2
2285
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, on another laptop running XP and Visual Studio, I deployed and tested the application, and it worked fine. However, it has suddenly started coming up with an error saying Unable to load type, the first time an aspx page is called.
10
1592
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 browse and ASP.NET sample, which is... So I'm getting 'Could not load type <<Class Name>>' error for any ASP.NET
0
2175
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 .aspx file I get an error: Unable to load DLL 'db2app.dll'. Exception Details: System.DllNotFoundException: Unable to load DLL 'db2app.dll'. with the help of this list I am using the @assembly directive to
2
2259
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 "Page Not found" or "Action Canceled" error msg on IE. They are using IE6 In some of my aspx.vb I have written response.redirect and some response.write some javascript to be execute during runtime, will this causing the problem?
22
3305
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 load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
2
2095
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 value As Object) lblCaption.Text = value
1
2416
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 to buy from the datagrid. User can select books using checkboxes in the datagrid. The selected books are stored in a session variable name session("temp") which is a dataset type.After storing dataset in session (in bold letters),user will...
0
1995
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 to buy from the datagrid. User can select books using checkboxes in the datagrid. The selected books are stored in a session variable name session("temp") which is a dataset type.After storing dataset in session (in bold letters),user will...
0
9647
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
9485
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
10356
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
10161
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...
1
10098
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5390
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
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.