|
Well, I have done big projects before. I wrote a suite of software for Laundrettes and dry cleaners, incorporating accounting systems etc. The next step is to get 'On Line' and provide our customers with details of their accounts, but, more importantly, to give in good time me and my partner access to the more intimate details of the business from a sunny beach in the bahama's.
Once I Discover how to distinguish between the two (Mobile or Computer)at the server end, I can redirect to the appropriate web pages. We have only 20 static ones,Very infrequently updated. not a difficult task to do manually. We do not advertise tru this page, we merely use it as an interface for our clients, to discover the state of their order.
Bram van Kampen
|
|
|
|
|
I've just installed Windows 7 Home SP1 x64 into a Hyper-V virtual machine (Generation 1 on Windows 10 Pro).
The problem is that when I access the host machine via Remote Desktop, the mouse doesn't work inside the VM window. When I click inside the window, it pops up, "Mouse not captured in Remote Desktop session."
This is very frustrating not to to be able to use the mouse in the VM.
I've tried installing the VM Extensions, but they don't exist in the host machine. Googling tells me that the only way to acquire them is through Windows Update. But Windows Update is not giving them to me.
And the funniest thing of all is that the mouse worked fine from Remote Desktop during the Windows 7 installation! But now that the OS is installed, it's not working.
Does anyone have a clue what might be wrong here?
Thank you in advance.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
hello,
I have installed Docker on fresh image of Windows 2016 Data Center with SQL Express on Google Cloud.
Unable to start: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: 'MobyLinuxVM' failed to start.
Failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running.
'MobyLinuxVM' failed to start. (Virtual machine ID 77BB575B-CD6C-4B54-A38D-9554F89AFAE1)
The Virtual Machine Management Service failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running (Virtual machine ID 77BB575B-CD6C-4B54-A38D-9554F89AFAE1).
at Start-MobyLinuxVM, <No file>: line 296
at <ScriptBlock>, <No file>: line 412
at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters) in C:\workspaces\stable-18.09.x\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeClient.cs:line 36
at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup) in C:\workspaces\stable-18.09.x\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 92
at Docker.Actions.<>c__DisplayClass19_0.<Start>b__0() in C:\workspaces\stable-18.09.x\src\github.com\docker\pinata\win\src\Docker.Windows\Actions.cs:line 74
at Docker.WPF.TaskQueue.<>c__DisplayClass19_0.<.ctor>b__1() in C:\workspaces\stable-18.09.x\src\github.com\docker\pinata\win\src\Docker.WPF\TaskQueue.cs:line 59
The closest solution I can find is this:
docker - Failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running - Stack Overflow
I can't find anything similar to "Virtual Machine Settings" from my Google Cloud Console however.
I however see from Docker's doc - What's "Nested Virtualization"? Does it mean I can't run Dockers on VMs (In my case, a VM on Google Cloud), that it's not even officially supported?
https://docs.docker.com/docker-for-windows/troubleshoot/#running-docker-for-windows-in-nested-virtualization-scenarios
"Docker for Windows can run inside a Windows 10 virtual machine (VM) running on apps like Parallels or VMware Fusion on a Mac provided that the VM is properly configured. However, problems and intermittent failures may still occur due to the way these apps virtualize the hardware. For these reasons, Docker for Windows is not supported for nested virtualization scenarios. It might work in some cases, and not in others."
REF:
https://docs.docker.com/docker-for-windows/install/
https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization
Google Cloud VM: 'MobyLinuxVM' failed to start. · Issue #2987 · docker/for-win · GitHub
dev
modified 29-Nov-18 17:53pm.
|
|
|
|
|
|
I am new to networking and i am curious to find a way to write a script so that when the system IP address is set static, it must set back to dynamic IP address automatically when the system reboots. so I learnt how to do it manually but its a set of 30 Systems so i want to know if there is a way to write a script such that if the system has a static IP address it should be set back to dynamic IP address when the system reboots.
Is it possible to do this? Please let me know. Any help is much appreciated.
Thank you
|
|
|
|
|
|
Thank You Richard. I will research on that.Thanks for the heads up
|
|
|
|
|
Been a while but I am pretty sure that you can configure your DHCP server to require that the IP change.
Basically the client computer asks for a new IP from the DHCP server and it is allowed to suggest a prior one. The DHCP server and accept that request or reject it and send back the one it wants.
So one can set up a rule in the DHCP server that forces a new IP based on other criteria.
That means nothing the client does, normally, would allow it to 'set' a static IP. Even if a user sets it up that way the DHCP would refuse.
At least at one time this was a common security constraint.
|
|
|
|
|
They've finally managed to completely piss off a friend of mine, and he wants to change hosts. He has a MVC5 web site for his business that I don't want to have to mess with (meaning I don't want to convert it to .Net Core) beyond migrating it over to the new host, so I'm looking for a Windows-based web host that is NOT part of the EIG family.
If anyone has any recommendations, I'm all ears.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
I've been using Azure and AWS recently. Both great and simple to use with a slew of pre-configured deployment scenarios.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli
|
|
|
|
|
I'm with Arvixe but I'm considering moving to these guys in the not too distant future:
SmarterASP
=========================================================
I'm an optoholic - my glass is always half full of vodka.
=========================================================
|
|
|
|
|
I have a .NET MVC website live which also served as a test API - the solution both served standard web pages as well as API calls.
I decided that I wanted to separate the website and API so I now have two solutions.
I have amended the RouteConfig.cs for the website so that it no longer serves API routes.
How do I go about configuring things so that both the MVC website dll and the MVC API dll are accessible?
I uploaded the API dll and using postman I could see that the API service was not responding to the requests I sent.
I am guessing there is something I need to do with the web.congig or global.asax files that's as far as I have got so far(guessing... and some googling of course...).
Thank you for any help or direction in where to look for information - I don't think I have been asking the right question for Google searches so far.
Update
I have now partly solved this by creating two projects within one solution and referencing the API dll from the main application, including a route mapping for the API within the non API project.
It's a bit messy but will do for the moment.
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
modified 24-Mar-18 5:58am.
|
|
|
|
|
I have an application developed in asp.net c#.
Each time it's being tested, I get this same error over and over again.
My problem is that error page does not exist in my app any longer, but when being tested on the live environment, I get an error on the page I no longer have in my app.
The error reads below:
"Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following parse error and modify your source file appropriately.
Parser Error Message: Could not load type 'warehouseDeliveryBookingSystem.Default'.
Source ERROR:
Line1: <%@ Page Langauge=C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WarehousDeliveryBookingSystem.Default"%>
Line2:
Line3: <doctype html="">"
How do I resolve this error?
|
|
|
|
|
Are there Wordpress (or some alternative) hosting companies that could meet these requirements:
- Host many sites
- Has a backend that allows me to switch between the sites to edit/add pages quickly
- Has all of the same features as what I'm using on Wordpress.com's free version now.
Currently, I'm using Wordress.com's free version to get things set up. If I go through at site, I'll have to pay for each site annually, which pushes the up front investment to almost 4 digits after only 3 sites.
I'm unclear if there are advantages to going through Wordpress.com versus another hosting provider.
Are there plugin's that only Wordpress.com offers?
Does Wordpress.com take a portion of your advertising revenue if you have your site hosted there?
Are there hosting providers who offer additional functionality over worpress.com?
Any input would be welcome.
modified 26-Dec-17 17:13pm.
|
|
|
|
|
Rick_Bishop wrote: Are there Wordpress hosting companies that will host many sites with an interface like Wordpress.com or better?
Better is of course subjective. And it depends on what you actually want to do. There are a huge number of alternatives.
If you are targeting a specific industry/topic then finding a Content Management System that supports that would probably be helpful.
Naturally easy = simple and hard = powerful. So you will need to figure out what you needs are now and for the future. Might want to evaluate that first so you do not need to recreate everything in the future.
|
|
|
|
|
Ok, thank you for responding. I'll update the question.
|
|
|
|
|
Wordpress is always better but still there are lot of plugin options available like Jumla, Magento.
|
|
|
|
|
The chat functionality is developed on a PHP platform and we are using ratchet as our framework. when its hosted on a server with no SSL installed its working as expected. when SSL is installed on the same server, the functionality is not working. The error in back-end is connection time out. We tried steps given in different discussions is stack overflow, no help. Seems challenging !! Suggestions are most welcome, regarding the issue. Thanks in Advance.
Alex
|
|
|
|
|
Please do not post the same question in multiple forums.
|
|
|
|
|
Is this the appropriate place to ask questions and discuss the process (and vendors and prices and business aspects, etc.) of Domain Name Registration and Renewal ?
At the moment I have ten renewals facing me in three months from today, and I have this notion floating around in my head that a little advice here on CodeProject just might be worth the time spent in learning from some smarter people who know this stuff better than I do.
Anyway, does the title, "Hosting and Servers" include Registrars and Domain Names ?
Or is there a better place to ask folks who are smarter on that stuff ?
|
|
|
|
|
It depends on the question, but you may get more responses in the Lounge.
|
|
|
|
|
I have a bunch of domain names expiring in January and February.
Way back when I first registered them, the only name I knew was GoDaddy.
I have now learned the name, NameCheap.
I'm wondering how easy/hard it might be to try the other one.
I'm wondering what these guys are NOT telling me as well.
|
|
|
|
|
|
Richard MacCutchan wrote: you may get more responses in the Lounge.
Would it be appropriate to post the actual question here, and a link to it over there in the lounge ?
|
|
|
|
|
Why make things complicated?
|
|
|
|