CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.classifieds_starter_kit Tags:
Item Type: NewsGroup Date Entered: 7/1/2007 3:39:06 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 189 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
darkknight187
Asp.Net User
Server Application Unavailable on live site with GoDaddy7/1/2007 3:39:06 PM

0

I have been searching and searching for a fix for this problem for almost 2-weeks now.

I have resorted to uploading the original unmodified classifieds site to go daddy.

I have created two seperate databases, mssql 2005 both have dns and schemas enabled, and I changed the run time to 2.0

I have made to user accounts one guest and one admin.

And it will work fine for several hours, and then with no warning it will just stop, and display this message. 

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.

I called godaddy so I could see what is in the event log, and they told me nothing.

After a little while, most often several hours, it will refesh the application automatically and will work fine again for a short period of time.

I even tried going through the stored procedures one by one. No luck.

 

My complete web.config is:

<?xml version="1.0"?>

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<location path="Admin">

<system.web>

<authorization>

<allow roles="Administrators"/>

<deny users="*"/>

</authorization>

</system.web>

</location>

<location path="PostAd.aspx">

<system.web>

<authorization>

<deny users="?"/>

</authorization>

</system.web>

</location>

<location path="EditPhotos.aspx">

<system.web>

<authorization>

<deny users="?"/>

</authorization>

</system.web>

</location>

<location path="MyAds.aspx">

<system.web>

<authorization>

<deny users="?"/>

</authorization>

</system.web>

</location>

<location path="MyProfile.aspx">

<system.web>

<authorization>

<deny users="?"/>

</authorization>

</system.web>

</location>

<system.web>

<customErrors mode="Off"/>

<pages styleSheetTheme="Red"/>

<authentication mode="Forms"/>

<membership>

<providers>

<clear/>

<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>

</providers>

</membership>

<profile enabled="true">

<properties>

<add name="FirstName" type="System.String"/>

<add name="LastName" type="System.String"/>

<add name="MemberId" defaultValue="0" type="System.Int32"/>

<group name="Core"/>

</properties>

</profile>

<roleManager enabled="true"/>

siteMap defaultProvider="RoleEnabled_AspNetXmlSiteMapProvider" enabled="true">

<providers>

<clear/>

<add name="RoleEnabled_AspNetXmlSiteMapProvider" type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" siteMapFile="web.sitemap" securityTrimmingEnabled="true"/>

</providers>

</siteMap>

<compilation debug="true"/>

</system.web>

<connectionStrings>

<add name="classifiedsConnection" connectionString="Data Source=whsql-v19.prod.mesa1.secureserver.net;

Initial Catalog=DB_146498; User ID=myusername; Password='xxXxxXXx" Trusted_Connection="False" providerName="System.Data.SqlClient" />"

<remove name="LocalSqlServer"/>

<add name="LocalSqlServer" connectionString="Data Source=whsql-v20.prod.mesa1.secureserver.net;

Initial Catalog=DB_146500; User ID=myusername; Password=xxXxxXXx;" Trusted_Connection="False" providerName="System.Data.SqlClient" />"

</connectionStrings>

<system.net>

<mailSettings>

<smtp>

<network host="yourSMTPhostname" port="25" defaultCredentials="true" userName="enterUserNameHereIfRequired" password="enterPasswordIfRequired"/>

/&gt;

</smtp>

</mailSettings>

</system.net>

</configuration>

I got the connection string from go daddy themselves on the SqlConnection (.NET): section.

So other than the web.cong file and adding two users, this is the original kit.

What is happening.

 

Thank you in advance

 


Be sure to visit www.detelli.com

And please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.
darkknight187
Asp.Net User
Re: Server Application Unavailable on live site with GoDaddy7/2/2007 1:07:59 PM

0

Disregard the extra Quote marks at the end of the Connection strings I caught that, and it still has the error.

I even tried running with the compiltion debog set to false.

Also, I've done a lot of looking around, and should I do anything with the "aspnet_client" folder? It just showed up when I enabled 2.0

And should I make a bin folder for anything?

I know there has got to be other people who loaded classifieds onto GoDaddy.

What am I missing?


Be sure to visit www.detelli.com

And please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.
darkknight187
Asp.Net User
Re: Server Application Unavailable on live site with GoDaddy7/4/2007 5:08:36 PM

0

So it turns out with 2-weeks of going over the code, and calling godaddy, the problem was with the GoDaddy server application pool.

My site has been up now for three days straight with no problems. Instead of the several hours like before.

So if anyone experiences this problem, ask to speak with one of the advanced experts.

Good luck to all.


Be sure to visit www.detelli.com

And please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Server Application Unavailable on live site with GoDaddy - ASP.NET ... Server Application Unavailable on live site with GoDaddy ... Server Application Unavailable. The web application you are attempting to ...
Server Application Unavailable - ASP.NET Forums As a refresh, here are the site specs: Hosted on Go Daddy ... Generally, the Server Application Unavailable error, when associated with running two frameworks .... Channel 10: Windows Live Messenger Hackathon: May 27th ...
Marc Perkel Rantz: GoDaddy.com sucks big time - takes down an ... I never thought I'd live to say I miss the Network Solutions monopoly on domain ..... NET 2.0 site at Godaddy.com and it was working perfectly fine for months. Then suddenly, we started getting "Server Application Unavailable" error. ...
Go Daddy - Virtual Dedicated Server - Web Hosting Live 24/7 Sales & Support 02 8023 8592. Log in to Account: .... A Virtual Dedicated Server offers affordable flexibility for sites that need full .... Note: Administrative Access is unavailable with the Assisted Service Plan .... If a patch is found to break a customer's application, the customer will be able to ...
Easy CGI Web Hosting We spent about 8 hours on phone calls / Live Chat to receive no answer there. ... So, I fixed my problem on Easy CGI and now the site works beautifully! ... Net application that simply stated “Server Application Unavailable” you might .... domain registered with a major ICANN registrar (GoDaddy- not a good host but ...

Server Application Unavailable on live site with GoDaddy - ng.asp ... Server Application Unavailable on live site with GoDaddy, > ROOT > NEWSGROUP > Asp.Net Forum ...
Getting SMTP to Work with GoDaddy - ng.asp-net-forum ... Server Application Unavailable on live site with GoDaddy - ng.asp . ... Send Email with GoDaddy?? - ng.asp-net-forum.windows . ...
Need Help...Problems With Site Working with GoDaddy.com - ng.asp ... Server Application Unavailable on live site with GoDaddy - ng.asp ... I called godaddy so I could see what is in the event log, ...
Trusted_Connection - ng.asp-net-forum.security Server Application Unavailable on live site with GoDaddy - ng.asp ... Initial Catalog=DB_146498; User ID=myusername; Password='xxXxxXXx" ...






calendar: customizing the select button using dayrender event and uniqueid property

creating a dynamic confirm (ie confirm changes based upon user input)

capture text from image

connect login (standard) to sql

'interpreted' javascript in master pages

how to filter gridview records

time control

how to put 2 params in hyperlink???

intellisense in webcontrols

forms?

paypal output stream

creating popup menu

graphing

checked property

ie favorites problem

...has a selectedvalue which is invalid because it does not exist in the list of items. question

gridview

queries in check box

saving selected items from listbox to db

about mailmessage properties, for sending emails...

issues working with dynamic controls

open source .net control panel anyone?

no cache

timer control. pause????

pick file on server

c# directive help!

formatting in textboxes

form validation not working in firefox

createuserwizard email

writing an on click event for a run time created button

   
  Privacy | Contact Us
All Times Are GMT