ASP site not working when uploaded

Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Mar 2005
Posts: 1
Reputation: morag is an unknown quantity at this point 
Solved Threads: 0
morag morag is offline Offline
Newbie Poster

ASP site not working when uploaded

 
0
  #1
Mar 22nd, 2005
Ive done an asp site - it all works perfectly on my local machine and also when i upload it to a test area in one of my other sites ive done (hosted by
fasthosts) but when i upload it to the clients test area it doesnt work - it
displays a page saying "page cannot be displayed" - like the page isnt there
but it is.

Ive checked the connection and its all ok, but none of the asp pages are being pulled through.

This area also has other sites on it with asp working and i cant figure out why this isnt working. would it have something to do with having
a dns less connection as all the others have dns?
Any help would be greatly appreciated!!!!
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 26
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: ASP site not working when uploaded

 
0
  #2
Mar 23rd, 2005
Ok, the client has .NET Framework installed? You say ASP? Do you mean ASP.NET or classic ASP?

Have you restarted IIS ( or whatever the Webserver that is hosting .Net) after your upload just to make sure?

You mention uploading to the host, but then checking the conneciton. You are running in from the clients machine and viewing remotely?


Need more specifics to help..
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2
Reputation: best4sure is an unknown quantity at this point 
Solved Threads: 0
best4sure best4sure is offline Offline
Newbie Poster

Re: ASP site not working when uploaded

 
0
  #3
Jun 16th, 2005
Hi
have you checked that ASP is enabled from the Fasthosts user control panel ? By default it is not enabled even on windows accounts

Kaz
Avius Design
Best4Sure Dating Reviews
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 11
Reputation: damiokuneye is an unknown quantity at this point 
Solved Threads: 0
damiokuneye damiokuneye is offline Offline
Newbie Poster

Re: ASP site not working when uploaded

 
0
  #4
Feb 12th, 2007
I have a similar problem and I don't have the slightest hint of how to solve it. It has made me revert my site to html pages instead of aspx. Please somebody help!
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 5
Reputation: jdharness is an unknown quantity at this point 
Solved Threads: 1
jdharness jdharness is offline Offline
Newbie Poster

Re: ASP site not working when uploaded

 
0
  #5
Dec 16th, 2008
I am having the same problem with Fasthosts and aspx.

Interestingly, my web site was working fine when I last uploaded an update, but then stopped working. I have contacted the host who state that they are using Windows servers, that there has been no update to the server and that asp is working fine.

Given all the advantages of masterpages, I really don't want to return to coding every single page.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: ASP site not working when uploaded

 
0
  #6
Dec 16th, 2008
Lets do some linear and logical troubelshooting for this issue.

First you need to make sure what is the exact error message from your ASP.NET site. To do this place add this tag under system.web.

<customErrors mode="Off"/> This will enable the default errors to the screen and you can see what is causing the issue.

Try to call the default page of your site explicitly. like www.abc.com/default.aspx and see what happens.

If it still bring page not found then check if you are using the correct .NET framework which you hosting provider supports. And also make sure you have a startup page assigned for you web app.

Then you can isolate whether it is a .NET framework issue or an DB issue. Let me know.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1
Reputation: Tran Duc is an unknown quantity at this point 
Solved Threads: 0
Tran Duc Tran Duc is offline Offline
Newbie Poster

Re: ASP site not working when uploaded

 
0
  #7
Dec 20th, 2008
I am having the same problem with Windows 2003 Server on my LAN.

I have a simple website (framework 3.5) and the site not working when published on that server even though testing right on the server (localhost).

The website run well in developing enviroment and working when published on Xp Sp2 computer.

Please help me to solve the problem.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: ASP site not working when uploaded

 
0
  #8
Dec 21st, 2008
Few things to make sure on Windows 2003.

- Check the Application Pool your site is running on. Also check the permission for the Pool.
- Then check the web.config to turn on remote errors.
- Post any error message from the server.
- Check the Server Event Logs for IIS.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 645
Reputation: binoj_daniel is an unknown quantity at this point 
Solved Threads: 17
binoj_daniel's Avatar
binoj_daniel binoj_daniel is offline Offline
DaniWeb Expert

Re: ASP site not working when uploaded

 
0
  #9
Dec 21st, 2008
You need to also try to access the site locally from the Windows 2003 server first using the browse option in IIS for a given site.
Also check the default pages supported by your site on IIS and add in Documents if missing.

Let me know.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC