I want to move all my entire website from my local machine to another machine( the same SQL Version, IIS and the environment )
I do the folowing step:
+ Backup and restore the db to the new place
+Copy the entity code of the website to the new place
But It does not run as i am expected.
there error:
Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The file '/masterpages/BIDC.master' does not exist. Source Error: Line 1: <%@ Master Language="C#" MasterPageFile="~/masterpages/BIDC.master" AutoEventWireup="true" %> Line 2: Line 3: <asp:content ContentPlaceHolderId="cp_flash" runat="server"> Source File: /masterpages/bidchomepage.master Line: 1 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
PS: Sorry if i put the question on the wrong place , because i do not know where i should put
Migrate from the local to public
Dear all
I want to move all my entire website from my local machine to another machine( the same SQL Version, IIS and the environment )
I do the folowing step:
+ Backup and restore the db to the new place
+Copy the entity code of the website to the new place
But It does not run as i am expected.
there error:
PS: Sorry if i put the question on the wrong place , because i do not know where i should put
Please help me
thank for your patience
Error seems to be that the /masterpages/BIDC.master page is missing.
Check your /masterpages directory and check if it's there.
If it is then my guess would be you have a permissions problem, so I would double and triple check these.
Rich
seem you right. I check the BIDC.master page and check its permissions.
Now it runs ok
Thank you so much
is working on a reply...