Re: Connection Error MPOG Web.
Quote:
Originally Posted by
Mambo
Did, doesn't work.
I've to put it in the SQL Server options too? (Seen it somewhere, but i don't know HOW to configure it)
I'm not running SQL Server right now, but I'll give a brief description.
Forward port 1433.
Go to SQL Server Configuration Manager.
Enable the service SQL Server Browser. (or something named like that)
Start it.
Enable TCP/IP in the SQL Server Configuration Manager.
Double click TCP/IP and check for IPAll. Change the Port to 1433. Leave Dynamic Ports to 0.
Restart the SQL Server Database Engine/SQL Server Service.
Now use SMSE and connect to the server by IP with login details.
Tell me what happens.