473,471 Members | 4,095 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Avoiding Shared Hosting

Hi

I feel as if I'm fighting a loosing battle with shared hosting at the
moment. I have an account with 1&1. For a whopping £16.99 a month I get
6GB of shared Microsoft hosting.
I also get the ability to have as many domains as I like, 5 web applications
and large SQL databases.

I'm currently experiencing some difficulties with a website.
"Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
I'm rapidly running out of ideas on how to fix this problem. I can't
reproduce the issues locally so I have no idea what's causing the problem.

So I started thinking, maybe I'm coming at this from the wrong angle. I've
heard a lot of negative stuff about 1&1 in my travels and always ignored
them. Maybe it's the flash website and easy to use control panel that's got
to me.

1&1 lock things down so much which I think is part of my problem. What
other options do I have? What other kind of hosting packages/host companies
are there?

The thing I like about 1&1 is the ability to host more than one web
application per account and the large SQL databases I can have.

I've looked at other hosting companies but most only allow 1 domain.

What are peoples views on 1&1?
Does anyone use a hosting company that allows multiple domains and multiple
ASP.NET 2.0 web applications?
Is shared hosting my problem or is it just 1&1 not allowing medium trust,
etc?

Regards, Carl Gilbert
Oct 5 '06 #1
2 1934
its all tradeoffs. you can find more open hosting, but then your site can be
hacked by other sites on the same host. to safely run on an unsecured host,
you need a dedicated box.

-- bruce (sqlwork.com)
"Carl Gilbert" <mr*************@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I feel as if I'm fighting a loosing battle with shared hosting at the
moment. I have an account with 1&1. For a whopping £16.99 a month I get
6GB of shared Microsoft hosting.
I also get the ability to have as many domains as I like, 5 web
applications and large SQL databases.

I'm currently experiencing some difficulties with a website.
"Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
I'm rapidly running out of ideas on how to fix this problem. I can't
reproduce the issues locally so I have no idea what's causing the problem.

So I started thinking, maybe I'm coming at this from the wrong angle.
I've heard a lot of negative stuff about 1&1 in my travels and always
ignored them. Maybe it's the flash website and easy to use control panel
that's got to me.

1&1 lock things down so much which I think is part of my problem. What
other options do I have? What other kind of hosting packages/host
companies are there?

The thing I like about 1&1 is the ability to host more than one web
application per account and the large SQL databases I can have.

I've looked at other hosting companies but most only allow 1 domain.

What are peoples views on 1&1?
Does anyone use a hosting company that allows multiple domains and
multiple ASP.NET 2.0 web applications?
Is shared hosting my problem or is it just 1&1 not allowing medium trust,
etc?

Regards, Carl Gilbert

Oct 5 '06 #2
Most ISPs allow only partial trust with shared hosting. That means that any
code that demands Full Trust is going to run into trouble.

While it's understandable from the ISP's point of view, partial trust
prevents many Web and server-side Office apps from working properly.

Some ISPs are now offering virtual servers where you have far more control
of the "box". Not sure if yours has this, but it might be worth
investigating, even at a higher cost.

Ken
Microsoft MVP [ASP.NET]
"Carl Gilbert" <mr*************@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I feel as if I'm fighting a loosing battle with shared hosting at the
moment. I have an account with 1&1. For a whopping £16.99 a month I get
6GB of shared Microsoft hosting.
I also get the ability to have as many domains as I like, 5 web
applications and large SQL databases.

I'm currently experiencing some difficulties with a website.
"Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
I'm rapidly running out of ideas on how to fix this problem. I can't
reproduce the issues locally so I have no idea what's causing the problem.

So I started thinking, maybe I'm coming at this from the wrong angle.
I've heard a lot of negative stuff about 1&1 in my travels and always
ignored them. Maybe it's the flash website and easy to use control panel
that's got to me.

1&1 lock things down so much which I think is part of my problem. What
other options do I have? What other kind of hosting packages/host
companies are there?

The thing I like about 1&1 is the ability to host more than one web
application per account and the large SQL databases I can have.

I've looked at other hosting companies but most only allow 1 domain.

What are peoples views on 1&1?
Does anyone use a hosting company that allows multiple domains and
multiple ASP.NET 2.0 web applications?
Is shared hosting my problem or is it just 1&1 not allowing medium trust,
etc?

Regards, Carl Gilbert

Oct 5 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Mike MacSween | last post by:
My client has an MS Access database application on her local machine. I have full access to that in terms of changing the design. I've got a simple PHP/MySql application on shared hosting, so no...
13
by: Erick Papadakis | last post by:
hello, i am a newbie to the pgsql world, so pls bear with a possibly stupid question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without...
0
by: Chris Travers | last post by:
Hi all; This seems at least somewhat on-topic here, so at the risk of seeming shamelessly self-promoting, I figured I would ask. I am the main developer of an open source CRM suite...
1
by: Alexander Cohen | last post by:
Hi, sometimes ill get this error: FATAL: could not create shared memory segment: Cannot allocate memory DETAIL: Failed system call was shmget(key=2, size=4153344, 03600). HINT: This error...
0
by: vikramp | last post by:
Hi, I am storing theme in web.config using <pages theme="mytheme"/>. I am then using the following code to read it from my webpage: Configuration config =...
2
by: comp.lang.php | last post by:
I am in the middle of debugging a script that is hanging on "session_start()", which, if I recall, can occur if session.save_path points to a directory onto which you do not have permission to...
3
by: Barrie Wilson | last post by:
I have a really simple test app which consumes two public web services (one stock quote and one Amazon books collection); it works just fine when posted on my local servers but when I publish it...
14
by: Ed Jay | last post by:
Despite searching the net, I can't find a suitable solution that prevents a user's double click from submitting a form twice. I'm currently using the following in a button element: <input...
0
by: yamadonga | last post by:
Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files,...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.