RE: New website in ISS



I dont think this is the appropriate thread to post. Check out
http://forums.asp.net

Just to answer your question, looks like your error has something to do with
your code. You are trying to use an object which has not yet been created -
probably missed the New keyword on your code.
--
MCP MCDBA MCAD MCSD MCT MCTS:SQL Server 2005
"Helping people grow and develop their full potential as God has plan for
them"


"ArcAngle" wrote:

Hi

I just made a new website in ISS and when I try to access the site I get
tihis:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an
object.]
BIS.NET._default.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300

This ASP app uses a jet database to store information.

Could someone plz help me fix this so it will work?

I tryed to sett it as http://<domain>
--
------
ArcAngle
.



Relevant Pages

  • Re: How do I set the property for a Web User Control properties from the parent form (VB)
    ... Object reference not set to an instance of an object. ... current web request. ... Exception Details: System.NullReferenceException: Object reference not set ... exception can be identified using the exception stack trace below. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: intermittant error on web server
    ... guess.....if your code caused a SystemOutOfMemory exception for example, ... > Object reference not set to an instance of an object. ... > the current web request. ... Please review the stack trace for more ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cameron cabinet...curtesy jewels web site....
    ... Object reference not set to an instance of an object. ... current web request. ... Exception Details: System.NullReferenceException: Object reference not set ... exception can be identified using the exception stack trace below. ...
    (uk.politics.misc)
  • Re: Exchange 2003 Mobile Admin
    ... Object reference not set to an instance of an object. ... Please review the stack trace for more information about ... Exception Details: System.NullReferenceException: Object reference not set ... Server Error in '/MobileAdmin' Application. ...
    (microsoft.public.exchange.setup)
  • Re: Updated info
    ... An unhandled exception occurred during the execution of the current web request. ... Information regarding the origin and location of the exception can be identified using the exception stack trace below. ... We've opened ports 443 and 4125 in the Netopia router but still can't get a RWW logon prompt. ...
    (microsoft.public.windows.server.sbs)

Loading