This may be strange, but is it possible to upload mongodb application files to my ASP.NET MVC host and use them in only my website without any setup and installation?
[updated]
I’m not a administrator on host. I’m just a normal user with privileges of uploading my ASP.NET MVC project files using file manager.
[/updated]
If it’s possible so how? 😉
In addition to uploading the files you will also have to install a MongoDB instance to connect to. If you are not an administrator you will unlikely have the necessary privileges to start the MongoDB process which will listen on the default port 27017.