hosted

Hosted development server.

Does anyone know of a good provider of online development servers? We're starting a new company and ideally we'd have our svn, trac and all that stuff on a hosted server. Needless to say that it has to be extremly reliable, regular (weekly) backups and ideally *nix or Xserve based. ...

How to limit the number of users that can access a SharePoint site collection?

We're implementing a hosted Windows SharePoint Services 3.0 system and I need to limit the number of users that a customer can give access to a site collection. A customer should be able to manage his entire site collection. He should just not be able to delete the site collection itself or add more than a given number of users to the si...

How to prevent a new window from opening in hosted Internet Explorer

I'm hosting an Internet Explorer instance (the Web Control) in an CAxWindow ATL class. How do I prevent that a website could open a new window from the hosted IE? I'm already setting an implementation of IDocHostUIHandlerDispatch to disable the context menu. ...

SVN Doubt - VMWARE Image / Install / Hosted which would you pick?

I'm having some doubts on how to set up my SVN stuff. First my situation: Programmer working alone on most stuff, outside access not needed (yet). I want: A speedy SVN, preferably free. Private Backup friendly Somewhat hassle free A lot of storage. I don't want: To have problems transfering my data to another comp / svn install....

Is your employer comfortable with a hosted bug tracking solution, or it has to be inhouse?

Hi, Was your employer comfortable with a hosted bug tracking solution, or it just had to be in house for security/paranoia reasons? I can see small teams of remote developers benefiting from it, but most bosses (i would think) would be to paranoid to let someone else know of their internals. ...

How to offer support for self hosted open source project

This is basically a open source library project aimed at developers. It's dual licensed and all version would need a registration on our site to run end product. What would be best channels for offering support for developers? I'm thinking forums, mailing lists, etc. Maybe even use a site like SourceForge, but then going on our site f...

How do you use Active Directory in a "hosted solution"?

Yesterday I got a call from a Microsoft representative asking if we supply "hosted solutions", presumably as part of the big Windows Azure push. As soon as I got off that call, our marketing director came into my office and said the majority of our customers are demanding Active Directory integration in the next version. Then it occurred...

changing Visibility to hosted winForms element in wpf application

Hi, I have ReportViewer winForms control for showing Microsoft Reports in my WPF application hosted over WindowsFormsIntegration. When the MouseDown event of my textBlock triggers, I would like it to fade lets say from 0 to 100 visability, like some other elements in my Window. It doesn't, so I was wondering is it the same for all hoste...

Minimal hosted bug tracking

We are a small businesses with limited time to do this ourselves. Can anyone recommend a good (cheap, preferably) hosted solution for simple bug tracking? Right now we have three products that needs bugtracking. All we need is Allow customers to submit bugs Assign bug Show status of bug Automatic send email to customer when bug status...

ASP.NET performance measurements on a hosted platform

I have a large ASP.NET website on a hosted platform. It shares the machine with a lot of other applications. We do not have access to the machine itself (only an FTP account). Our client is complaining that it is starting to perform rather badly, particularly around peak hours. I've run some remote measurements (using a JMeter-like tool...

How should I provide a hosted service on Google App Engine

If i want to rent space on my service which I in turn host on Google App Service, is there some Terms of Service i need to know about? Also, if I want to provide a service that should be customized for a company, say a Wiki that the company can tailor like their own with skins and even domains. Can that be done? Will I have to provide t...

Is there a free hosted issue tracker?

I'm looking for an issue tracker that I can use for personal use. It doesn't really need any cool features. I just want a hosted solution that I can get up and running with. I can't seem to find a hosted free solution. Know of any? ...

Contract for hosted software

Hi, I've finally found a client for my hosted software - the first time I've ever sold software. I want both parties to sign a contract specifying things like expected uptime, payment schedules, etc., so that no one feels like they've been cheated, but I'm not a lawyer and can't really afford one right now. Does anyone know how to sta...

Click once deployment to a ISP hosted Server (ISP is Lunarpages in this case)

I know this has some crossover to Serverfault.com but the advice on meta.stackoverflow was to ask it here (first) as it requires a .NET dev to answer more than likely. I am having some problems publishing to my website a Click Once App, I am getting an error message saying (something like) IIS not running, I'm not currently at home to g...

Are there hosted jQuery UI themes anywhere?

I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to just point to a hosted CSS file (the same way I do with the hosted JS file), so that I don't have to worry about setting up directories for the widget images or the CSS files or anything like that. Update I've found...

Small company of 150 employees needs inexpensive Issue Tracking system.

We are a small company of 150 employees and I am searching for a hosted, inexpensive Issue Tracking system for all employees, both in the office and who work remote. Does anyone know a reliable product/host to use? We work off a SQL database and would like to be able to open, submit, track, resolve, share, complete and then close issues...

Security problem while connecting MySQL using JDBC in GWT hosted mode

I want to connect to a mysql database at localhost:3306 using jdbc in a GWT servlet, but when try connecting i get this error : java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) ... I know that i need to apply a security policy for tomcat to solve this proble, something like this : gra...

How to backup your data with hosted issue tracking?

I'd like to use a hosted issue-tracking service, but I want to be able to backup my data in case the service goes under. Are there any hosted issue-tracking services that have a "data liberation" strategy and support you periodically copying your issue-tracking data to your local system? If not, does anyone have a clever workaround for...

XBAPs and MouseWheel events

I've got an XBAP hosted in FireFox, which works great. However, I cannot detect MouseWheel events ever! I'm guessing that FireFox is consuming them and not passing them down to the hosted app. Any ideas on how to work around this? ...

GWT hosted mode very slow

We do have problems with GWT hosted mode running in Eclipse Ganymede (Windwos XP 3GB RAM). When we start our application in hosted mode it takes very long to start and also the transactions once the application is started are taking minutes to react. It seems as if it takes very long to communicate between Javascript and server. The pr...