Posts by Micael André • 228 points
3 posts
-
6
votes2
answers5090
viewsA: Error localhost Visual Studio
Check your Firewall and try to change port, probably an ISS problem. To configure follow the example here:…
-
1
votes2
answers342
viewsA: Redirect from Http to Https on Owin + Oauth + Google Externallogin
You can add a Javascript code to your html pagin at head: <script language="JavaScript"> function redirectHttpToHttps() { var httpURL= window.location.hostname + window.location.pathname +…
-
3
votes1
answer2472
viewsQ: Undefined error Reference to Std
#include <iostream> using namespace std; int main() { int nombre, carre ; cout << "Introduza un numero : " ; cin >> nombre ; carre = nombre * nombre ; cout << "A raiz…