1

Just a quick question. I don't use sitefinity and I don't currently have access to the backend until the site admin gets in, I'm just building the custom asp.net controls.

Anyway, in both Chrome and IE9, I've changed the settings to check for new files on every page load, emptied the cache, deleted all browsing data, restarted the browsers, used private browsing and even restarted the computer yet it's still serving an old version of the control.

I also downloaded the ascx file from the server and it is in fact the new file. Is there something that needs to be done in sitefinity to recompile the control? I didn't have this problem before when testing. Is it something the site admin might have changed without telling me?

4

1 に答える 1

2

既存のコントロールの古いファイルを更新していると思います。その場合、問題は、Sitefinity がWeb サイト プロジェクトではなく Web アプリケーション プロジェクトを使用している可能性があると思われます。サイト全体を単一のアセンブリとして構築する必要があり、その後で新しいコントロールが考慮されます。

新しいコントロールを追加する場合は、ツールボックスに再度登録してから、Sitefinity のページに配置する必要があります。私が質問を誤解している場合は、あなたが従っている正確な手順が必要です.

于 2012-04-03T13:22:02.813 に答える