No announcements
Found 2234646 threads
-
0 Votes
encrypting/decrypting through a web service or with a db call?
Hello ChuckDawit, I think both of these two approaches should work well for me.Answered | 1 Replies | 2966 Views | Created by witdaj - Friday, May 21, 2010 7:00 PM | Last reply by Ji.Zhou - Wednesday, May 26, 2010 3:50 AM -
0 Votes
Hosting multiple ASP.Net web apps within one app service?
To avoid impacting other sites from recylces, you can create multiple web apps within a single App Service Plan (VM).Answered | 7 Replies | 2941 Views | Created by CCusson15 - Friday, March 15, 2019 9:41 PM | Last reply by Bryan Trach - MSFT - Tuesday, March 19, 2019 2:42 AM -
0 Votes
[PHP][Web Apps] WordPress web app supporting two domains
You can create a wordpress app in an existing app service plan.Answered | 4 Replies | 968 Views | Created by MarkWill890 - Wednesday, June 17, 2015 9:13 PM | Last reply by theadriangreen - Monday, June 22, 2015 7:47 PM -
1 Votes
How to make two web apps (or app services) talk over a vnet?
Once you have both web apps on the same VNET and the gateway set up, they should be able to communicate with each other using private IP's.Answered | 5 Replies | 1205 Views | Created by JamieR1978 - Tuesday, January 26, 2016 4:27 PM | Last reply by JamieR1978 - Friday, January 29, 2016 10:13 AM -
1 Votes
Passing a memory stream (WAV file) to a web service
John Saunders WCF is Web Services.Answered | 5 Replies | 6738 Views | Created by mreynol6 - Monday, December 21, 2009 5:58 PM | Last reply by John Saunders - Friday, January 1, 2010 4:21 AM -
0 Votes
How to create multiple sub web apps within single Web App ?
Hi, I would request you to refer this link where same issue has been ...Answered | 1 Replies | 567 Views | Created by Sunil Aware - Tuesday, August 4, 2015 9:49 AM | Last reply by Azam Khan - MSFT - Tuesday, August 4, 2015 3:32 PM -
0 Votes
Two apps share the same app web
No its not possible that two SharePoint app share the same App Web.Answered | 2 Replies | 856 Views | Created by SP Dev101 - Thursday, July 2, 2015 4:53 AM | Last reply by get2pallav - Thursday, July 2, 2015 6:04 AM -
0 Votes
Web Services between Two Web Portals
If you need more help in web services, check the web service forum at http://social.msdn.microsoft.com/Forums/en-US/asmxandxml/threads.Answered | 1 Replies | 2848 Views | Created by Mr Ko Ko - Saturday, October 2, 2010 9:04 AM | Last reply by Sheng Jiang 蒋晟 - Saturday, October 2, 2010 12:21 PM -
0 Votes
Call a web api with [authorize] within a provider-hosted app on premise
Finally, it's because I call a service within a service from my App.Answered | 4 Replies | 1538 Views | Created by Michel Bernier - Wednesday, October 18, 2017 5:05 PM | Last reply by Michel Bernier - Monday, October 23, 2017 11:36 AM -
0 Votes
Two pass encryption within a Web Service and Web App
They are not two separate things.Unanswered | 3 Replies | 6652 Views | Created by TheRockRunner - Tuesday, November 27, 2012 5:39 PM | Last reply by John Saunders - Thursday, December 6, 2012 6:23 PM -
0 Votes
ASMX web-service communication security
You should be using WCF for this, and not ASMX web services.Answered | 2 Replies | 4252 Views | Created by mortifikator - Saturday, September 26, 2009 4:20 PM | Last reply by John Saunders - Monday, September 28, 2009 6:05 PM -
0 Votes
Deploy Web Role Package in Web App
What you need is Azure Web App (formerly called Azure Web Sites) which is part of Azure App Service.Answered | 3 Replies | 1527 Views | Created by VKG123 - Wednesday, May 20, 2015 1:08 PM | Last reply by Ram Gopinathan - Friday, May 22, 2015 6:08 PM -
0 Votes
HTTPS web service
I'll start by referring you to the Understanding export restrictions on cryptography (Windows) page for greater detail.Answered | 1 Replies | 1473 Views | Created by kavit1 - Tuesday, February 26, 2013 6:49 PM | Last reply by adam grocholski - Wednesday, February 27, 2013 4:39 PM -
4 Votes
Pass data from web application to windows forms app and back
How to pass a string from web app to the windows form app 3.)Answered | 4 Replies | 4487 Views | Created by Siddy Boy - Saturday, March 23, 2019 4:27 AM | Last reply by DA924x - Wednesday, March 27, 2019 9:15 AM -
0 Votes
BES Web Service Help
The web parameters are all set up and I can get an output file downloaded from the blob if I initiate the input within ML Studio.Answered | 11 Replies | 1353 Views | Created by CWHCS - Monday, January 12, 2015 2:27 AM | Last reply by DonDonDawwwnn - Thursday, February 5, 2015 8:38 PM -
1 Votes
Web Service SDK/Mobile App Web Service Installation Issue
Not sure what is missing for the Web Service SDK to work.Answered | 3 Replies | 6574 Views | Created by ronniev - Wednesday, April 9, 2014 8:22 PM | Last reply by Kristian Adrup - Monday, May 15, 2017 5:03 PM -
0 Votes
How to incorporate SHA 256 Encryption in WCF Rest Web Service?
At the same time, when a client makes a POST call, the data that he POST will be encrypted and when the Web Service receives the data, the Web ...Answered | 7 Replies | 9841 Views | Created by RedTinCan - Tuesday, August 25, 2009 8:32 AM | Last reply by Carlos Figueira - Thursday, August 27, 2009 5:13 PM -
1 Votes
Passing complex type as a variable in Web service task
After that the Web service task works fine and passes this object made of constant values to the web service.Answered | 6 Replies | 12339 Views | Created by Dmitry Otblesk - Wednesday, October 5, 2011 3:05 AM | Last reply by Locarno - Thursday, September 10, 2015 4:08 PM -
1 Votes
Web config file Encrypted value
This way whenever you install your web app to any server, you can access it through your code using normal configurationmanager.Answered | 3 Replies | 2725 Views | Created by Nagasundar TN - Thursday, September 27, 2012 4:14 AM | Last reply by MithileshDubey - Thursday, September 27, 2012 9:29 AM -
4 Votes
consume java web service from C#
The 'auth fails' when we try to call a method within the service, we can add the service just fine within VS, we create the object to the service, its when ...Answered | 22 Replies | 32753 Views | Created by SharePointGuy123 - Wednesday, November 24, 2010 1:55 AM | Last reply by Elavarasan Dhayalan - Friday, April 4, 2014 12:00 PM - Items 1 to 20 of 2234646 Next ›
No announcements