At present we're hosting an application called RenderServer which is deploy on server for individual client. It has its own web.config file for all the settings, and the application code for a specific user. In case of Shared hosting where multiple RenderServer would be running on same machine for different clients, we have to deploy all the Code files individually for everyone which is a bit hassle in terms of deployment. So Ideally we are looking to have Single Application Code deployment (I mean single virtual directly folder) for all web sites to share the same code. Please give your suggestions whether it's possible or not and if possible then what are possible ways.
Single Application Code deployment for multiple web sites
123 Views Asked by Nofil Asad At
0
There are 0 best solutions below
Related Questions in IIS-7
- Create an IIS web request activity light
- SSL certificate error 403.13 in IIS 7.5
- IIS 7 ERR_CONNECTION_TIMED_OUT only with public IP
- ASP.Net 1.1 app on IIS 7 waiting threads
- Node.js with Socket.io - Long Polling fails and throws "code":1,"message":"Session ID unknown" response
- Publishing a website under IIS 7 and getting ��Y�o�8�}���x��� (odd characters)
- ASP ProcessModel and WCF
- IIS Rewrite Rule for path
- What are the PHPMailer requirement for sending mail and receiving mail in IIS 7
- HTTP Error 405.0 - Method not allowed error in asp.net mvc 4 post method
- Deploying a classic ASP site from IIS 6 (2003 WS) to IIS 7 (WS 2008). Tried Manual deploy and msdeploy
- Unauthorized Access Exception on IIS7 virtual directory with proper permissions
- IIS 7 no images when friendly url is on
- Zend Application Redirection Not Working After Migrated on Windows with IIS
- Can I find out which user php is running under from php_info()
Related Questions in WEB-DEPLOYMENT
- How to make Unity Web Player work on offline?
- Change context-root inside WAR file
- Deploye two wars with different domain name but same context-path in same jboss-4.0.3
- calculate the day of my Birtday
- Python/Flask deployment without pip
- Change assets urls to cdn adding absolute path in Grunt
- Can I render and display Markdown from Github into MEAN stack website dynamically?
- I'm not getting Release Debug Option in Visual Studio
- How to test java server without deployment?
- uninitialized constant ActionController::Routing (NameError)
- Tomcat in Intellij IDEA 14 : war exploded: Server is not connected. Deploy is not available
- rsync exclude folder contents but still create folder
- Heroku: string without NULL bytes with several requirements files
- What is difference between versions of eclipse like juno, kepler etc.? Which version to choose for web development?
- Mcrypt PHP extension required in laravel 4.2 in shared hosting
Related Questions in WEBSITE-HOSTING
- How to create subdomains using apache and aws elastic api?
- Receiving error "CNAME already registered with CloudFront" on BitBucket hosting, but I never registered the domain with CloudFront
- Configure Shared Website Hosting for IIS
- asp.net site hosting in client ftp windows server Assembly missing error
- asp.net website host in ftp server assembly missing error
- Serving many sites on same address and port without IIS
- How block site by region
- I have a React project with many modules. Is hosting it separately or together better?
- How do I host on Firebase?
- Single Application Code deployment for multiple web sites
- Amazon S3 hosted websites accessing data which are in a different bucket
- wowslider doesn't work properly after hosting the website
- 1 Application gatway hosting multiple websites on 1 backend VMSS
- My website hosted Amazon S3 downloads index.html though my content-type is type/html
- Hostgator displaying all my html files instead of index
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?