Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • thanhtien501 28 posts 48 karma points
    Nov 19, 2010 @ 08:15
    thanhtien501
    0

    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:

    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

    Please help me

    thank for your patience

     

  • Rich Green 2246 posts 4006 karma points
    Nov 19, 2010 @ 09:15
    Rich Green
    0

    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

  • thanhtien501 28 posts 48 karma points
    Nov 19, 2010 @ 09:36
    thanhtien501
    0

    seem you right. I check the BIDC.master page and check its permissions.

    Now it runs ok

    Thank you so much

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies