Home > Archive > ASP .NET > February 2005 > How to secure my webserver
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to secure my webserver
|
|
| Raghu Raman 2005-02-28, 8:59 pm |
| Hi
we maintain the .net app in our webserver.
It is assigned a public ip,so that our client could easily see and work
with the project we design.
simply by typing the Ip address followed by the virtual dir name ,they
could open our .net app running.
**
Is it possiable to the intruders to get the source code or any data if
they know the public ip of our system ?.
**
If they try , will the windows server ask for the permission?
If so pls tell me how can i protect that.
Thanks & Regards
Raghu
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
| |
| Juan T. Llibre 2005-02-28, 9:00 pm |
| Here's some basic information on how
to secure your ASP.NET web server:
http://msdn.microsoft.com/library/d...pplications.asp
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
======================
"Raghu Raman" <raghuraman_ace@rediffmail.com> wrote in message
news:uAT6kKeHFHA.2356@TK2MSFTNGP12.phx.gbl...
> Hi
>
> we maintain the .net app in our webserver.
> It is assigned a public ip,so that our client could easily see and work
> with the project we design.
>
> simply by typing the Ip address followed by the virtual dir name ,they
> could open our .net app running.
>
> **
> Is it possiable to the intruders to get the source code or any data if
> they know the public ip of our system ?.
>
> **
> If they try , will the windows server ask for the permission?
>
> If so pls tell me how can i protect that.
>
> Thanks & Regards
> Raghu
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
|
|
|
|
|