Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've created asp/c# website for input data into sql server database. My server name is server and website address is server.mydomain.com. Mydomain is hosted somewhere else.
I've also developed another database and another asp webpage for input data into DB.
Question is how to implement another website on same server, where I've installed sql server?

What I have tried:

I don't know where to look on server.
Posted
Updated 31-Jul-17 3:22am

1 solution

If your hosting provider supports it, you could try using multiple instances.
See: Should I Install Multiple Instances of SQL Server? - Brent Ozar Unlimited®[^]
And also: Database Engine Instances (SQL Server) | Microsoft Docs[^]

Here is a hosting provider that can provide unlimited websites and databases: MS SQL Web Hosting : 20X Faster MS SQL Hosting[^]

An alternative might be Azure multi-tenant database applications: Design patterns for multi-tenant SaaS applications and Azure SQL Database | Microsoft Docs[^]
 
Share this answer
 
v3
Comments
marieee 31-Jul-17 5:40am    
Thanks! I have to call my provider.
RickZeeland 31-Jul-17 6:10am    
Good luck, and if that fails there is always the option of setting up your own webserver, not for the faint of heart :)
marieee 31-Jul-17 11:24am    
We have VPS with SQL Server installed. Hosting provider told me that I have to do it my self. How?! Through IIS and in one site with two app like folders?
RickZeeland 31-Jul-17 12:06pm    
Well, I think that's what your hosting provider should help you with, are there any manuals on the providers website ? are there any tools like Plesk, https://en.wikipedia.org/wiki/Plesk
marieee 31-Jul-17 12:38pm    
There is cPanel, but for original mydomain, not for VPS.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900