|
I have a website, unpublished, it contains a web service that is written in .net. The rest of the website uses asp.net. I want to host the website in IIS. Anyone knows a good web hosting company that supports the above techniques? Most of them don't say...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A port of the day ASP.NET SOAP Web Services....
Unless you're trying to listen on a non-standard port (i.e .
DiscountASP.Net allows the use of web services and IIS
Pretty much all ASP.NET web hosters will support ASP.NET SOAP web services.
|
|
Does anyone know of a framework that would allow me to easily host and configure WCF services within a Windows Service?
Originally I had developed a system where a single host application contained one Windows Service per service host so that the administrators...
Started by Ian Johnson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This comes down....
Well, hosting a WCF service in a Windows NT Service isn't really all that hard - so I don't think for each WCF Service you want to host in the OnStart() method override of the NT Service, you.
|
|
We currently have an Exchange 2007 server installed locally in our data center, and are considering moving to a hosted email service. We support both Blackberry's and IPhones on our existing exchange server.
We are trying to decide between using Google...
Started by Steve Hawkins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
For $10 per user per month, you get exchange hosting (both via web, outlook, and mobile), sharepoint hosting, Live Meeting, and Office.
I've just started using Microsoft's Online Services product.
|
Ask your Facebook Friends
|
I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file using...
Started by BenAlabaster on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
services/api/
I would suggest you to have a look to Google Picasa API too:
http://code.google.com/apis/picasaweb/overview.html
We are going to add our image hosting API today or tomorrow check it here.
|
|
Sorry, i had to put the same post again due to still no solution
I have a strange problem, i just installed my php web site on a shared hosting(php,apache,mysql,linux), all services were working fine. But after configuring my app i just could visit my...
Started by shuxer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had a similar issue that only showed up on the shared server because... .
Is there a page's code that you could share that causes this problem?
I would look at an infinite loop issue more .
Sounds like a problem either with sessions or database connections .
|
|
I'm a .Net developer for pay, but I have my personal web site hosted on a LAMP stack with a shared hosting provider. I've been looking for a while to switching to a Windows with .Net hosting provider, but what really turns me off is the price. The reason...
Started by Kibbee on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
To pay more for hosting services because they know the software being used for hosting costs the host is a cheapskate is unwilling to pay much for hosting services because they know the software being used for....
|
|
Hello, I have been asked to construct a website for a local not-for profit, and they don't have any money to spend on the project. It is starting out as a small project, so I agreed to do it for them. However, I would prefer to be able to do some scripting...
Started by Jay on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As for server hosting, Allurium offers incredibly affordable ColdFusion hosting based off the....
I've seen this happen for a site I build for a local filmfestival domain registration, for starters .
That is, provide hosting for free.
|
|
I am a keen follower in news related to Amazon S3. It seems to be reliable, scalable and a cheap service.
However, web hosts do not seem to be overly scared. I have not noticed any major drops in prices since Amazon and Google released their 'Cloud' based...
Started by Jon Winstanley on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
With traditional hosting you would have to do if those visitors never come? Services....
A typical classical (shared) web host customer can't run phpBB on either that potentially could attract millions of visitors.
A relational database.
|
|
I've got an ASP.NET web application and a .NET webservice which is used by the web application. These applications are hosted on a remote server I don't have remote shell access to. When the web application invokes the web method in the webservice, I ...
Started by Xiaosu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Or shared hosting solution? it could be that you are being throttled by the hosting provider in terms of CPU this with your hosting provider I don't think on the face of it you are doing anything wrong
Rich
Hi Xiaosu, I have experienced....
|
|
I'm very new in web programming stuff, so my question is about basics. I'm developing a SilverLight application and need to access the database from it. I'm using LINQ to SQL to get data from database and a WFC web service to deliver it to my app.
Everything...
Started by Ruslan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm guessing that you don't have the....
Take a look at this article:
http://msdn.microsoft.com/en-us/library/aa964620.aspx
IIS will only direct requests to ASP .NET for certain files like aspx by default .
You might not have ASP.Net setup properly in IIS.
|