J
Jim Meisterich
I am trying to move an application that i created to my isp. My application
runs on my local machine. Howerever I am gettting a null reference point to
an application variable I created.
In my default.aspx page I have the following line in my page load event
TextBox1.Text = Application["BaseURL"].ToString();
This triggers the
Object reference not set to an instance of an object.
error.
Could there be something wrong with the way my isp has configured my asp.net
application? Any help is appreciated.
regards,
Jim Meisterich
runs on my local machine. Howerever I am gettting a null reference point to
an application variable I created.
In my default.aspx page I have the following line in my page load event
TextBox1.Text = Application["BaseURL"].ToString();
This triggers the
Object reference not set to an instance of an object.
error.
Could there be something wrong with the way my isp has configured my asp.net
application? Any help is appreciated.
regards,
Jim Meisterich