after deploying my web site to IIS server when i brows my web site kept under default web site it's displaying error message "You are not authorized to view this page"...please solve this issue
A:
Sounds like you don't have the default document set correctly. You may need to add Default.aspx
to the list.
Other things to look at:
- That you're targetting .Net Framework 2.0
- That the permissions on the actual files on the server are adequate for the identity the website is running as
- That you have enabled anonymous access if you don't want Windows authentication
ck
2010-07-02 10:18:41
No it has got the Default.aspx page ....
NoviceToDotNet
2010-07-02 10:26:47
my iis server version is iis v5.1
NoviceToDotNet
2010-07-02 11:29:32
help please rid me off from this issue .....help i am getting proper solutionit demands for user id and password as well...
NoviceToDotNet
2010-07-02 11:30:23
@Novice - have added some more options
ck
2010-07-02 13:23:35