C
craigkenisston
I have an asp.net application that is fully database driven.
It takes the parameters from the server name and according to the
domain it display the proper information.
So, I upload the same exact code like 20 times for each of my domains
in a shared hosting.
The database access is done by a separate class library that handles
all request in static methods from a single class.
The business data logic is also in a separate class and this one call
the library class above.
Is there any problem in the above scenario ?
The thing is my sites are getting an "server application unavailable"
from time to time, and my hosting can't find the solution. I wonder if
the cause of this error is some fault in my side...
It takes the parameters from the server name and according to the
domain it display the proper information.
So, I upload the same exact code like 20 times for each of my domains
in a shared hosting.
The database access is done by a separate class library that handles
all request in static methods from a single class.
The business data logic is also in a separate class and this one call
the library class above.
Is there any problem in the above scenario ?
The thing is my sites are getting an "server application unavailable"
from time to time, and my hosting can't find the solution. I wonder if
the cause of this error is some fault in my side...