I have bought a VDS (Virtual Dedicated Server) that Windows Server 2008 is installed on it. I needed to use server because I have developed a C# console application that can read data by TCP socket and write them in the MySQL database. Now I need to start a website on this server. I think WAMP server is so easy for me. Maybe in future a lot of people visit my website. Is it a good idea to use WAMP server as a web server?
Is it a good idea to use WAMP server as a web server?
2.2k Views Asked by UserMat At
1
There are 1 best solutions below
Related Questions in WEBSERVER
- How can I read the header of request to webserver
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Watchdog Timer Reset on ESP32 using Webservers
- nginx set up reverse proxy from subfolder to a port
- Django miss static files after packaging with pyinstaller
- Problem with changing default NGINX 404 error page
- Web server doesnt output the website like in the project on localhost
- How can I call a SOAP webserver method in Vue.js?
- changing the node version used by apache web server
- Unravel JSON expression
- How Can I Add The iframe Code Of The Github Code To My Site?
- Can someone help me understand why my C webserver is throwing SIGABRT
- .NET httpserver. Get handle new request in current request handler
- Setting up LAMP on Ubuntu 22.04: PHP info not displaying in browser
- Multiple requests made Tornado's flush() method does not return anything
Related Questions in WINDOWS-SERVER-2008
- How to stop windows server from stopping keyboard input when I disconnect?
- Add Attributes and objectClasses to OpenLDAP server over LDAP using .ldif file
- How can i change my fileserver, without changing the files path?
- service accounts in windows server 2016
- time not synching properly in windows server environment
- Authenticating external users on SQL Server Reporting Service
- .exe not working on Windows Server 2008 R2 Enterprise
- Different respond time from the server for the same application
- NodeJS app does not authenticate in Windows Server 2008
- How to fix Event View Error : It has taken too long to refresh the W3SVC counters, the stale counters are being used instead
- How to migrate IIS 7 settings to another server with IIS 10
- mysql connection lost in second successive query
- TLS1.2 error while connecting to a webservice on WIN2008 from PCF hosted dotnetcore application
- Client can't connect to a started server - "A connection attempt failed because the connected party did not respond appropriately beyond a certain
- upgrade a module using windows powershell with odoo 14
Related Questions in WAMPSERVER
- When before starts wamp server comming this issue [wamp server 3.2.9 version]
- Previous version of PHP running during windows startup
- PHP 8.1 connecting to MS SQL 2008 R2
- I can't run project from localhost
- Wamp 2 of 3 services running / Apache Error
- mod_rewrite works fine on linux but returns forbidden on windows 10
- 500 Server Error when trying to deploy locally on Xampp or Wamp for a repo on GitHub
- WAMP server startup error how can I solve the error?
- Apache conf files getting an AH00526: Syntax error
- WordPress: Images and other assets not loading on localhost
- error after updating PHP version in Wampserver 3.2.0 : syntax error in httpd.conf
- Error WAMP: Forbidden You don't have permission to access this resource. Apache/2.4.51 (Win64) PHP/7.4.26 Server at localhost Port 80
- I created database and named it table1 , My sql code is given how to fix this error?
- Click (right and left) does not work with wampserver's tray icon
- AH00135 : Invalid method in request CCM_POST
Related Questions in VDS
- How to upload a back-end project on the Hostinger server
- IP and PORT to subdomain
- android in release mod loses connection
- Connect Nodejs to MS SQL
- Ubuntu server and python scrtipt
- mounting driver in linux whm
- Timeout exception with Selenium in Headless mode
- Deploy Admin panel for my site on the same IP using Apache 2
- Too many redirects .htaccess
- Missing seperator. Stop error while installing makefile
- Windows Storage Management API - VDS (Virtual Disk Service) Uninstall Disk Equivalent method
- How to keep Explorer from popping up while using VDS to format volumes
- how open 80 port on Ubuntu 16 (for hosting timeweb)
- Authentication against VDS LDAP
- Turn off hard drive programmatically
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 # Hahtags
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?
In principal there is nothing wrong with using WAMPServer as a LIVE webserver.
However, not the out of the box version.
Out of the box WAMPServer and XAMPP for that matter expect to be used as a single seat developer tool and while that is great for a click and go solution to get a developer up and running on Apache/MySQL and PHP in a few minutes it is not secure enough to be considered as a LIVE web facing webserver.
Now if you have the knowledge and experience to create an user account on Windows Server that has access to only what Apache needs to do its work, and can get Apache to run in that account instead of its default account (which has way to many privilages for a live server) and are prepared to explore all the Apache security features/modules that would be required for a web facing server then it is possible. However this is not a trivial task, and any mistakes or ommissions will leave your server open to the simplest of hacks.
In short, unless you really know what you are doing with Windows Server and Apache, you would be far better to pay for a professionally configured and managed web server environment.