Forum Discussion
xuandungpy
9 years agoFrequent Visitor
Asp.net error: The remote server returned an error: (403) Forbidden
I create Dataset in asp.net but error: The remote server returned an error: (403) Forbidden. Console is working. public static string createDataset() { string rs = ""; ...
- 9 years ago
The code snippet is good. As it works in a console, it shall work anywhere else. How you get the token? Try to debug the token value in your asp.net application. A valid token shall make it work.
- 9 years ago
Thank you, I got the wrong token. It is work.
Eric_Zhang
9 years agoMicrosoft Employee
The code snippet is good. As it works in a console, it shall work anywhere else. How you get the token? Try to debug the token value in your asp.net application. A valid token shall make it work.
xuandungpy
9 years agoFrequent Visitor
Thank you, I got the wrong token. It is work.