
June 16th, 2005, 12:36 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 1
Time spent in forums: 27 m 13 sec
Reputation Power: 0
|
|
|
Problem with asp on new server
Hi All,
Just wondering if anyone can help. I have installed an existing asp.net app on a new win2003 server. When I try to run it i get:
NullReferenceException: Object reference not set to an instance of an object.]
Now I know this is referencing a null object, as the app reads variables passed from the page it is launched from. The app still runs fine on the old server, so I suspect its the marvellous security with 2003/IIS.
Maybe I should post this under the asp section?
At any rate, it has me stumped and ideas would be greatly appreciated.
Cheers
Grant
oh yeah... I should probably add that if I manually append the variables that are passed to the end of the URL - the app runs fine on the new server 
|