Questions tagged [hosted]

Problems with code that is executed on a hosted Web server. Do not use this tag if the problem code is running on a local machine.

Problems with code that is executed on a "hosted" Web server.

Please do NOT use this tag if the code for the question is running on a local machine.

This is specific to code running off a hosted Web server.

Reference:

137 questions
1
vote
1 answer

Win7 self hosted WCF .net app makes incorrect firewall rule

I have a self hosted WCF service running in my .net App. The service works fine when the firewall is configured correctly. However, the default rules added when the app first runs are not configured correctly and require changes by the user. When…
thrag
  • 1,536
  • 4
  • 20
  • 32
1
vote
0 answers

Timeout on ProtectPay Hosted Payment Page during payment processing

I am using ProtectPay hosted payment page for payment processing in my MVC site. I am facing timeout issue. Following are steps to reproduce the issue Generate a hosted transaction identifier on my website, construct a new URL Redirect user to…
1
vote
1 answer

How to pass custom amount with Bitpay hosted checkout form?

I am looking to integrate BitPay for processing bitcoin payments on one of my sites. Their hosted checkout form (similar to PayPal checkout form) is easy to integrate however I don't know how I can pass order amount with the form so that the same…
Vicky
  • 19
  • 2
1
vote
0 answers

Htaccess in cordova webapp

I'm running an hosted webapp via cordova. Now I protected the webapp with htaccess. On osx it works as desired. On android the authentication dialog does not appear and the webapp responds to a bad login. Does somebody know how why the dialog gets…
Sync
  • 31
  • 1
  • 6
1
vote
1 answer

Paypal Hosted language bug. Based on 'country' instead of 'lc' for Paypal Express button

Create a paypal hosted form using the templateD option with lc="GB" but shipping country of another language than English (like NL) When given the option to pay with Paypal Express or credit card, choose the Paypal express option. When redirected…
Dss
  • 2,162
  • 1
  • 24
  • 27
1
vote
1 answer

Memory leak when streaming HLS on hosted webapp UWP on xbox

The basic example provided in github can not play a .m3u8 with a duration > 40 minutes. Memory grows pretty fast and does not seem to be disposed properly: After 10-20 minutes of playback, the app usually crashes. I tried with both
vgrafe
  • 1,300
  • 1
  • 12
  • 13
1
vote
3 answers

Using ASP.NET MVC2, empty route is not being forwarded by IIS 6

First let me explain that I am on a hosted solution, and there is not much I can do in ways of configuration and settings for IIS 6. I have MVC2 working to a degree, I'm using the following Global.asax code: public static void…
Matthew
  • 24,703
  • 9
  • 76
  • 110
1
vote
0 answers

hosted service to post software releases for users with signup form?

I'm a sole developer looking for an online service where I can host files of my software releases for users. I want them to register first before downloading so I can get a sense of who downloaded the software. Does a service like this exist and…
b20000
  • 995
  • 1
  • 12
  • 30
1
vote
1 answer

How to grant unmanaged code acess to a windows forms hosted in a html?

I am trying to host a windows forms control in C# inside an html page and then host that web page in IIS in order to be accessible by other client machines. The problem is: the user control uses some unmanaged code, which triggers a…
1
vote
2 answers

IVR - Automate Regression testing for Hosted VXML based IVR

I have been assigned the task to automate regression testing for a VXML based IVR hosted in cloud. This is a DTMF based IVR where IVR plays a audio prompt and then waits for caller input. I am not sure how to automate this part. How do I automate…
Vikas Prasad
  • 121
  • 2
  • 13
1
vote
2 answers

What is the Paypal "Identity Token" or "Token ID" and what is it used for?

2 questions for you regarding Paypal Hosted Checkout solution and the goal of the "Identity Token" or "Token ID". 1- I've come accross several online Paypal docs (such as for Payflow integration) that talk about providing the "Identity Token" (or…
franky duke
  • 269
  • 2
  • 8
1
vote
1 answer

Setup a nexus "Site repository" as a mirror of an distant site

I would like to set up a nexus "Site repository" as a mirror of an distant site, let's say http://www.nodejs.org/dist/. I followed theses explanations : http://books.sonatype.com/nexus-book/reference/_creating_a_site_repository.html and I created…
M'sieur Toph'
  • 2,534
  • 1
  • 21
  • 34
1
vote
0 answers

Can we use SQL Server 2012 Web (Azure) to host database for windows application and to run SSIS/SQL jobs?

Can we use SQL Server 2012 Web (Azure) to host database for windows application and give the windows application a connection string to this db ? Or is it only used with web application? Can we also run SSIS/SQL jobs on this web version of SQL…
1
vote
2 answers

Multiple endpoints in wcf

I'm trying to do multiple endpoints for a single WCF Service, so that each endpoint has its separate interface / methods. I'm using TCP app.config: ....
user726720
  • 1,127
  • 7
  • 25
  • 59
1
vote
1 answer

ASP.Net Connection string woes

My hosted ASP.NET 3.0 Forms application is suddenly throwing Login failed for user 'SQL2008R2_llama_user'. This means that the database credentials are wrong. I find out my DB Manager changed the DB password, and that the new password is…
rlb.usa
  • 14,942
  • 16
  • 80
  • 128