כיצד לפרוס אתר ASP.NET על GODADDY?

BIG-TIMI

משתמש צעיר
ניסיתי להעלות את האתר שבניתי בדוט נט לאחסון שקניתי ב go daddy , קניתי אחסון של וינדוס ולא לינוקס, והתאמתי את האתר ל ASP.NET 3.5 , אני לא מצליח להעלות את האתר, אני מקבל שגיאה, עכשיו הבנתי שצריך לעשות איזה תהליך כמו התקנת בסיס הנתונים, אז רציתי לדעת אם יש פה מישהו שיכול לעזור לי ולהגיד לי את כל התהליך של העלאת האתר לשרת, תודה רבה!!!
 

BIG-TIMI

משתמש צעיר
אף אחד לא יכול לעזור לי בהעלאת האתר שלי לgo daddy ? בבקשה כל מי שיכול לעזור....
 

wmw

משתמש פעיל
D I G I T A L
לגו דאדי יש מערכת ניהול משל עצמם
מי שרוצה לחסוך ולהתעסק עם זה, שילמד את המערכת שלהם
יש להם מערכת הסברים מפורטת
 

BIG-TIMI

משתמש צעיר
הצלחתי להעלות את האתר אבל הדפים שניגשים לבסיס נתונים אני מקבל בהם שגיאה במקום לראות את הדף,
מישהו יכול לנסות לעזור לי להבין מה השגיאה אומרת?

קוד:
[B]Server Error in '/' Application. <HR width="100%" color=silver SIZE=1>[/B]
 
[B][I]A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)[/I] [/B]
 
 
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif][B]Description: [/B]An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. [/FONT]
 
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif][B]Exception Details: [/B]System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)[/FONT]
 
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif][B]Source Error:[/B] [/FONT]
 
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]<TABLE width="100%" bgColor=#ffffcc><TBODY><TR><TD><CODE>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</CODE> </TD></TR></TBODY></TABLE>[/FONT]
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif][B][FONT=Verdana]Stack Trace:[/FONT][/B] 
 

<TABLE width="100%" bgColor=#ffffcc><TBODY><TR><TD><CODE>

[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)]   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +428   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +65   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117   System.Data.SqlClient.SqlConnection.Open() +122   System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) +44   System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe() +45   System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode() +20   System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +57   System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute(Expression expression) +26   System.Web.Query.Dynamic.DynamicQueryable.Count(IQueryable source) +148   System.Web.UI.WebControls.DynamicQueryableWrapper.Count(IQueryable source) +6   System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelectAutoSortAndPage(IQueryable source, DataSourceSelectArguments arguments) +115   System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelectQuery(LinqDataSourceSelectEventArgs selectEventArgs, Object selectResult, Object table, Boolean storeOriginalValues) +327   System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +457   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +19   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142   System.Web.UI.WebControls.ListView.PerformSelect() +57   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82   System.Web.UI.WebControls.ListView.CreateChildControls() +55   System.Web.UI.Control.EnsureChildControls() +87   System.Web.UI.Control.PreRenderRecursiveInternal() +44   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Control.PreRenderRecursiveInternal() +171   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
</PRE></CODE></TD></TR></TBODY></TABLE></P> 
<HR width="100%" color=silver SIZE=1>[B][FONT=Verdana]Version Information:[/FONT][/B] Microsoft .NET Framework Version:2.0.50727.4211; ASP.NET Version:2.0.50727.4209 [/FONT]<!-- [SqlException]: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)   at System.Data.SqlClient.SqlConnection.Open()   at System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user)   at System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe()   at System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode()   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)   at System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute(Expression expression)   at System.Web.Query.Dynamic.DynamicQueryable.Count(IQueryable source)   at System.Web.UI.WebControls.DynamicQueryableWrapper.Count(IQueryable source)   at System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelectAutoSortAndPage(IQueryable source, DataSourceSelectArguments arguments)   at System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelectQuery(LinqDataSourceSelectEventArgs selectEventArgs, Object selectResult, Object table, Boolean storeOriginalValues)   at System.Web.UI.WebControls.LinqDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments)   at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)   at System.Web.UI.WebControls.DataBoundControl.PerformSelect()   at System.Web.UI.WebControls.ListView.PerformSelect()   at System.Web.UI.WebControls.BaseDataBoundControl.DataBind()   at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   at System.Web.UI.WebControls.ListView.CreateChildControls()   at System.Web.UI.Control.EnsureChildControls()   at System.Web.UI.Control.PreRenderRecursiveInternal()   at System.Web.UI.Control.PreRenderRecursiveInternal()   at System.Web.UI.Control.PreRenderRecursiveInternal()   at System.Web.UI.Control.PreRenderRecursiveInternal()   at System.Web.UI.Control.PreRenderRecursiveInternal()   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.   at System.Web.UI.Page.HandleError(Exception e)   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   at System.Web.UI.Page.ProcessRequest()   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)   at System.Web.UI.Page.ProcessRequest(HttpContext context)   at ASP.tips_aspx.ProcessRequest(HttpContext context)   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)--><!-- This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.-->
 

wmw

משתמש פעיל
D I G I T A L
צריך לשנות בקונפיג כמו בדוגמה [ואחר כך להחזיר למצב הקיים, אחרת יוכלו ללמוד ולפרוץ את המערכת]
ואז השגיאה תיראה גם בגישה מרוחקת

כנראה שגיאת קונקשן או פרוביידר

[העברת את זה ל דוט נט 2?]
 

BIG-TIMI

משתמש צעיר
כן העברתי את זה לדוט נט 2.0 - 2.5 - 3.5
איך אני יכול לדעת מה השגיאה?
ולגבי שינוי הקונפיג אני יודע פשוט אני חייב לראות את ההודעות עד שהאתר יעבוד בצורה חלקה, ואז כמובן אני משנה את ה error mode
 

wmw

משתמש פעיל
D I G I T A L
נו, אז מה השגיאה?
שינית?
ראית?
פתרת?

תן לינק
 

BIG-TIMI

משתמש צעיר
אני עדיין לא נותן לינק כי עדיין יש את השגיאה וכמו שאמרת אנשים יכולים לפרוץ לאתר כך, יש שני דפים באתר שלא ניגשים לבסיס נתונים והם עולים טוב, אבל שאר הדפים לא עולים והם מקבלים את השגיאה שרשמתי למעלה(משהו על הרשאת חיבור מרוחק לקבצים) ואת זה אין לי מושג איך לפתור
 

חיים פ

משתמש צעיר
לא יודע איך זה ספציפית בgo daddy
אבל על פניו אתה צריך לשנות את הConnection String שיתאים למיקום הנוכחי של בסיס הנתונים כנ"ל לגבי היוזר וסיסמא לבסיס הנתונים
 

wmw

משתמש פעיל
D I G I T A L
תבקש מהם את הנתיב האמיתי של קובץ בסיס הנתונים[ אתה באקסס....]
 

אולי מעניין אותך גם...

הפרק היומי

הפרק היומי! כל ערב פרק תהילים חדש. הצטרפו אלינו לקריאת תהילים משותפת!


תהילים פרק קכב

א שִׁיר הַמַּעֲלוֹת לְדָוִד שָׂמַחְתִּי בְּאֹמְרִים לִי בֵּית יְהוָה נֵלֵךְ:ב עֹמְדוֹת הָיוּ רַגְלֵינוּ בִּשְׁעָרַיִךְ יְרוּשָׁלִָם:ג יְרוּשָׁלִַם הַבְּנוּיָה כְּעִיר שֶׁחֻבְּרָה לָּהּ יַחְדָּו:ד שֶׁשָּׁם עָלוּ שְׁבָטִים שִׁבְטֵי יָהּ עֵדוּת לְיִשְׂרָאֵל לְהֹדוֹת לְשֵׁם יְהוָה:ה כִּי שָׁמָּה יָשְׁבוּ כִסְאוֹת לְמִשְׁפָּט כִּסְאוֹת לְבֵית דָּוִיד:ו שַׁאֲלוּ שְׁלוֹם יְרוּשָׁלִָם יִשְׁלָיוּ אֹהֲבָיִךְ:ז יְהִי שָׁלוֹם בְּחֵילֵךְ שַׁלְוָה בְּאַרְמְנוֹתָיִךְ:ח לְמַעַן אַחַי וְרֵעָי אֲדַבְּרָה נָּא שָׁלוֹם בָּךְ:ט לְמַעַן בֵּית יְהוָה אֱלֹהֵינוּ אֲבַקְשָׁה טוֹב לָךְ:
נקרא  19  פעמים

לוח מודעות

למעלה