c# - Godaddy .net site hosting issue - No Such host is known Error -


i need on hosting .net application godaddy server since tech team not sure issue. application developed on c#.net , database mysql. compiled application , did publish , using filezilla transferred entire files godaddy directory.

now application loads, issue seems database side. whenever try open page has database interaction getting following error

enter image description here

the connection string using connect marked red box in screen shot, there server godaddy database server ip using.

i don't know why getting error. confirm not coming application code side, tried connect godaddy server database localhost. in case same error throws while opening db connection.

so in case , issue?

can previous godaddy hosting experience me identify issue?

is related connectionstring issue?

this error means ip cannot resolved host name.

a few things might going on here:

  • the external ip not work internally in case, should modify connection string uses internal host name , port if necessary (it should available somewhere in godaddy).

  • you have wrong ip and/or port. check connection settings.

  • you using wrong format connection string. double check format against provider. have seen connection strings mysql port separate argument, this:

connection string: server=myserveraddress;port=1234;database=mydatabase;uid=myusername;pwd=mypassword;


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -