Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: web.config problem


Message #1 by philip.hatt@a... on Fri, 25 Oct 2002 12:08:21
Hello. I don't really know how this should be done... If I allow all users 
then every file can be downloaded without the user is inlogged. Shouldn't 
it be <deny users="?" />

I cant really get this to work properly. I would like my application to 
work something like Microsofts IbuySPy example where they add usercontrols 
on the fly to a <td>.

Philip

> Did you check the "authorization" section in the web.config

U need to allow all the users.
<authorization>
            <allow users="?" />
</authorization>


  Return to Index