IIS vs Tomcat

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

How can we restrict particular users in IIS like tomcat?
Why because we have to run the IIS server in public ip address machine. In
that machine, no body should not access other than us. How can I achieve
this? Is there any articles belong to these IIS settings or IIS programming?

I have developed web application (aspx). But this page should not access by
others like unauthorized persons. How can I provide more security in public
machine?

Thanks in advance.
 
John,

I think this task is for a firewall rather than for the IIS. You can setup
the firewall to limit access to port 80 which is the default http port.
 
Hi,

Is IIS 6.0 works like Tomcat?
Will IIS 6.0 support all features like tomcat? (Security wise)

I am new to these website applications(asp.net). I just want
confirmation from you about IIS 6.0 and Tomcat.

--
Thanks & Regards,
John.


John Timney (MVP) said:
 
IIS6 is obviously not tomcat, but the basic premise behind the use of things
like config files and groups of users for securing an application is the
same.....you will have to learn about IIS to understand how that works, and
how the file system has its own security layer that can be tapped into..

--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog


John said:
Hi,

Is IIS 6.0 works like Tomcat?
Will IIS 6.0 support all features like tomcat? (Security wise)

I am new to these website applications(asp.net). I just want
confirmation from you about IIS 6.0 and Tomcat.
 
Back
Top