Net 2.0, MSsql AJAX 12domains
Dec 2, 2008
I saw the suggestions to search around the site for good hosts, but it's really challenging to sort out the advertising vs real life experience and personal reviews.
Can anyone give some suggestions for a shared hosting service that can handle my needs for:
.Net 2.0
MSsql allowing remote databse connect
AJAX
about 12 domains
ability to allow several domains to work off the same database
prefer telephone tech support so I can call when things go down.
Tried Godaddy, but they don't allow remote connection to a database (good luck managing large projects)
Tried EasyCGI but not flexible enough
Tried Seekdotnet but even low traffic sites go down, they jumble which domains are connected to your ftp access (one time I had access to another clients html data), and take weeks or up to 'never' to fix hosting errors (fairly sure the errors were not due to the application.)
Heard about IXwebhosting but people don't seem to fond of them hear.
I'd really appreciate some honest input on reliable, reasonable, well supported windows hosting.
View 3 Replies
ADVERTISEMENT
Aug 4, 2008
I already have MSSQL 2005 on my server, one my the client requested us to install MSSQL express and they want to use the FOC version.
Can I run MSSQL server + MSSQL server express concurrently? Anybody can give me guidelines how to install it?
Do I need to uninstall MSSQL or it would be as easy as installing MSSQL express on top of MSSQL server.
View 5 Replies
View Related
Sep 10, 2008
I've developed an AJAX app which is essentially a souped up chatroom. The client basically polls the server every 10 seconds, and XML containing any new information for the client is returned from the server by a php script. A separate script is called when a message is posted and stuck in a MySQL database.
It's a bit more complex than that because it also fetches RSS feeds but that's the essential core.
The bandwidth is extremely low, especially as all the graphics and javascript files are served from a separate server.
At the moment I'm running on a VPS in the US for $40/month with 512MB RAM. I'm not sure there's much more I can do to optimise the code and the queries, but the whole thing chokes when there are more than 200 online. A typical response time to a client in the UK (where most users are based) is 300ms but that grows exponentially after about 180 come online.
Being a developer who knows very little about hosting, my questions are:
* Should it be grinding to a halt with that load?
* Is any shared hosting or VPS likely to cope or am I looking at a dedicated server?
* How much RAM am I going to need to handle all the script and database threads?
* As it's only used intensively once or twice a week, would a cloud be viable or would response times be just too low?
* Can I do this for under £60/month?
I'm ideally looking for a managed solution including backups, so I can just get on and write the thing on a stable platform which doesn't need mail, secure space, redirection or anything other than the ability to serve html and xml using php and mysql.
View 8 Replies
View Related
May 29, 2007
I am running apache 1.3 + modsecurity 1 my problem is i can not use ajax coz of modsecurity is there any way to make ajax work with modsecurity on apache 1 coz i know it's work on apache 2
View 1 Replies
View Related
Oct 28, 2007
I recently changed from shared hosting to VPS hosting w/ iPower.
Since the move, my AJAX checkout module stopped working. No coding changes have been made on my end. Could the issue be on the server side? Do I need to enable something in PLESK?
View 2 Replies
View Related
May 13, 2008
I got PHP working. But some of the Ajax functions it not working.
For example:
in wordpress admin, i can only use HTML mode to start a new post. I cant switch to VISUAL mode. And it was working before though.
What option do i need to compile PHP with to make it work?
Right now i have:
Quote:
'./configure' '--prefix=/opt/lsws/lsphp4' '--with-litespeed' '--with-mysql' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib'
View 5 Replies
View Related
Mar 12, 2007
Trying to install this script (can't find any reasonable support method on their site)
http://ecosmear.com/relay/
I'm getting this error during install....
Database Connected....
done
Dropping tables if the exist...done
Creating tables
*relay_clients...
*relay_filesystem...
*relay_log...
*relay_permissions...
*relay_users...
done creating tables
generating random password key : xxx... done
creating first relay administrator...done
rootpath : /home/user
setting up first Virtual Directory: /home/user/filestore....done
setting up permissions....done
Ghostscript NOT enabled
ImageMagik Convert NOT enabled
thumbnailed image types : image/jpeg|image/png
Generating config files: if creation fales make sure the webserver has permission to write to here : ...
Warning: fopen(/home/user/conf.inc.php) [function.fopen]: failed to open stream: Permission denied in /home/user/public_html/relay/install/index.php on line 382
/home/user/conf.inc.php can not open
I am using cpanel/whm and installed ghostscript via rpm module.
root@server [/home/user/public_html]# chmod 755 relay
root@server [/home/user/public_html]# /scripts/checkimagemagick
ok
root@server [/home/user/public_html]# /scripts/installimagemagick
ImageMagick installed ok
The install page has this area which I left as is: ....
View 0 Replies
View Related
Feb 20, 2013
I have an Apache Server (2.4.3) and a Tomcat Server (7.0.36) and have some Java Applications deployed.Everything works fine, but when we start a quite long Ajax process, I see in my Java Application, that a Ajax request is received and starts processing - everything fine. But during processing of the first request, I see a second request starts after 5 minutes.
View 1 Replies
View Related
Dec 27, 2007
I`ve just got a new Windows 2003 Web Edition box and now I`m going to install a database server on that.
MSSQL 2005 license would costs 270$/mo for me, So thats not possible to use it because of its price.
I`m not sure if MSSQL Express 2005 or MSDE (which are free) can handle all requirements of ASP.NET programmers or not.
Is there any limitations for major scripts on those? or will those make any doubts for programmers?
Please share your experiences and suggestions.
* I`m going to install "Hosting Controller" on that box.
View 8 Replies
View Related
Mar 20, 2007
I am planning on starting a new project and am curious as to if there would be an issue with hosting the websites (IIS) and the MSSQL Databases on the same server?
Basically housing all of the websites and SQL DBs on the same server?
Is this going to cause major problems? I originally thought that I should house the DBs separate but am starting to think that we can house the web and dbs on the same machine but I wanted to get some advice from other that know more about Windows then I.
View 2 Replies
View Related
May 19, 2008
what level of hardware/hosting plan I need for one of my clients.
Current stats:
~65 ecommerce orders per week
~5000 unique visitors per day
Requirements:
Win2k3
ASP.NET 3.5
MSSQL 2005
My first recommendation to them was RackSpace due their good reputation, but they were not able to pay for the plan suggested to them by RackSpace.
My other question is what type of plan do you guys recommend based on the above stats/requirements (managed/VPS/dedicated/etc.)? VPS is what came to mind for me since we'll probably end up using this setup for more than one website/domain and since they are so price sensitive.
I'm fairly comfortable setting up and administering Win2k3 and MSSQL. I'm sure that plays into the choices a little.
I know there is probably some information I have left out that would help you guys make a recommendation. Please just let me know what else would help.
View 8 Replies
View Related
Jun 1, 2008
I have around 5 servers each running an instance of MSSQL. Four of them hold small databases (largest is 4GB) and all fairly active (I was monitoring the largest for around a minute with SQL Profiler and it used about 2000 rows).
The largest server is used as a central database for logs for the above four servers.
This server runs across 4 * 15k drives in RAID10, but the RAM is a huge bottleneck (64bit OS, 32bit MSSQL). I also watched this server for around a minute in SQL Profiler and saw around 2000 rows being used again.
Now I'm looking to centralise everything into a single instance of MSSQL. I can't afford for MSSQL to be slow, but it will be housing 7 databases (3 'main' databases, 3 log databases, 1 misc. database).
I'm looking at this:
- 2 * Quad Core Xeon 5405 - 2.00GHz (Harpertown)
- 12GB RAM
- 250GB SATAII - Windows installation / Programs
- 250GB SATAII - Backup drive, MSSQL transaction logs
- 10 * 73GB SA-SCSI 10k (RAID10) - MSSQL instance, all databases here
I'm just wondering if anyone could hazard a guess if this would be sufficient? I've tried to explain things the best I can. I guess to summarise would be that there are a lot of read and writes that would happen if I conbined all the databases into a single instance.
View 1 Replies
View Related
Apr 29, 2008
I see that SQL Server Express said to be free but does that mean its free for commercial use? personal use? development use? I don't see any information.
Also I read on this board that some hosts offer this. Are they just using the free free version or something else?
View 12 Replies
View Related
Jun 5, 2007
what is the best way to connect to a MSSQL from a Centos box?
View 2 Replies
View Related
Jul 15, 2008
I installed mssql support to my cpanel server as you mentioned on cpanel forums. When i request some data it gets charecters in error and writes them to mysql server.
I've installed this on previous server and didnt have this kind of problem.
I set same configs with old server (mysql.php,etc.) but it's not working.
[ http://forums.cpanel.net/showthread....ighlight=mssql ]
cPanel Ticket Message;
we are still having same problem on mssql, there are difference with 2 dedicated but we did not solved it yet. for example, you can see on first screenshot, there is some character errors while it getting datas on mssql server and we think that, it will cause problem and not showing totals but we did not have any problem on old server without characters problems
New server :
http://img142.imageshack.us/img142/2091/newservercc8.jpg
Old server :
http://img362.imageshack.us/img362/4138/oldserverzz0.jpg
View 0 Replies
View Related
Oct 20, 2009
I am looking for a company to host a relatively simple data driven ASP.Net 3.5 website and a MS SQL 2005 database. There will be minimal traffic on the website as it is for a small business and also minimal media will need to be hosted. Features like Ajax should of course also be enabled.
Data security is of importance although as the developer of the site, I would like the flexibility of being able to configure the database (run scripts) through management studio remotely.
Email features will also eventually be required.
The company should ideally be based in the UK and decent support id (and when) the need arises.
Any recommendations? What sort of price range should I be looking at?
Most companies seem to support MySQL- but this is not flexible.
View 10 Replies
View Related
Jul 8, 2008
I'm building the infrastructure for a live event site.
I have specced 8 app servers but I'm still unsure with regards to MSSQL.
The site functionality makes a single write to the DB with no reads. A simple option would be to have a MSSQL DB instance on each of the APP servers and simply collate the information after the event.
I've also been looking at the mirroring function of 2005 as it would mean we could get away with two MSSQL servers instead of 8.
Has anyone used MSSQL 2005 Mirroring? Is it easy to setup and maintain? Any caveats?
View 1 Replies
View Related
May 5, 2009
How can my user use MSSQL management studio to restore the DB? Whenever my user try to browse for the db file, he can't browse to his own web folder due to permission error.
View 12 Replies
View Related
Aug 2, 2009
At the moment our MSSQL defaults to backing up db's to C:/Windows/Temp. On some occasions it backups up to the sql backup folder. Any ideas where these settings exist in MSSQL Management Studio?
View 1 Replies
View Related
Oct 11, 2009
I can see lot of MSSQL Server attacks. In event viewer "Login failed for user 'sa'. [CLIENT: Some IP]"
Most of the attack coming from Chaina. Tipically what I'm doing manually is get that entire IP range and block from Windows Firewall level.
Now I have plenty of blocked IP ranges all over the world.
What would be the best way to avoid from those kind of attacks ?
View 6 Replies
View Related
Jan 22, 2009
I use windows hosting and use plesk 8.3.0.1
I can see any icon except add database, inside the database folder.
In add database too i cant find any import or export option.
How do i upload a local database into my server?
View 3 Replies
View Related
Jul 1, 2009
Does anyone know any shared hosting or semi-private VPS hosting for a site with large MS SQL2005 DB? Our DB is currently 1GB already but could get up to 5-10GB when all is said and done. The site is a B2B networking platform with many users, company profiles, products, etc.
View 3 Replies
View Related
Dec 23, 2008
i am finding a MSSQL 2005 server for one of my application for my client.
Actually, it is a small business program. It will not have a heavy load on the server.
Do any hosting packages company for that with reasonable price? It is not a website. It is a C# software application. So the port will not be 21 or some web port.
View 3 Replies
View Related
May 3, 2008
I would like a VPS account, but the problem for me is that my site is asp.net and has a MS SQL 2005 database. From the research I have done so far, it appears that only the shared hosting solutions provide a MS SQL database, and if I go with a VPS solution I have to own and install my own copy of MS SQL. Is this correct? Does anybody know of a VPS solution that would also provide me with a MS SQL 2005 database as well? I can't afford to pay $5000+ for MS SQL 2005 Standard Ed.
View 9 Replies
View Related
Jul 22, 2007
I am currently using phpdotnuke for a site, and have a forum linked to it supplied by activemodules.com. I would like to move to a non-cms site and something like vbulletin, so want to convert the forum db from MSSQL to MySQL - and hopefully keep all the posts and login data!
As a complete novice to that process, is there any pointers out there in terms of reading material, non-command line software etc I can use? Has anyone done this conversion, and what are the dangers?
View 7 Replies
View Related
May 20, 2007
I'm looking for a Windows VPS provider that offers .NET2 and MSSQL?
View 0 Replies
View Related
Nov 1, 2007
I have MSSQL 2005 running on the W2k server, can i install SQL Server Express on top of it w/o causing any disruption to other services including MSSQL.
View 2 Replies
View Related
Sep 8, 2009
I need a hosting with .net 3.5 support. Prefer 1G MS sql server space. traffic 10-20G is ok. need a stable hosting with good & capable technical support.
anyone can recommend one? I plan to use discountasp, but their sql is too small, 500M only.
View 13 Replies
View Related
Nov 30, 2007
I need europe based asp.net2.0 hosting with mssql, and approx. bandwidth and space 100Gigs-1000Gigs
multiple domains also price is <10$ ...
View 7 Replies
View Related
Oct 26, 2009
We had a Coldfusion site running MySQL without issues. We are in the process of doing some upgrades and as part of that we recently switched over to MSSQL 5. Ever since that happened, we will have random page hangs. This usually happens on pages with more complex queries, but it is very random. There is no timeout error on the server, no page cannot be displayed errors, no errors of any kind, the page will just hang. We have been monitoring our server resource monitor and we can see when the page 'gives up', we will go from 100% CPU down to almost 0, and then the page simply never recovers. Does anyone have any idea what might be going on? When there is no error message of sorts it makes it very problematic to troubleshoot.
View 3 Replies
View Related