Click here to Skip to main content
15,881,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have developed a website using asp.net 4 on the Dev server.
The weblocation is of type "File System"
I can browse to it by i.e.:
http://localhost:12345/projectname/Login.aspx

Two other developers who also have admin rights on the Dev server can also browse to this site.

Question:
Another person who doe snot have admin rights on the server is trying to access that link but the error is: internet explorer can not display the webpage.

Do you know how this person can access the site?
And do NOT want to give this person admin rights on the Dev server.

Thanks
Posted
Updated 8-Aug-12 2:12am
v2

1 solution

In your IIS enable the anonymous access to your web application or configure it in your application configuration.For more information refer this Link.
 
Share this answer
 
Comments
arkiboys 8-Aug-12 8:55am    
Hi, It does not seem to tell me how to solve this issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900