hosting

Could not load assembly WebPages.Deployment version 2 at host?

筅森魡賤 提交于 2019-12-03 23:40:19
I have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works fin on local IIS7 but when publishing it I get this exception on host : Could not load file or assembly 'System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. After some seartch I found this that states that I should set CopyLocal on some of the references(inlcuding the System.Web.WebPages) and also use the publish tool in VS2012, but this generated the following exception? Could not load

Make WCF service be accessible through Internet

旧时模样 提交于 2019-12-03 18:58:57
I've made a WCF service. I want it's client to be able to access it from anywhere. How can I do that? Details: I want it to be hosted in a Windows process, not a site. I'm using TCP binding. I don't know almost anything about web hosting etc. It's desirable not to use IIS... I have found many recommendations in the web, but still do not understand all the stuff. Please, tell me how to do it in details... As I understand, it's necessary to make a global for the endpoint. I've configured port forwarding in my router to the 8000 port, but .. what's further? What address should I enter as the

How to point domain to site hosted on github pages?

亡梦爱人 提交于 2019-12-03 16:12:55
问题 I have created a website and placed it on github in the repo with USRNAME.github.com. First when I went to that website, my website displayed correctly. Then I bought a domain, lets say example.com. I placed a CNAME file in the repo, so now USRNAME.github.com forwards to example.com. I understand that I have to point my domain at the github server in order to allow my website to be displayed at example.com, but I'm not sure how. I created the site through gandi.net. I tried editing the zone

starting a websockets server in php on shared hosting

怎甘沉沦 提交于 2019-12-03 15:44:19
I have a chat application implemented in PHP using WebSockets ( http://code.google.com/p/phpwebsocket/ ), and on my localhost when i test it i have to run the WebSockets server through a command "php server.php" , which starts the server on localhost and the file keeps running till i press "Ctrl + c" on my Ubuntu terminal. I mean it keeps on running the while loop, which is quite normal bcoz the server should be up to listen to the requests. Now my doubt is that i have hosted this application on a shared hosting, which does not give me SSH access, i mean i cannot get a terminal like interface

Mimic 'slowness' of web server on local computer

寵の児 提交于 2019-12-03 15:26:06
Is it possible to somehow mimic the slower download speeds of my website, as if it is hosted on a web server, but from my localhost? It's hard to test things like Ajax loading icons when the content loads so quick from your local machine so I think this could help me out a lot? I was wondering if there was a tool that you could use for this or if you'd need to use javascript to add setTimeout or setInterval code? If you are using Windows, then download the Fiddler tool Fiddler . This will setup a HTTP proxy that you can use for testing HTTP headers and view all the HTTP traffic within the PC

P2P network games/apps: Good choice for a “battle.net”-like matching server

拈花ヽ惹草 提交于 2019-12-03 13:23:30
问题 I'm making a network game (1v1) where in-game its p2p - no need for a game server. However, for players to be able to "find each other", without the need to coordinate in another medium and enter IP addresses (similar to the modem days of network games), I need to have a coordination/matching server. I can't use regular web hosting because: The clients will communicate in UDP. Therefore I'll need to do UDP Hole Punching to be able to go through the NAT That would require the server to talk in

Laravel: Error InvalidArgumentException

徘徊边缘 提交于 2019-12-03 13:16:49
I' upload the project from localhost to my dedicated server and after so many problems, finally some pages works domain.com | domain.com/home | domain.com/allsites etc.. But now, the routes "domain.com/site/create" "domain.com/site/ID/manage", "domain.com/site/ID/edit" not found, i get this error, why? InvalidArgumentException in FileViewFinder.php line 137: View [Site.create] not found. in FileViewFinder.php line 137 at FileViewFinder->findInPaths('Site.create', array('/....../resources/views')) in FileViewFinder.php line 79 at FileViewFinder->find('Site.create') in Factory.php line 151 I try

Best solution to host a crawler? [closed]

南楼画角 提交于 2019-12-03 12:43:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have a crawler that crawl a few different domains for new posts/content. The total amount of content is hundred of thousands of pages, and there is a lot of new content added each day. So to be able to crawl through all this content, I need my crawler to be crawling 24/7. Currently I host the crawler script on

Using a .MDF SQL Server Database with ASP.NET Versus Using SQL Server

十年热恋 提交于 2019-12-03 12:29:06
I'm currently writing a website in ASP.NET MVC, and my database (which doesn't have any data in it yet, it only has the correct tables) uses SQL Server 2008, which I have installed on my development machine. I connect to the database out of my application by using the Server Explorer, followed by LINQ to SQL mapping. Once I finish developing the site, I will move it over to my hosting service, which is a virtual hosting plan. I'm concerned about whether using the SQL Server setup that is currently working on my development machine will be hard to do on the production server, as I'll have to

What's a Java alternative to Google App Engine for developing iPhone Push Notification services?

旧街凉风 提交于 2019-12-03 08:32:19
I'm a Java programmer who is working on an iPhone application. I'd like it to use Push Notification services. I originally thought I could use Google App Engine to provide the payloads to Apple, but I see now that it won't be possible because App Engine doesn't support the low-level socket programming that is needed to communicate with Apple. Are there any alternatives to Google App Engine that let me use Java? In brief, I'm wondering if there is a free hosting platform that supports Java and Socket Programming UPDATE - since writing this question I've written an app that uses Urban Airship to