Access to my development system

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

Hi

I found out that everybody in my intranet can access my
development projects in the wwwroot folder of my machine.
How can this access be prevented without disabling the
Visual Studio development?

Cheers
Don
 
depends what you mean by access

using the internet
or
using regular explorer

if its the former then you can put some attributes in the web.config file

if its the latter you'll have to change user permissions to prevent them
from seeing pages
in iis console
 

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

Back
Top