これらの行は、ゴダディアカウントでセキュリティ例外が発生します。どのようにこれを動作させるために書き換えるための任意の提案?ASP NET共有アカウントのセキュリティエラー
File.Delete(PropsFileName); // Clean up
TextWriter tw = new StreamWriter(PropsFileName); // Create & open the file
tw.WriteLine(DateTime.Now); // Write the date for reference
tw.WriteLine(TokenLine); // Write the BinarySecurityToken
tw.WriteLine(ConvIdLine); // Write the ConversationId
tw.WriteLine(ipccLine); // Write the IPCC
tw.Close();
ありがとうございます!
情報がtempディレクトリのsession.properties変数に書き込まれています。