1

dotfuscator を使用して dll を暗号化し、ビルド後のイベントで、古いものの代わりに暗号化された dll を取得するコマンドを作成し、最終的に自分の Web サイトを公開しました。しかし、私がそれを閲覧すると、ログインページをうまくできないというエラーが表示されますか? どんな助けでも

4

1 に答える 1

0

Don't obfuscate public classes and public method names. If they are changed (obfuscated) the other objects referencing them cannot find them and you will get this error.

于 2009-10-05T07:30:56.307 に答える