How do I prevent people from accessing my database thru a channels public age??
Is there some way I can block access to a channels public page or alter the code to point to a new page I created? We are having problems with people using this to access our whole data base for inappropriate uses.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hey Richard....
You can easily deny all users access to the public site.
On the Cablecast machine navigate to: D:\TRMS\Web\Cablecast\Public
Inside that directory is a file named Web.config open this with notepad.
In the middle of the file is a line that reads: <allow />
Change this line to read: <deny />
That will kick anyone off the public site, and redirect them to the Frontdoor Login Page.
There is probably a way to change the redirect via that web.config file. But I'll let one of the TRMS gang advise on that as they are a little more familiar with IIS configuration.
Hope it helps...
-ray
1 person says
this answers the question
Loading Profile...





CHAMP