Problem with my web site.
-
Hi! I have created a new web site on IIS 6.0 running on Windows server 2003 std edition. When i go to the IIS console and browse my web site , it displays an error message as follows: "You are not authorsed to view this page". You might not have the permission to view this directory or page using the credentials you supplied. Can anyone help? Thanks. happy coding!
-
Hi! I have created a new web site on IIS 6.0 running on Windows server 2003 std edition. When i go to the IIS console and browse my web site , it displays an error message as follows: "You are not authorsed to view this page". You might not have the permission to view this directory or page using the credentials you supplied. Can anyone help? Thanks. happy coding!
If you have the web site in a directory outside of the wwwroot, the aspnet worker account will require read access to that folder.
-
Hi! I have created a new web site on IIS 6.0 running on Windows server 2003 std edition. When i go to the IIS console and browse my web site , it displays an error message as follows: "You are not authorsed to view this page". You might not have the permission to view this directory or page using the credentials you supplied. Can anyone help? Thanks. happy coding!
I get this sometimes, when I don't specify a page in the url and don't have an appropriate "default" page. If I navigate to an actual page, then all is good, and if I add the non-standardly named page as a default document, then all gravy.... Could this be the issue in your case? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
-
I get this sometimes, when I don't specify a page in the url and don't have an appropriate "default" page. If I navigate to an actual page, then all is good, and if I add the non-standardly named page as a default document, then all gravy.... Could this be the issue in your case? "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
it is because of default page. the code write in web.config when not any page like "default.aspx" then it will give error. so u should create page like default.aspx or redirect the page by writting response.write("anyfile.aspx") Dipan Patel.