There are too many pages on internet talking about this issue but I guess mine it's quite specific one, I had an ASP.Net 3.5 Web Site that I have converted successfully with
VS2012 on my Win8.1 machine, but when I have deployed (just copied the whole folder as it is inside the famouse path inetpub\wwwroot\mysite) on the WinServ2008 R2 (IIS 7.5) Framework 4.0 correctly installed. I am try to connect
to a production server that has SQL Server 2008 Installed, my idea was to create a test machine but just to check that everything is fine I would connect it to sererDB production Instance. So I am more than sure that the Server side is more that fine because
is already working with the website in production, so the port 1433 is open. Locally I disabled my firewall completely no antivirus installed and I have doble checked my connection string. The website starts fine with the homepage that doesn't use any connection
to the DB and than w ...
Go to the complete details ...