Hi, I want to login with facebook account from my website MVC4 razor c# and add permissions for a FB user and for a FB page. I was found this article and try to do the same https://github.com/aspnet/Docs/blob/master/aspnet/mvc/overview/older-versions/using-oauth-providers-with-mvc.md
but I'm facing this error : Login Failure. Unsuccessful login with service.
What does this error means and how can resolve that problem. Thanks.
...Hi, I'm new at using Visual Studio Code on Linux Ubuntu to create a web site (asp.net core2). I have installed NuGet Package in my Visual Studio Code but want to add some package.
...
Hi guys, i just wanted to know how can i make a workflow like in sharepoint (not necessarily like that but the logic behind that).
In my example, let say i have a process on my website which is to tell if my request will going to be approve or not. Let say, the user requested an approval
but it will go through to 5 steps (depend on how many steps i create) before his/her request to be approved. In each steps there is yes or no (disapprove or approve). Now, how can i make diagram of it in javascript, html and css to visualize the user where his/her request going on. Then save those workflow and steps in database. So i can update the status of his/her request.
Thanks, Happy Coding!
...
Hi, I want to enable SSL for my ASP.NET Core project in Visual studio 2017, but when I'm checking my visual studio project to enable SSL, it looks like this in properties
...
I am trying to deploy sample website on somee.com using free hosting.
First I published my website as a folder.
1. I created new free hosting domain on somee.com, then after logging in proceeded to file manager ->
2. Then I make a zip folder for my published website folder
3. Then I upload the zip folder and select upload and unzip archives
4. I have add the default document inside web.config like that
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="index.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
5. Now this is my root folder file structure
...
Hi, how can I get notification when a new row is added in the database using asp.net core 2.
For example, I have table Posts and have 4 posts, and when the table contains the new post ( post 5) I will get a notification to my view in asp.net core2 says that the new post added. Thanks.
...How can I simplify the url to http://localhost:51675/Prescriptions/Create/12 instead of http://localhost:51675/Prescriptions/Create?AssessmentID=12.
currently i am using this code
My angular 4 doesn't hit my API in my controller
ApiService
...