Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deployment and location of Site.Master
Message
De
10/12/2013 18:31:28
Al Doman (En ligne)
M3 Enterprises Inc.
North Vancouver, Colombie Britannique, Canada
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01589778
Message ID:
01589787
Vues:
27
>All my .aspx pages refer to Master page as MasterPageFile="~/Site.Master" I probably copied it from one of the default ASP.NET Web Forms project. Even though the Site.Master will be in the root folder of the site, when deployed at a customer. Now I have the following problem: for testing I want to deploy this project on my site, in a subdirectory. That is, the directory of the project will be:
>www.mysitename.com/tempfolder/
>When I navigate to a page of the project as www.mysitename.com/tempfolder/default.aspx I get error that Site.Master not found. Do I understand correctly is that the reason is the "~/" in front of the Site.Master.
>Therefore, my questions is, do you see a problem if I remove the "~/" from the MasterPageFile pointer? and make it MasterPageFile="Site.Master"?

A SWAG, have you tried MasterPageFile="~/tempfolder/Site.Master" ? (guessing that ~ might be shorthand for "site root").
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform