Я не могу подключиться к файлу сборки через соединение https. мой блок кода работает нормально, используя http.
мой кодовый блок
Assembly httpAssembly = Assembly.LoadFrom("http://VM-CV30-NIKHIL3/ConfigurationFiles /Validations/test.dll");
Console.WriteLine("Assembly loaded over HTTP successfully");
Assembly httpsAssembly = Assembly.LoadFrom("https://VM-CV30-NIKHIL3/ConfigurationFiles/Validations/test.dll");
Console.WriteLine("Assembly loaded over HTTPS successfully");// application is throwing an error.
Я не могу установить соединение ни с IE, ни с Firefox.
Кажется, что настройка IIS отсутствует.