shared-hosting

Does long running process locks aspx pages

牧云@^-^@ 提交于 2019-12-25 03:23:06
问题 I am using VS2010 for development and ftp 3.10 64 bit for Uploading file to shared server, OS is Win 8 . I have created a web application (asp.net web form) in dot net 4.0. The application uploads some file,sends email etc.As large file will be uploaded I had given executiontimeout as 1 hour. Now every thing was running smooth but I updated the site using FTP but when I am doing this I am getting Error Response: 550 The process cannot access the file because it is being used by another

Getting Security Exception SQLCE 4, Code First CTP 5 & Shared Hosting

故事扮演 提交于 2019-12-25 03:14:14
问题 I've been trying to setup a webpage with MVC3 Razor, SQLCE 4 and Code First, the last two downloaded from Nuget, so it is EF Code First CTP5. I've had a lot of trouble, but I manage to move forward by following this answer However now I am getting this Security Exception Description : The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust

protect hash code? [closed]

落爺英雄遲暮 提交于 2019-12-24 18:10:11
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I'm sure there's something fundamental to all of this that simplifies the whole concept that I'm missing, but here goes: OK, you salt & hash passwords for security, but what about the code that does it? If you're

can php code break down shared hosting services for the particular IP?

隐身守侯 提交于 2019-12-24 07:16:32
问题 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 web site only once, other attempts gives "The server is taking too long to respond.". But from other IP i can access, but only once, it seems all ip addresses being blocked after first visit(even ftp and other services go down, no access at all

Subsonic 3.0 Medium Trust Issue

僤鯓⒐⒋嵵緔 提交于 2019-12-24 05:02:30
问题 I'm having an issue with running Subsonic in medium trust and don't know if i'm querying wrong - if there is some part of subsonic 3.0.3 that doesn't like medium trust can someone tell me? Someone else posted somethin similar a while ago and there was no real reply on whether it did exist or not (the bug). Rob said it had been tested, while someone else said they still had to bug (SubSonic 3.0 - Medium Trust) i'm using a query that looks like this: List<Data.Blog> objBlogPosts = ((from blog

How do you use gettext on server (Apache) you can’t restart?

谁都会走 提交于 2019-12-24 00:35:59
问题 I asked this question on serverfault but I didn't get any response. I try here... I developped a site on my web server at home. When I modify the translation files, I have to restart the web server Apache. /etc/init.d/httpd graceful Easy... Suppose that my site is hosted on shared host. Suppose now I need to modify the translation files. I can't restart the server... How do you use gettext in this context? Are you allow to restart the server with the option graceful only? Does the share host

Strange error #32 on website's bottom using yii2

≡放荡痞女 提交于 2019-12-23 20:17:14
问题 I am using yii2 , and I have recently uploaded my whole website on the godaddy shared server. I have uploaded on the root folder my all other folders like controller , vendors , config etc Then I have uploaded my "web" folder files like index.php and themes etc to public_html folder. Everything works fine on the server but suddenly sometime it shows at the end of my page. This randomly appear when i refresh my server I am not sure. Error (#32) An internal server error occurred. The above

Windows Shared hosting - custom scheduled task

☆樱花仙子☆ 提交于 2019-12-23 15:58:44
问题 I have a windows shared hosting and i need to run some scheduled c# executable every day for create sitemap, send newsletter,etc... The provider tell me that i can't run executable for security reason. Whay can i do? The provider suggest me to buy a VPS, but do not think it makes sense to spend more money just to run some scheduled task. Does exists an alternative way? 回答1: Implement your once-a-day task in an asp.net page on your shared server. Then set-up a process, on a machine that you do

Running PhantomJS from PHP with exec()

我的梦境 提交于 2019-12-23 05:29:14
问题 I've got the following script: #!/bin/sh export DISPLAY=:0 phantomjs --version It try to run it from the following PHP script: <?php $result = shell_exec('sh test.sh'); echo $result; ?> This script return the following error: [Thu Jun 19 10:31:31 2014] [error] [client] test.sh: line 3: phantomjs: command not found I tried to run phantomjs -v by hand in a console, and it runs fine. I checked the PATH , and phantomjs is correctly defined and found. The execution environment is a virtual Server

How to deployed Mvc Application on shared-hosting Server?

十年热恋 提交于 2019-12-23 01:33:47
问题 I My Web site on a HELM Control Panel. I developed my web site on MVC.But My Hosting Provider having a Following components installed on That Hosting Account framework 3.5 and IIS6. But I am Unable to Run My site it display me Page not found error. 回答1: The problem will be that you're running under IIS6 and if its on shared hosting you're unlikely to have sufficient control to make MVC run without "cheating" a bit. Under IIS6 requests are only routed to the ASP.NET handlers (I don't promise