IIS server problem please have a glance
after deploying my web site to IIS server when i brows my web site kept 开发者_如何学JAVA under default web site it's displaying error message "You are not authorized to view this page"...please solve this issue
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
精彩评论