|
The only SSD acronym[^] which comes close to making any sense is "Solid State Drive[^]", which would imply that the host computer uses an SSD for faster performance.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
I used the help page http:
Changed the database name to DataBase name: 819903
DataBase username: 819903
DataBase password: equal with account password
DataBase host: localhost
But receive the following error after filling the registration form that hosted at myproject.6te.net and receive the error Database Error Occured Query Failed .
You can test it at http:
Is it hosting server error or database connection type error although I have made all the changes as per the requirement?
|
|
|
|
|
Kindly tell that how to make a registration system that work with php and MySql .
I tried the demo that is here http:
I have registered the free hosting at here http:
I have also created the database at here but cannot know how to use php files and upload at http:
I want online registration system that uses php and mysql with the free hosting that serves my purpose.
The registration system creates the user and sends confirmation email to user’s email address and after confirmation user can log inn to the web application and further work will be done here after registration.
Kindly guide me in the above scenario or tell another free hosting service that fulfills my purpose.
|
|
|
|
|
Hi,
If you tried servint.com, would you recommend i as an alternative for Dreamhost if I am going for a VPS?
Thanks,
Jassim
Technology News @ www.JassimRahma.com
|
|
|
|
|
I have a regular C# desktop GUI application providing regular windows interface.
WCF is not used for supporting these interfaces, since it mainly working as a standalone desktop application, with a lot of data involved in data transfer. But I have used WCF with netNamedPipeBinding for UI automation.
Now I would like to call these interfaces from a web page also.
So in my understanding
1. I have to host my desktop application as WCF web service
( with httpBinding and need o provide a new contract for the interfaces).
2. Call the existing I/Fs from the new interface class.
Please correct me if wrong.
aks
|
|
|
|
|
Can't you extract the data layer from the desktop application, and use it to create a WCF service. Then you could use it in both web and desktop applications.
Everyone dies - but not everyone lives
|
|
|
|
|
Thank you Wayne. I am a beginner in web development.
My real concern is whether I would go for a WCF service, REST service or a Web Api.
My primary intention is to use the service in a client web application. Later I also planning to use it from different devices like tab/mob.
aks
|
|
|
|
|
What does this mean? Shouldn't it say 'Request Timed Out'?
Any solution for this?
|
|
|
|
|
|
Your destination server which is you are trying to connect is down/its in shutdown.
Thanks & Regards,
BlueSathish
|
|
|
|
|
We are planning to setup our product documentation online. Currently we are hosting static HTML in our servers. But since the documentation is still on-going, updating the HTML every time new pages are brought in becomes very difficult. We plan writing some PHP but, any such stuff like a CMS is really difficult to code and maintain.
So, what are some good options to host developer documentation in our servers? Currently, we have a subset available online, and some hosted inside the intranet and this is the one that gets frequently updated.
We thought of WordPress (being the only CMS I've came across in my life), but we don't think it would be adequate. Or it would be? With plugins or something?
And, we also are thinking of considering Joomla. Will that do the task?
* Our servers are Linux machines running Apache.
Please help.
Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas.
Carl von Clausewitz
Source
|
|
|
|
|
My company has developed a system hosted on WCF using SQL Server & SSRS.
For each new client we typically deploy a new server including new SQL licenses etc.
I would like to consider going the SaaS route using MS Azure, but it's rather confusing from their website to determine what I'll need.
A. Do I need to take both the virtual machine (for IIS & WCF) AND a SQL Server contract, what about SSRS?
B. Can I create multiple DB's (one or two for each client)
C. Is there a limit on the amount of concurrent connections to my WCF services?
Is there a webpage somewhere that explains the Azure packages and how the fit together more simply? Many of the links on MS's websites go to 404 not found, it's very frustrating.
|
|
|
|
|
Hello everyone,
We have a web site which can be viewed from the old device and the content is returned as wml for those devices automatically. It's working all the way. One day, we cannot see the web site from the devices anymore. So we try to peek into the response data from the server and found out that it's not wml anymore, so the device cannot show this info.
We checked the IIS settings such as MIME, Handlers and so on. We still cannot find the cause yet.
I know the information is so vague for you to help.
However, please share any kind of advice or guess or your similar experience for now we run out of the idea and any other hint to try out will be very useful for us.
Regarding to WAP gateway, is there a way I can check how my server is handling this or so?
Thanks & regards,
Zaw Min Tun
|
|
|
|
|
Hi, I am using windows server 2008 R2. I forget the userid and password. I used many tools for crack the credentials but they are not working so is there any other way to login and get the data with out loosing.
|
|
|
|
|
|
I have a desktop PC with Win 7 pro. It also has installed vs 2008 (.NET Framework 3.5) and SQL Server 2008 and 2005 express edition.
Now I have to bring support to a number of legacy applications coded in VB6
I have searched on Internet if vs6 can be installed in that operative system and found that it is necessary to download and install Win XP Virtual PC
But another unsolved issue appeared, according to the readings if an app is installed under win XP Virtual PC, can be seen in win 7, and launched from there.
In that point I realized that the core functions of legacy app mentioned are the massive use of ADO and DAO components.
Another search was started again, related with this questions:
* Will not be any problem with having two visual studio versions, vs 2008 and vs 6, despite been installed under different OS
* In order to interact my vs 6 app with a database do I have to downlaod an sql server express edition and installed under the win xp virtual pc, despite the DB's already installed due to 2 different OS scenario
I will appreciate any help
|
|
|
|
|
SaturnPlanet wrote: Will not be any problem with having two visual studio versions, vs 2008 and vs 6, despite been installed under different OS VS2008 is installed on the host-machine, VS6 in a virtual-machine. Have you installed the XP VM yet? You'll see it is considered to be a different PC completely.
SaturnPlanet wrote: In order to interact my vs 6 app with a database do I have to downlaod an sql server express edition and installed under the win xp virtual pc The application in the VM should be able to connect (over TCP/IP) with the Sql Server on the host-machine.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
SaturnPlanet wrote: two visual studio versions If one of them is installed under Windows 7, and the other under Windows XP on the virtual machine, then they are totally separate so there will be no conflicts.
I'm not sure about the second question, you could try connecting to an existing SQL server on the Windows 7 system, via its real IP address. If that does not work then you may need another version loaded in the XP system.
|
|
|
|
|
hi
my local dba is failing to register on firebird,the database is copied to my "C" drive but unable to register it on firebird please help,im using firebird V 1.5.
|
|
|
|
|
We recently went through a browser remediation effort to make sure our web site was accessible from XP to Windows 8 using Chrome, Firefox, and IE 7 through 11.
Everything works/looks good up until Win 8 & 8.1 with the IE 10 & 11 browsers.
The interesting thing is that in production things are working fine. However, our test web server isn't getting the cookie from those 2 browsers.
Any thoughts, ideas, recommendations for things to check?
|
|
|
|
|
There was a patch involving .Net 4 not recognizing IE 11. So the first thing to do is make sure that the test server is fully patched. This requires a reboot of the server after the patch has been applied.
|
|
|
|
|
Thank you for the feedback. Verified that the same patches have been applied to both test and production servers. The issue is not limited to IE11, IE10 doesn't work either.
|
|
|
|
|
Hi friends, I'm new to the website industry and so I need advise with how things work. Basically I want to set up a website which mainly will only display the product catalogue and I would like to create an application (possibly using C#) that will allow the user to get the data from a remote database (Possibly SQL Server) and from there they can just hit publish and HTML pages will be generated and uploaded to the web server.
Now, if I setup my own server (installing Apache and MS SQL Server) I can integrate them all. But what about if I'm using services provided by others? I've been doing some research and most of them only emphasize the web hosting bits and hardly mention about relational database.
Also, how does their FTP for the web server works? I've only use putty and FileZilla for FTP on Windows Azure and Apache so would it be the same with theirs?
Thanks
|
|
|
|
|
i am running xampp on linux in local area network. I want to ask proxy athentication and the server should be accessible on that proxy only. I need some help.........thanks....
|
|
|
|
|
Hi everyone, I'm a newbie here. I would like to ask if what's the ideal internet connection for home-based server? We have a website that loads normally here but when we're trying to load it in other locations in took 1min to load. Any advice regarding this? Thank you very much.
|
|
|
|