CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.club_web_site_starter_kit Tags:
Item Type: NewsGroup Date Entered: 7/15/2006 3:02:21 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 8 Views: 11 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
9 Items, 1 Pages 1 |< << Go >> >|
rhhanson63
Asp.Net User
Hosting Issue On Go Daddy7/15/2006 3:02:21 PM

0/0

I have had my site up and running for a while now (thanks to the help of a lot of you in these Forums) but seem to have an issue arise randonly where I get the following message when trying to go to the main page:

Server Application Unavailable

The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

Obviously I have Go Daddy involved as they say there is an issue with the ASP virtual instance and it has hung.  They also mentioned some potential code issues.  I have been through everything and haven't found anything yet, but keep looking.  I hope to get the logs from Go Daddy soon.

Has anyone else seen tis or a similar issue?

 

 

Thanks!

 

Bob

 


Robert H. Hanson
[email protected]
Asp.Net User
Re: Hosting Issue On Go Daddy7/15/2006 6:50:44 PM

0/0

A quck search would have found you the GoDaddy Walkthrough:

http://forums.asp.net/thread/1220730.aspx

Jeff


Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
rhhanson63
Asp.Net User
Re: Hosting Issue On Go Daddy7/17/2006 9:10:00 PM

0/0

Jeff,

 

Great!  Thanks!   I read that some time ago and found it very useful.  It was instrumental in getting my site up and running @ Go Daddy.

My issue is a little beyond the walk through however.  Site is posted and running, but I have had two random issues as described in my initial post.  Go Daddy initially reported it as a "hung" ASP instance and reset it.  Everything was fine for a few days, then it appeared again.  Being a repeat issue, they (Go Daddy) have escalated it and suggested I give the code a look through one more time.    Go Daddy has been very responsive in helping isolate the issue.  I have completed pass two and am working pass 3. of the code review

I am hoping someone may have experienced a similar issue and would have a recommendation for me.

Thanks for your input and suggestion and I'll read through the walkthrough again!

Bob

 


Robert H. Hanson
hackneys
Asp.Net User
Re: Hosting Issue On Go Daddy7/18/2006 1:02:42 PM

0/0

Sorry to hear you are having problems.  I have had a clubsite (http://www.j-hawks.org) running on GoDaddy servers for about 4 months now, with out so much as a hickup.  So I find it hard to beleive that it is a 'Code' issue.  Feel free to use my site as a reference when working with them.  Maybe you can get them to move your site to a different server that may not act in this manner.... Good luck....
Shane L. Hackney
rhhanson63
Asp.Net User
Re: Hosting Issue On Go Daddy7/18/2006 1:33:36 PM

0/0

Shane,

 

Thanks for the info.  I will use your site as a reference.  Nice site by the way.

Go Daddy emailed me yesterday and they have moved my site to a different ASP application pool to see what happens.  Everything they discussed pointed to an issue on the server, but they requested I look through the code jsut to be sure.

I haven't modded the code a great deal from the original.  Implemented the fixes found, added the Forums (latest version) and the Admin pages, and of course content changes, but left everyhting else, even color for now, the default.

I have had very good service and luck with Go Daddy thus far and feel comfortable they will help correct the issue.

 

Again, thanks for the reference and all the input in the forums.  I have found them invaluable.

 

Bob

 


Robert H. Hanson
rhhanson63
Asp.Net User
Re: Hosting Issue On Go Daddy7/19/2006 2:50:03 PM

0/0

Here is an update from Go Daddy as my issue appeared again after the moved my site to its own asp application pool.

They suggest this is a scripting issue where I am not closing ASP objects (scripts and databases) after I am through using them.  As a newbie to ASP, I have no clue even where to start looking.

Any suggestions, thoughts or similar issues.  As a refresh, here are the site specs:

  • Base Club Starter Kit with all corrections to issues listed in this forum added
  • Added Forums module
  • Added Web Admin module
  • Changed some text

www.prccsoccer.com

Bob

 


Robert H. Hanson
MrLunch
Asp.Net User
Re: Hosting Issue On Go Daddy7/19/2006 5:21:56 PM

0/0

Hiya Bob - did you get the actual log entries from Godaddy describing the error? I doubt it's a leak - even if you forgot to close db connections (or they didn't get closed because of some other error), they still get garbage collected in asp.net 2.

Just a thought, did these errors happen right after you had updated an aspx file or a code file? If you hit the site right after that, when it's still rebuilding the changes, you'll get that sort of error. Then it goes away after a few seconds. You didn't mention whether this error brings everything to a halt, or if it's just transient.


Mark Bracewell
Forums Starter Kit
rhhanson63
Asp.Net User
Re: Hosting Issue On Go Daddy7/19/2006 9:30:35 PM

0/0

Hey Mark,

 

Go Daddy couldn't / wouldn't provide the logs so there was no help there.  I went through the code and made sure that there was a close connection for every open connection and that was all OK.  I took a clean install of the kit, made all the fixes and looked at all the DB connections. 

I did find some areas where I may have used the incorrect SQL script to install either the Forums package or the WebAdmin package so I changed all of that, rebuilt the site and posted it again into production.  I have been in and out of it all day, made numerous additions and updates to Events and  Locations and no issues so far.  THis only seems to appear every few days and per GO Daddy has something to do with the virtual ASP instance.  I'll check the exact error message in my email at hone and post it.

So, my changes to the site were minimal after speaking with Go Daddy:

1.  removed dbo from some SQL statements like dbo.events (replaced them with nulls).
2.  Changed the conn.open and conn.closed commands to be connection.open and connection.close
3.  Rebuilt and Posted site

I really don't believe that steps 1 or 2 were/are the culprits, and would tend to think 3 would be a better candidate (sometimes compiling and transferring just don't work).  Only time will tell.

The errors I was getting were happening after days since the last post.  My indication was the error message.  It never even loaded the default.aspx page.  I could however laod the welcome.html that came with the started kit and the stats pages you get from Go Daddy.

Let me kow if you have any other thoughts.

 

 

Bob

 


Robert H. Hanson
jmw45
Asp.Net User
Re: Hosting Issue On Go Daddy7/21/2006 12:27:58 AM

0/0

I have been the Godaddy route with a VDS (Virtual Dedicated Server) and the Club App.  And even after I got it working (actually I had 2 separate Club apps running at the same time) my VDS would run slow and I seemed to constantly have to reboot it.

I know Godaddy's prices are low, but their hassle factor is extremely high and I finally left them for HostMySite.com.  They have 24/7 support with real people answering the phone and they are very helpful.  They are just now starting to offer SQL Server 2005 Express packages.  Whether they fit in your price range or not I don't know, but I saved $5.00 per month when I switched to their VDS (they call it a VPS - Virtual Private Server).

Use Godaddy for your DNS management (their prices can't be beat and it's kinda tough for them to screw that up), but find some other hosting company for your Club App.  It will keep the veins in your head from bursting.

BTW, if you would like the web.config that I used on Godaddy, I would be more than happy to email it to you or paste it on this forum.  But I strongly urge you to abandon Godaddy post-haste.

John

 


If the attack is going well, it probably means you are walking into an ambush.
9 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Blogging for Dummies Authors: Susannah Gardner, Shane Birley, Pages: 384, Published: 2007
Beginning Joomla!: From Novice to Professional Authors: Dan Rahmel, Pages: 475, Published: 2007
The Small Business Start-Up Kit: A Step-By-Step Legal Guide Authors: Peri H. Pakroo, Catherine Caputo, Pages: 349, Published: 2008
The Ebay Entrepreneur: The Definitive Guide to Starting Your Own Ebay Trading Assistant Business Authors: Christopher Matthew Spencer, Pages: 315, Published: 2006
Ultimate Guide to Search Engine Optimization: Drive Traffic, Boost Conversion Rates and Make Lots of Money Authors: Jon Rognerud, Pages: 240, Published: 2008
Internet Riches: The Simple Money-Making Secrets of Online Millionaires Authors: Scott C. Fox, Pages: 293, Published: 2008
Micro-ISV: From Vision to Reality Authors: Bob Walsh, Pages: 349, Published: 2006
Blogging For Dummies Authors: Brad Hill, Pages: 368, Published: 2006
The Internet: The Missing Manual Authors: David Pogue, J. D. Biersdorfer, Pages: 442, Published: 2006
Creating Family Web Sites For Dummies: For Dummies Authors: Janine Warner, Pages: 384, Published: 2005

Web:
Domain Names, Web Hosting and SSL Certificates - Go Daddy Register & transfer domains for less. Reliable hosting. Easy-to-use site builders. Affordable SSL certificates. eCommerce solutions. ICANN-accredited.
Web Hosting - Hosting Plans for Every Budget at GoDaddy.com GoDaddy.com's hosting connection, makes it easy for customers to find and ... All GoDaddy.com hosting plans give you the freedom to pay month to month, ...
Joomla! • View topic - Hosting Issues with GoDaddy Post subject: Hosting Issues with GoDaddy. Post Posted: Fri Jul 18, 2008 10:44 pm ... Am I the only one who has Hosting issues with GoDaddy? ...
JSPWiki: Go Daddy Hosting Issues The initialisation process is a bit of a hassle as well because it only initialises once on startup, given that the ~Godaddy host only restarts the tomcat ...
Issues Installing on Godaddy Shared Hosting - Forums & Blog Re: Issues Installing on Godaddy Shared Hosting. Reply Contact ... Re: Issues Installing on Godaddy Shared Hosting. Reply Contact ...
Web Hosting : Problem with Mod_rewrite @ Godaddy | Web Hosting ... Oct 14, 2008 ... Hostgator and Bluehost are our best webhosts and godaddy.com is the best domain registrar. This web hosting thread started by kohkindachi on ...
GoDaddy hosting customers victim to massive hack | George Ou ... This email is in regards to the issue that you escalated on xx xxxxx 2005. ... As a customer of GoDaddy hosting myself, I want to know the truth. ...
Problem solved - Godaddy hosting - Zend Optimizer - PHP support ... Godaddy has installed Zend optimizer on their Linux platform and only thing you have to do is to setup your php.ini file.
GoDaddy Silences Police-Watchdog Site RateMyCop.com -- Update ... Issue someone a ticket for driving in the carpool lane with no passengers? .... I was reluctantly about to renew my web hosting with GoDaddy this evening, ...
Splash of Style » Free Hosting with Godaddy Domain Purchase If You are hosting Your web site on Go Daddy’s servers, ..... The worst website hosting is Godaddy. Their hosting services are the complete opposite of ...

Videos:
Step 2 Go Daddy Hosting: How To Create A Database The second step in creating your Wiorspress hosted blog. If you are using Go Daddy hosting after using Go Daddy to register your domain. This is afte...
Cheap Hosting on Hostgator - Godaddy http://hotwebmarketingtools.com/web-hosting/ Cheap hosting of mutiple site using godaddy and hostgator.
Cheap Web Hosting Secrets Using Hostgator & Godaddy http://hotwebmarketingtools.com/web-hosting/ Cheap web hosting secrets using Hostgator & Godaddy... host multiple website for one price - manage mult...
Cheap Web Hosting Secrets Using Hostgator & Godaddy http://hotwebmarketingtools.com/web-hosting/ Cheap web hosting secrets using Hostgator & Godaddy... host multiple website for one price - manage mult...
Britain BC Episode 1 - Host Francis Pryor FOR MORE GREAT DOCUMENTARIES GO TO POPPERSLIST.BLOGSPOT.COM In this visually stunning, provocative new series, best-selling writer and archaeologist...
How To Install OpenX On GoDaddy Hosting This tutorial will show you how to install OpenX, a free ad server, on your GoDaddy hosting account. Read the full article here: http://www.thewebho...
Britain BC Episode 2 - Host Francis Pryor FOR MORE GREAT DOCUMENTARIES GO TO POPPERSLIST.BLOGSPOT.COM In this visually stunning, provocative new series, best-selling writer and archaeologist...
GoDaddy Hosting Review Why you would want to purchase GoDaddy Hosting. You can get the cheapest hosting plan from GoDaddy; but that doesn't mean it is the most value for y...
Alpha Five at GoDaddy Hosting an Alpha Five web application at GoDaddy and other popular web hosting providers.
Go Daddy (Domain Forwarding) * * http://www.youtube.com/watch?v=D1QTebtZYZQ TJ Harris teaches you step my step how to forward your domains with Go Daddy and how to mask your Url...




Search This Site:









 
All Times Are GMT