|
|
Rank: Newbie
Joined: 7/20/2006 Posts: 7
|
Hosting that i am using is http://www.inside.hr/webUI/hosting.aspxcroatian.. prices 1kn is 7.2€ What do they offer: plesk ctrl. panel. (u can set permission for windows AD accounts on anything, and u can use scheduled tasks to run some aspx files), asp 1,2,3, full trust, really fast servers and direct sql mangagement studio access - and by the way, company is also development company, so they are experts for any issue and not just admins. But, if u want to help and give additional money to support umbraco developemnet i suggest u this solution also. Personally i like small hosting companies and i hope fat it is great. Well, if they are u know (money money only) then, i suggest u to choose something like inside.hr bacause they are only for great asp.net websites and for nothing else. Support is just fantastic. U know, i tried almost all croatian hosting companies, most of biggest US, well, lot of them, so i am not telling u to choose inside because i know someone there. U know they diserve honor. Really. I had never called them for anything because everything is perfect (i called them just to restore db directly). Anyway.. i u got similar company in your country, i preffer to choose them. Just choose plesk admin, full trust, direct SQL and for support u get admins directly and not some support telephone personel. If u cann't find anything good, maybe i can help u with inside (send me an email on vjeran@doscoop.com). Regarding godaddy. Best is to forget money u had give to them, and to leave this behind. U can build great websites in period of time u will spend on them. This is also valid for all big shared hosting companies. http://www.doscoop.com
|
|
Rank: Devotee
Joined: 3/9/2007 Posts: 34
|
Hey Vjeran
Thanks for that info. I had a look at inside.hr... Unfortunately my Croatian is nowhere near as good as your English :blush:
Which package do you use, and does Kn/god. mean per year or month?
Google tells me that 300 Croatian kune = 27.9343608 British pounds which, if it is per year is really reasonable.
Are all the management tools (control panel etc.) available in English?
Cheers, Ben
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
Ben Schlaepfer wrote:2] I can't install the websiteWizard.uxb. I get a Security Exception error message: Code:[SecurityException: That assembly does not allow partially trusted callers.] umbraco.cms.businesslogic.macro.Packager.unPack(String ZipName) in Packager.cs:524 umbraco.cms.businesslogic.macro.Packager.Import(String InputFile) in Packager.cs:137 It seems like the ICSharpCode.SharpZipLib.dll is abit old in the solution, so if you replace this with the newest from http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx and recompile the project it might work better. It is compiled with some "[assembly: System.Security.AllowPartiallyTrustedCallers]" and it worked for me on Jodohost anyway. I have been spending some time on trying to get the 3.0.2 working on a medium trust host. Unfortunally I had to change abit of the umbraco code to get it working. The thing that mess it up time after time, is the Code: string[] types = TypeResolver.GetAssignablesFromType<IAction>( HttpContext.Current.Server.MapPath(_pluginFolder), "*.dll");
and similar stuff. It gives the the errors described in: http://forum.umbraco.org/13328#post-13328One way to get Umbraco to work on more ISPs would be to have a medium-trust setup where all actions and datatypes (and maybe more) are in a config-file instead of beeing read dynamicly from the .bin folder.
|
|
Rank: Newbie
Joined: 7/20/2006 Posts: 7
|
Ben Schlaepfer wrote: Hey Vjeran
Thanks for that info. I had a look at inside.hr... Unfortunately my Croatian is nowhere near as good as your English :blush:
Which package do you use, and does Kn/god. mean per year or month?
Google tells me that 300 Croatian kune = 27.9343608 British pounds which, if it is per year is really reasonable.
Are all the management tools (control panel etc.) available in English?
Cheers, Ben
yeah everything is on english. I just told to CEO (it is some woman) who moved from IT to private company. She is good. They are really trying to keep quality. They are actually orientied only to us, .net developers and this is why they only got big websites hosted. I told her, while i saw that so many people have big problems, and after i had problems for around 2-3 years.. that i got big respect towards them. I don't need to tell that 90% of hosting companies don't know how to administer .net. As they are .net developemnt company also.. they got lots of work, and they haven't found time to complete their own webisite on eng so i suggest u to send email on prodaja@inside.hr. I am sure that u will be very plesed with level of service. Vjeran http://www.doscoop.com
|
|
Rank: Newbie
Joined: 7/18/2007 Posts: 1
|
Hi, I'am system administrator in Novi Kod Ltd, Inside Internet is our brand. We are currently developing english version of our site, so till then this are our hosting plans for Windows: MALI PAKET (Small Plan) Price: 57 USD per year * 300 Mb disc space * 30 Gb monthly trafic * 300 E-mail addresses * 30 Subdomains * 30 Mb MSSQL 2005 * ASP, ASP.NET (.net Framework 1.1, 2.0, 3.0) * Plesk control panel (English) * Anti spam and anti virus protection
SREDNJI PAKET (Medium Plan) Price: 75 USD per year * 500 Mb disc space * 50 Gb monthly trafic * 500 E-mail addresses * 50 Subdomains * 50 Mb MSSQL 2005 * ASP, ASP.NET (.net Framework 1.1, 2.0, 3.0) * Plesk control panel (English) * Anti spam and anti virus protection
SREDNJI PAKET (Medium Plan) Price: 112 USD per year * 1000 Mb disc space * 100 Gb monthly trafic * 1000 E-mail addresses * 100 Subdomains * 100 Mb MSSQL 2005 * ASP, ASP.NET (.net Framework 1.1, 2.0, 3.0) * Plesk control panel (English) * Anti spam and anti virus protection
For any additional informations please contact us on e-mail: prodaja@inside.hr
|
|
Rank: Enthusiast
Joined: 7/23/2007 Posts: 13 Location: Wales, UK
|
Tobbe wrote:Ben Schlaepfer wrote:2] I can't install the websiteWizard.uxb. I get a Security Exception error message: Code:[SecurityException: That assembly does not allow partially trusted callers.] umbraco.cms.businesslogic.macro.Packager.unPack(String ZipName) in Packager.cs:524 umbraco.cms.businesslogic.macro.Packager.Import(String InputFile) in Packager.cs:137 It seems like the ICSharpCode.SharpZipLib.dll is abit old in the solution, so if you replace this with the newest from http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx and recompile the project it might work better. It is compiled with some "[assembly: System.Security.AllowPartiallyTrustedCallers]" and it worked for me on Jodohost anyway. I have been spending some time on trying to get the 3.0.2 working on a medium trust host. Unfortunally I had to change abit of the umbraco code to get it working. The thing that mess it up time after time, is the Code: string[] types = TypeResolver.GetAssignablesFromType<IAction>( HttpContext.Current.Server.MapPath(_pluginFolder), "*.dll");
and similar stuff. It gives the the errors described in: http://forum.umbraco.org/13328#post-13328One way to get Umbraco to work on more ISPs would be to have a medium-trust setup where all actions and datatypes (and maybe more) are in a config-file instead of beeing read dynamicly from the .bin folder. Hi Tobbe, I am currently trying to get Umbraco set up on a shared hosting account. I'm getting the contextmenu error that seems quite common. I have sent my host the details of the error and the code snippet you have posted above. My host is asking what the "_pluginFolder" refers to. Is it one of the dlls in the bin folder? Would giving permissions to this folder solve the error? Cheers, JAC
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
I have done some modifications to the source to solve this problem for one site I have upgraded.
Send your email to syrgas (And the @-sign) gmail.com and I send you some files you can try with. But then we will be off the upgrade path of umbraco, so we will probably get a hell from Niels ;) And you will also not be able to simply create your own action-handlers, datatypes and plugins.
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
JAC wrote:
I have sent my host the details of the error and the code snippet you have posted above. My host is asking what the "_pluginFolder" refers to. Is it one of the dlls in the bin folder?
Would giving permissions to this folder solve the error?
Cheers,
JAC
Hi JAC, now I read your post abit closer :) Umbraco is trying to read all the .dll files the bin folder. Don't know if you can do anything with the permissions that can help. In the files I talk about above, I have removed the reading of .dll files and added the result in static files instead. /Tobbe
|
|
Rank: Enthusiast
Joined: 7/23/2007 Posts: 13 Location: Wales, UK
|
Hi Tobbe,
Thanks for your reply. I have informed my hosting company that "_pluginFolder" is referring to one of the dlls in the bin directory but they claim it is trying to access files outside of my domain directories.
I haven't managed to download the source code yet. Do you know specifically what "_pluginFolder" referrs to so I can pass this information on?
No problem if you can't, I know I should get round to downloading the source and looking at it myself!
Cheers,
JAC
|
|
Rank: Devotee
Joined: 7/19/2006 Posts: 97
|
The pluginFolder is the bin folder. It is reading all the .dll files in there to find actions, datatypes and plugins. Code: // Updated to use reflection 26-08-2004, NH // Add'ed plugin-folder setting key in web.config _pluginFolder = GlobalSettings.Path + "/../bin";
It is used in some places in umbraco.
|
|
Rank: Enthusiast
Joined: 7/23/2007 Posts: 13 Location: Wales, UK
|
Cheers Tobbe,
I'll get in touch with my host and see what they say.
Appreciate it!
JAC
|
|
Rank: Newbie
Joined: 12/31/2007 Posts: 2
|
Ben Schlaepfer wrote: ...
I have screen grabs of every step that I will pull together and host somewhere... might be useful for someone else trying to get started cheaply with Umbraco on GoDaddy.
Thanks again, Ben
Hi Ben, Did you ever put your screen shots up somewhere? Thanks, David
|
|
Rank: Devotee
Joined: 3/9/2007 Posts: 34
|
Hi David,
I do have those screen shots in a photoshop file somewhere but not as a slide show or easily distributable format.
Two things I'd bear in mind:
1] I could only get Go Daddy to work with Umb 2.1 not 3.X due to issues with ASP.NET 2.0 running on their servers. I'd strongly recommend going with the latest version of Umbraco.
2] My grabs are almost a year old; the interface at Go Daddy may well have changed.
Let me know if you still want them and I'll see if I can easily get them out of Photoshop and into web format or pdf.
Good luck.
Cheers Ben
|
|
Rank: Newbie
Joined: 12/31/2007 Posts: 2
|
Thanks Ben,
I figured out that I would have to use a 2.1 version and run under .Net 1.1, so found an old download of 2.1.7 and got that up and running "almost". I now have the problem of the context menu not working. Do you remember having to do anything else to get the rest working? I see people remove the ImageManupulation.dll but that didn't help me. I will probably go ahead and try to modify v3 to run under medium trust like others have done.
|
|
Rank: Newbie
Joined: 7/20/2006 Posts: 7
|
i don't unerstand why to bother with godaddy. Godaddy is not so cool. They don't have plesk desktop, u have big space and mothly trans. but u cann't setup anything correctly. Customer support - horrible. I wonder maybe they do it intentionaly - u know, high mothly traffic - u can sett writting rules to folders BUT this rights are not asp.net! otherwords - not for pro use. i had managed to do the same - context menu not working...etc. At the end i am using hosting without medium trust and with plesk - well 1000 times better then godaddy - for same price. i guess godaddy is cool only for php - but i wouldn't bet on it. http://www.doscoop.com
|
|
|
Guest |