Επιστρέφω πάλι με το εξής παράδοξο:
στο μηχάνημα όπου κάνω dev (XP Pro En SP2, VS2k5 SP1) το site που έχω στήσει παίζει άψογα με τον webserver του VS.
Όταν το κάνω publish στον production web server (W2k3 Std. R2 SP1, IIS 6.0) εκεί που παίζει κανονικά και πας να κάνεις κλικ σε ένα
link που πριν από λίγο είχες μπει παίρνεις το εξής exception:
Server Error in '/testdev' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'Title' is not a member of 'ASP.festivities_aspx'.
Source Error:
|
Line 1: <%@ page language="VB" masterpagefile="~/MasterPageAl.master" autoeventwireup="false" inherits="alouette, App_Web_prbqnq9g" title="Untitled Page" %>
Line 2: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
Line 3: <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
Source File: c:\inetpub\wwwroot\testdev\festivities.aspx Line: 1
Αν κάνεις back και ξαναπροσπαθήσεις 1-2-3 τυχαία δηλαδή θα μπεις στην σελίδα κανονικά.
Εχει κανείς καμιά ιδέα;
Thx!
VI