----------
From: Muhammad Saifullah
--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>i6K//UAKUk2P/CaV2/rNFA==</Id>look up HttpWebRequest
--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>i6K//UAKUk2P/CaV2/rNFA==</Id>look up HttpWebRequest
This is probably who I will go with unless some one has used a service
that is better:
http://www.webhost4life.com/hosting.asp - $9.95/mo (Advanced Plan)
The above service has everything I need:
- raw log access
- stats
- MySQL & PHP
- Setup of MIME types for IIS
- No recurring charge for another domain that points to its own folder
- good transfer rates
- very good asp.net support
- EM access and SQL Server 2005
- good control panel
If some one has been using webhost4life.com, I'd like to here comments
on your experience with them.
Thanks,
BrettI host my own, but I have heard that Pipex are pretty reliable.
"brett" <account@.cygen.comwrote in message
news:1164565143.961673.128250@.l12g2000cwl.googlegr oups.com...
Quote:
Originally Posted by
I'd like suggestions on a hosting service but only if you have been
using them for a while. I'm using an aweful service now. They're
servers are slow, go down and tech support is virtually non existant.
They actually answer the phone "hello" but in a very quiet almost
unaudible way. That's the problem - hosting services look so nice from
the outside but you never know how they are until you are there for a
while.
>
This is probably who I will go with unless some one has used a service
that is better:
http://www.webhost4life.com/hosting.asp - $9.95/mo (Advanced Plan)
>
The above service has everything I need:
- raw log access
- stats
- MySQL & PHP
- Setup of MIME types for IIS
- No recurring charge for another domain that points to its own folder
- good transfer rates
- very good asp.net support
- EM access and SQL Server 2005
- good control panel
>
If some one has been using webhost4life.com, I'd like to here comments
on your experience with them.
>
Thanks,
Brett
>
Quote:
Originally Posted by
I host my own, but I have heard that Pipex are pretty reliable.
Brett
OK
"brett" <account@.cygen.comwrote in message
news:1164566943.753954.324330@.j44g2000cwa.googlegr oups.com...
Quote:
Originally Posted by
Quote:
Originally Posted by
OHM wrote:
>I host my own, but I have heard that Pipex are pretty reliable.
Quote:
Originally Posted by
I'd like suggestions on a hosting service but only if you have been
using them for a while. I'm using an aweful service now. They're
servers are slow, go down and tech support is virtually non existant.
They actually answer the phone "hello" but in a very quiet almost
unaudible way. That's the problem - hosting services look so nice from
the outside but you never know how they are until you are there for a
while.
>
This is probably who I will go with unless some one has used a service
that is better:
http://www.webhost4life.com/hosting.asp - $9.95/mo (Advanced Plan)
>
The above service has everything I need:
- raw log access
- stats
- MySQL & PHP
- Setup of MIME types for IIS
- No recurring charge for another domain that points to its own folder
- good transfer rates
- very good asp.net support
- EM access and SQL Server 2005
- good control panel
>
If some one has been using webhost4life.com, I'd like to here comments
on your experience with them.
>
Thanks,
Brett
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006
"brett" <account@.cygen.comwrote in message
news:1164565143.961673.128250@.l12g2000cwl.googlegr oups.com...
Quote:
Originally Posted by
I'd like suggestions on a hosting service but only if you have been
using them for a while. I'm using an aweful service now. They're
servers are slow, go down and tech support is virtually non existant.
They actually answer the phone "hello" but in a very quiet almost
unaudible way. That's the problem - hosting services look so nice from
the outside but you never know how they are until you are there for a
while.
>
This is probably who I will go with unless some one has used a service
that is better:
http://www.webhost4life.com/hosting.asp - $9.95/mo (Advanced Plan)
>
The above service has everything I need:
- raw log access
- stats
- MySQL & PHP
- Setup of MIME types for IIS
- No recurring charge for another domain that points to its own folder
- good transfer rates
- very good asp.net support
- EM access and SQL Server 2005
- good control panel
>
If some one has been using webhost4life.com, I'd like to here comments
on your experience with them.
>
Thanks,
Brett
>
I have a page which requests info from a number of machines and whenever I try to do this I get an 'access is denied' error message. How do I change the account that my page is using to one which actually has access to the machines.
Thanksthere is not really a straight-forward answer to this.
if all of these servers are on the same domain, then you will ba able to impersoninate a common user in the web.config ..
<identity impersonate="true" userName="domain_name\user" password="password"/
make sure this user has the appropiate permissions on all the folders your are trying to access.
by default, the ASP.NET Machine Account is used for all requests.
psi
thanks psi
see if the framework and/or the ASP.NET Machine Account is on all machines ... if it is, and all the servers are on the same domain, you should be able to set the service to network service ...
psi
Is there any other way I could do this? There is a single account on the domain that I can use but its password is changed frequently and it is a account which my boss would prefer not to have hard-coded into the web.config file.
Thanks again,
Tomas