I migrated a SBS 2008 to SBS 2010 over the weekend. I backedup the sharepoint db on the source server and rectored it on the new server with SQL Server management Studio.
Problem is if a user tries to go to
http://companyweb/default.aspx they get a 404 error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /default.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18446
But if they go in as an outside user, https://remote.mydomain.com:987 it works just fine.
I'm wondering if the .NET and .ASP version could be the reason? I am NOT an IIS guy.
Thanks in advance!
Regards,
Steven
I mean like this "https://remote.mydomain.com:987"
Why it is not like the same as internal port?
Did you try accessing as below from outside?
https://remote.mydomain.com
http://remote.mydomain.com/default.aspx
Please post the results