I have made a web application, and hosted on the Server machine. Now I have to access the web application from server machine as well as variuos client machines. There some settings for Security, i.e., Anonymous Access under Security Tab in inetmgr, if I keep it unchecked then the application works very fine on Server machine, but when I try to access from client machines, it says "You are not authorised to view this page". But ofcourse because it has no access. If I keep it checked then I am able to access the web application very well from the client machines, but then my web application does some transactions with Excel application, then this Excel Application gives an error. Could anyone help me to give some access rights from the Web.Config file.
I am not able to figure out as to what has to written in Web.Config file under authorization section in config file. I wrote this in my config file
<authentication mode="Windows" ...
Go to the complete details ...