Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I've initialized an IIS7 installation on Amazon EC2 Windows 2008 server. Right now it is still in the "Initializing Installation" process, and I am already 15 minutes during the installation. Is there something wrong, or it takes so much time to install IIS on Windows 2008?
You're not the only one with this problem
http://www.cloudcomputingetc.com/2011/10/iis7-takes-too-much-time-to-install-on.html
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I installed Cosmos DB Emulator on a virtual machine. The default access url is localhost:[Port number].
Is there any way to connect to the emulator from my development machine.
It should be possible. It requires that the emulator is started with network access, you might also need to register the SSL certificates in the client machine.
You can find the details here: https://learn.microsoft.com/en-us/azure/cosmos-db/local-emulator#running-the-emulator-on-a-local-network
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
In IIS 7, I was told that only a certain number of clients can access the system because of the defualt setting. I currently have 100 clients and only 10 can us the system that i have created and would like to know how i could increase the total number of clients that can access my asp.net application
Jim, may I know what Operating System do you use? If you're using Windows Server OS, there should be no problem with the number of users that can access your application. But if you're using Windows client OS like XP, Vista, 7 then you have limits with simultaneous connections to your web server.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to know if we can host Drupal application on AppHarbor ?
Thanks
Looking at AppHarbour it's a service for hosting .net applications and as Drupal is written in PHP out of the box you can't.
Although you could try using a php compiler for .net http://phalanger.codeplex.com/
Wordpress can be made to work on AppHarbor and Drupal might be doable too with a bit a elbow grease.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am new to CQ.
I wanted to install CQ in my home PC.
Is a developer version of CQ is available ? Something like JSK in fatwire?
Where it can be downloaded.
From my understanding you will need to attend Developer training OR work for a company currently utilizing CQ5 in order to have a license for a local instance.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a website currenty running on on a aws instance, and now I want to host another website also in same instance. I am running nginx as server. Do you know is it possible to host two website on that instance?
Thanks
Yes, it is. You'll want to look into Server Blocks, which are roughly the equivalent of VirtualHosts in Apache. See also Basic Nginx Configuration.