Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » ASP.net App works on localhost but not on server
Closed Thread
Old 08-04-2005, 09:31 AM   #1 (permalink)
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default ASP.net App works on localhost but not on server

I made a web app in asp.net.

The entire things works perfectly on my localhost, but the exactly same page give an Object not referenced error when i upload it on my server.

I have tried everything i knew, like cross checking ALL files including web.config, global.asax, dlls, user controls etc etc. I have uploaded the whole thing again and again. I have verified the code (it is working on PC).

I dont knw what to do. Any kind of suggestions are most welcome.
__________________
Somewhere I Belong...
developer is offline  
Old 08-10-2005, 01:00 AM   #2 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 2

param

Default

Some of your object may contain a reference to Localhost. Change the reference to the server IP you are using.

::aram:::
param is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On