Tagged Questions
0
votes
1answer
64 views
Is it possible to host multiple website under different asp.net versions on Godaddy Server?
I have a godaddy deluxe web hosting account. I have a couple of websites already running under the version asp.net 3.5.
Now I have developed another web application under the version asp.net 4.0. ...
4
votes
2answers
213 views
Desktop WPF application deployment on cloud
I have spent a long time building a desktop WPF application using .NET, and instead of packaging it in CDs I am looking to deploy it on a cloud so that multiple users can use it, and so that it would ...
-1
votes
1answer
142 views
Hosting a WCF service for iOS and Android application back-end [closed]
I would like to create a WCF service for my server-side for multiple platforms (iOS and Android) to operate against (mainly sending data like text and images). I have a couple questions:
Will WCF ...
0
votes
1answer
504 views
Nihbernate and MySql: Failed to find or load the registered .Net Framework Data Provider
my website works locally(the solution is local the db is mysql db from my hosting company).
I now uploaded my code to my hosting company and when I try to run the project I get this error
Server ...
0
votes
3answers
194 views
Best way to keep my .net site alive at the host?
I have a .net website that does not get many visitors and this means that when it does, it will have to start the site and this takes some time.
What is the best way to keep the site alive and ready? ...
0
votes
0answers
180 views
multi domains on single site in IIS7 [closed]
This is a simple question, I have 2 domains will bind to one web site hosting on IIS 7, windows server 2008 R2, but IIS allows only one hostname per site, how can I achieve that?
Note: I don't have a ...
0
votes
3answers
638 views
Error while hosting WCF Service
I am trying to host a WCF Service in IIS, but I am getting the following error.
"The configuration section 'oracle.dataaccess.client' cannot be read because it is missing a section declaration "
I ...
1
vote
1answer
194 views
sql and mysql automatic backup and .net hosting
Hello this is a two part question
1) Can someone recommend a way to automtically backup sql and mysql databases? Preferably if there is an online service (free or paid). Would be nice if the software ...
16
votes
3answers
12k views
Can I deploy my ASP.NET MVC 4 application in .net 4
I want to know about a thing that IS ASP.NET MVC 4 application can be run on .NET 4 server.
I am trying to deploy my MVC4 application and I am got the error that.
500 - Internal server error.
...
0
votes
1answer
41 views
single website hosted in multi locations
I am planning to redo my existing classic asp website in .NET and would like it to be on the next gen platform etc. Right now I host in the United States and my audience is really global. I am trying ...
-2
votes
3answers
1k views
Hosting a asp.net site in Localhost with IIS(or any ways) [closed]
I have developed a web application in asp.net using its MVC framework 2. I want to use it in my local machine(from browser). It worked fine while running from Visual studio 2010 (by pressing F5). ...
0
votes
1answer
509 views
Godaddy Mvc 3 Hosting “Server Error in '/' Application”
So I am trying to host a MVC3 .net application on godaddy and I used Visual Studios to publish my app and filezilla to FTP the files to godaddy. However, When I go to my website all I get is the ...
-2
votes
2answers
101 views
How many ip addresses can access a web service at a time? [closed]
I hosted a web service written in ASP.NET. I want to know how many IP addresses/users can access this web service at a time?
I am interested if there is any threshold or after how many connection the ...
0
votes
2answers
233 views
What is the correct scenario while using amazon S3 for image hosting website?
I am developing an images hosting section in a website, and I am going to use amazon s3 for hosting the images there.
I will get the images the user upload, save on the server, then send a copy to ...
0
votes
1answer
147 views
Godaddy hosting server error
I am trying to host my website in godaddy its MVC3 .net website after copying deployed version in the server i get the following error:
CS0234: The type or namespace name 'Helpers' does not exist ...
5
votes
6answers
1k views
@font-face working fine over localhost but NOT in AppHarbor
I am facing a problem while hosting my application over a AppHarbor.
I’ve a basic application over .net MVC 3.. In this application I’ve used the @font-face property to display content in custom ...
2
votes
1answer
337 views
Is there an App Engine alternative for .NET? Free or very cheap plan required
I'm looking for a way to host my .NET app and if it were a Java app, I would use Google App Engine without blinking an eye. Is there a similar alternative for .NET?
Two features that are of highest ...
1
vote
0answers
210 views
Use System.Web.Hosting to host pages inside an ASP.Net application
I would like to know if it is possible to host pages inside of a directory in a currently running web application. I would like this functionality so that I can dynamically add pages/assemblies ...
2
votes
2answers
80 views
How to access info about where the WCF service is deployed
I have one WCF service deployed in multiple websites hosted in IIS7 and sometimes (development environemnt) in VS2010.
Often multiple instances are connected to the same database and usually its not ...
0
votes
2answers
386 views
Hosting needs for a turn based iPhone game
So i've been spending some time developing an iPhone app - it's a simple little game and is similar to "Words with friends" in that it:
1) is turn based
2) contacts a web service API to store the ...
8
votes
7answers
613 views
What is the best DLL-Base Database for .NET?
I have a Hosting which doesn't support SQL server or any other databse because it is cheap. I know that there are some Dll in which we can add to project and use it as the database.
I wantto know ...
1
vote
2answers
95 views
Co-Host Ruby on Rails and another web application
I have a rest web service based on Rails.I have another 3rd party website that will be built on either java or .Net. I wanted both the applications i.e. my rails web service and the third party web ...
1
vote
0answers
58 views
How to see all currently hosted services by WCF? [duplicate]
Possible Duplicate:
How to find out which wcf services are hosted
Hello everyone.
I am developing some wcf services to do something... no need to bother you with other details...
...
0
votes
2answers
371 views
MSMQ + WCF in a hosted environment
We have several systems that we're going to switch to use some type of reliable architecture and using messaging is how we want to do it.
The thought is that we're going to use some cheap hosting ...
6
votes
2answers
186 views
How to host Plug-ins safely with .NET 2.0
I am writing a chess game which allows two programs compete, the player needs to write a DLL and expose a function to tell the main application where his player will move next, suppose the function ...
1
vote
3answers
545 views
Interesting question on service oriented architecture
In an interview,a questions is asked on soa. Please see below.
I need to develop an application which should be hosted as windows service, web service, desktop application or web as required by the ...
1
vote
2answers
2k views
WCF self hosting and IIS
Does WCF self hosting, still uses IIS or some Virtual Server based on IIS.
Eg: After coding a very basic WCF host, it s possible to invoke an endpoint such as
http://localhost:9090/foo.svc
For ...
0
votes
2answers
718 views
ERP solution on .net 4.0
I just joined a new company , which is going to start working on an ERP solution. For this solution they are using .Net 3.5 instead of .net 4.0.Because they think that .Net 4.0 is still not stable and ...
0
votes
1answer
94 views
writing a service to periodically retrieve XML and send SMS
I'm a .Net guy, and I'm interested in starting this project but I'm not sure what the best approach is.
I want to do the equivalent of writing a windows service, that periodically hits a site to get ...
3
votes
1answer
231 views
Setting up a staging environment with an external hosting site?
I've been working for a few years on a project for a friend of mine, and it has slowly grown into a large website. In the early stages, I just did development on my local machine with a local ...
2
votes
2answers
116 views
Debugging Win32 app using .NET libraries, VS2008 works, 2010 doesn't, any idea where I should start looking?
We have a native program, written in Delphi 2007, a Win32 .EXE file.
This program hosts the .NET runtime, and loads a bunch of assemblies we've written.
So if I copy that executable into the ...
1
vote
1answer
297 views
MongoDB - ASp.net - Questions
I’am starting a personal web project. Which I hope it grows fast. It will do a lot of text inserts and searches in this project. So it seems MongoDB a good option. But of course there is not a hosting ...
-1
votes
2answers
391 views
working on a big social network, what is the most efficient programming language to use? [closed]
am collecting information to support the re-search that will help to decide which is the best programming language for my project, a team of 4 different experiment developers will start working on a ...
0
votes
2answers
499 views
How to host a console application on Windows Server 2003?
I have to host a console program which hosts an application used by Asp.Net 4.0 and should always be running. What is the best way to host it on the server? I can run the console application from ...
0
votes
1answer
135 views
Uploading Difficulties to Discountasp.net, new at C#
I've been trying to upload a new page to a site hosted on a DiscountASPnet server, but have been having trouble. I have been working on this site in the development server for a while now. it was ...
0
votes
4answers
589 views
What is required to host a WPF application that provides a web service?
I want to build a WPF web application that could installed on a user's computer. So any hosting requirements would be subject to whatever configuration the user has. What are there requirements to ...
0
votes
2answers
407 views
ASP.net compiled dlls
Where are they stored? And is there a way to determine when they get deleted? Is there a way to make it so that they are never deleted, so as to improve performance for example?
Another issue - in a ...
0
votes
1answer
367 views
Hosted WebBrowser control attempts to download Flash content rather than playing it
I am hosting an IE browser control in a simple, .NET winforms app. When I make the control navigate to certain content on disk, the control attempts to download the file (rather than displaying the ...
3
votes
2answers
152 views
Is there a public site to make and share live examples of C#/.NET code?
For instance, we now have that in the StackExchange universe for SQL Azure (which handles general SQL examples very well).
I was thinking it would be very nice to have a similar environment to be ...
1
vote
2answers
2k views
How to host/upload .net webservice online (on IIS server)
I have created a .NET web service using C# and ASP.net
I like to upload or host it online, so that I pass the URL to my friends for use.
please help me with the steps of upload the web service.
...
0
votes
2answers
199 views
.NET platform web hosting
What should I do to host on my own machine a .NET web application(ASP.NET, Silverlight) with support Sql Server and services(RIA, WCF)?
What should I install and configure so others can interact with ...
0
votes
1answer
308 views
Most Reliable ASP.NET/SQlServer Hosting [closed]
I am looking for a reliable hosting company for a ASP.NET/SQLServer application. Any suggestion is appreciated.
My current host has been working fine till recently. It goes down almost once a week ...
1
vote
1answer
295 views
Hosting the CLR: IHostAssemblyStore::ProvideAssembly causes exception “ exception ”The located assembly's manifest definition does not match the assembly reference"
PostSharp 2.0 includes a CLR host and implements IHostAssemblyStore::ProvideAssembly.
From managed code, I invoke:
Assembly.Load("logicnp.cryptolicensing, Version=3.0.0.0, Culture=neutral,
...
0
votes
4answers
136 views
asp.net hosting ecnomically
Right now A website for NON PROFIT organization developed using ALL FREE open source technologies. ( Apache, Php , Mysql )
We really want to change ( Rewrite) it to Microsoft asp.net 3.5.
Do I need ...
3
votes
5answers
12k views
IIS 7.0 Error - 500.19 Internal Server Error
I am currently on a shared hosting plan with iis 7.0
I have an asp.net mvc application in the wwwroot of my hosting. Now I made a virtual directory to store my webservice in(I don't want to have to ...
0
votes
2answers
196 views
Have a webservice and website in the same web root?
I have an asp.net mvc site and a asp.net web service. I am wondering if it is possible to have them in the same root(wwwroot) folder?
Like could I have
wwwroot -> all mvc files
wwwroot -> ...
2
votes
6answers
531 views
Scheduled .NET code execution in hosted environment?
I've got about 40 lines of .NET code in a console application that read and RSS feed and store information in a database. I need this code to execute every night for as long as the RSS feed exists ...
0
votes
2answers
301 views
How do I get hold of my CodeContext in IronPython RC1?
CodeContext is used throughout IronPython. But since I moved to IronPython RC1 I cannot get hold of one.
Has anyone used IronPython RC1 and managed to use
ClrModule.AddReferenceByName(...)
or
...
4
votes
4answers
2k views
Asp.net hosting equivalent of Dreamhost (pricing, features and support) [closed]
Disclaimer: I have browsed http://stackoverflow.com/questions/tagged/asp.net+hosting and didn’t find anything quite similar in value to Dreamhost.
One of the biggest impediments IMHO for ...
1
vote
3answers
64 views
Webserver not using the latest files
One of the projects I am working on includes a website that
is hosted on a cheap shared hosting server.
Whenever I upload to the server some updated files, they don't
necessarily become available ...