Home > Net >  Object identifier not said a valid object. (exceptions from HRESULT: 0 x800710d8)
Object identifier not said a valid object. (exceptions from HRESULT: 0 x800710d8)

Time:04-01

Use Microsoft. Web. The Administration in the library public sealed class Site: ConfigurationElement ObjectState State under the {get; } read times wrong site status, and other information read site works, only site status display the error

Code:

String str_state=null;

The ServerManager manager=new the ServerManager ();

Foreach (Site Site manager in Sites)
{
If (site) State==ObjectState) Stopped)
{
Str_state="stop".
}
Else if (site) State==ObjectState) Started)
{
Str_state="run";
}
}

CodePudding user response:


Never used, and, according to baidu site want to open Windows authentication

CodePudding user response:

The Windows authentication method is tried to use
  • Related