Deploying Gmail Apis Project Authentification probleme
when i use the app in local (on executing with visual studio) there is no probleme, but when i deploy my project the authentification doesn’t work.
the probleme is situated here :
when i use the app in local (on executing with visual studio) there is no probleme, but when i deploy my project the authentification doesn’t work.
the probleme is situated here :
My situation is quite similar to this link or at least my code is similar and I am trying to find a way to apply this same method in .NET Core syntax.
I am building a social application and was wondering how facebook achieve their notifications.
As you know, facebooks notifications are instant. As soon as someone takes an action, people are notified.
Suppose i have a one parameter stored procedure :
On my site, I need to know what timezones people are located in, in order to display messages to them at the right times. I am not too sure what to be searching for in terms of a tutorial on how to do this.
Let’s say I have a most basic controller
I use both of these many times in my code and don’t really know what the difference is , if a cookie is set shouldn’t it be exactly the same in request and response? and is request going to the the most up to date , or response?
I have been working with Visual Studio (WinForm and ASP.NET applications using mostly C#) for several months now. For the most part my IDE is set up fairly standard but I have been wondering what are some suggestions in terms of plugins/settings that you find to be the most useful? Update: Thanks for all the … Read more
When a user registers on my website, I don’t see why I need to make him “wait” for the smtp to go through so that he gets an activation email.
I am not using URL Rewriting, my app works fine until I try to hit a .PDF file or even a .TXT file via a link that I have dynamically generated into the PostBackUrl of a LinkButton. The path is correct.