Hej! Hur ser din connectionstring ut? integrerad säkerhet eller SQL-Login? Hej!Felmeddelande från mitt Webhotell: databaskoppling
Jag får följande felmeddelande när jag försöker köra min hemsida på mitt webhotell
<code>
SQL Server does not exist or access denied.
Description: 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.
Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
Source Error:
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.
Stack Trace:
[SqlException: SQL Server does not exist or access denied.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
WebClient.Brand.LoadBarands() in c:\inetpub\wwwroot\WebClient\Brand.ascx.cs:57
WebClient.Brand.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\WebClient\Brand.ascx.cs:20
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +750
</code>
Det spelar ingen roll hur min ConnectionString ser ut så får jag samma Fel. Dock kan jag från min lokala miljö koppla upp mig mot webhotellets SQLserver och kör min lokala miljö på den. Jag tolkar det som att anslutningen till SQL server är rätt men när jag skickar över hemsidan till webhotellet så får jag inte åtkomst till sql Server där ifrån. Alltså ett ebhörighets problem på webhotellet?
Eller är det någon annan som kan ha en teori.Sv: Felmeddelande från mitt Webhotell: databaskoppling
Sv:Felmeddelande från mitt Webhotell: databaskoppling
det löste sig senare. Och jag vet inte vad som var fel, heltplödsligt så fungerad de..
Tack än då Ola
/tyronne