I have 50 different websites that use the same layout and code base, but mostly non-overlapping data (regional support sites, not link farm). Is there a way to have a single installation of the code and run all 50 at the same time?
When I have a bug to fix (or deploy new feature), I want to deploy ONE time + 1 restart and be done with ...
I'm looking to run some powershell scripts via automation. Something like:
IList errors;
Collection<PSObject> res = null;
using (RunspaceInvoke rsi = new RunspaceInvoke())
{
try
{
res = rsi.Invoke(commandline, null, out errors);
}
catch (Exception ex)
{
LastErrorMessage = ex.ToString();
Debug....
hey all,
im trying to transfer my database from local machine to server, im using the publish to provider wizard in visual web developer to generate a scrip, im then using the generated script on the serever database. i keep getting the following error can some one please tell where im going wrong
Msg 468, Level 16, State 9, Procedure ...
May seem like a dumb question... but where should you save your website files in IIS?
If i need to make a WCF application should I just put the code in the wwwroot folder and convert the WCF folder into application?
Thanks
...
I've talked to GoDaddy several times but no one there knows what they're talking about. I'm creating a simple web site for a local company who uses GoDaddy Windows Shared hosting and I'd like to create the project using MVC version 2.
The first time the guy said he hadn't heard of MVC and that GoDaddy doesn't support it. The second time...
Hi,
Ours is a webbased software as a service application. Our data centers are located on the west coast, and we would like to provide better user experience to our East coast clients.
How can I setup an edge server on the east coast, and serve static data like images and javascript from there, but still refer to west coast server for ap...
Hi friends,
I have a site using PayPal payment for membership. I need to move my site to an another host now. So, Do I need to do PayPal integration work from scratch on new server? or will it just work when I transfer files to new server?
Thanks a lot for helps! Appreciate.
...
Right now, I am using Dreamweaver to edit my files locally then ftp them to the live server.
I want to start using version control (I am thinking subversion) but I have no experience with version control at all.
So is this something I would need to setup locally or have setup on my web server?
If on my web server, is this something I ...
I've started doing a little freelance web work and I've got to build a site for a client. The client doesn't currently have a hosting service, so either I or they are going to have to set it up. Traditionally, how does this work out? Do I set it up and then transfer ownership to them when I'm done? Do I leave it to them to set it up? If ...
I'm not familiar with some of these forwarding methods and I need help. My issue is this:
I have a site hosted on discountasp.net. My domain was registered through 1&1 and I redirected the DNS to what discountasp.net wanted. So when a user types www.mydomain.com, he/she sees the ASP.NET site hosted on discountasp.net, which is all fine...
I have an existing domain which has some hosting, I recently purchased a new domain which is for a seperate site. Is it possible to host my new site in a subfolder on the existing hosting? I know you can use web forwarding but doesn't that have negative SEO implications?
...
Can someone give me Step by step procedure to host an asp.net website in iis...
...
Good Days,
I have recently developed a web application in ASP.NET for a marketer that he has been sending emails to his potential customers to fill out a web form existing in this ASP.NET application.
Recently, he received an email from his hosting company saying that they will suspend his account because his emails were triggered by S...
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 now.
...
I've written a website in PHP and it will have ability for users to upload images. My website will have more than 100.000 users. Aprox. 1k users will upload image about 50 KB. And every image will be displayed on this website 5k times so it's transfer of:
1k x 50 KB x 5k = 250 GB per month.
So my question is:
Do you know any good solu...
I will soon have the need to purchase dedicated windows server hosting.
I'm looking for a higher quality of web hosting, so I am not adverse to spending more for a better/more reliable host.
I've heard some good things about RackSpace - anyone else have opinions of good hosts?
Again, quality is more key for me than price, but price doe...
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 my application via the internet ?
It's some administration API which I can install on a PC and by which I can upload my app like in profe...
In my area PHP is very widespread, so is .NET. Ruby not so much; most places have never heard of it. For some personal things I am "forced" to choose Rails because I want to take advantage of Heroku - the ability to deploy and scale on the cloud very easily is the main reason. Also, they offer a small FREE plan that I can use for demo...
when I create new silverlight project it asks Host the Silverlight application in a new Website followed by two fields- 1. Name: projectName.web 2. Type: ASP.Net Web Application Project OR Asp.Net Web Site when I uncheck this checkbox VS doen not create projectName.web project but when I check this VS creates two projects 1. projectName...
Hi. could you please suggest me the best shared hosting solution for an ASP.Net MVC application?
...