IIS vs Tomcat

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.
 
E

Eliyahu Goldin

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.
 
G

Guest

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:
 
J

John Timney \(MVP\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top