how to resolve this Error "You are not authorized to view this page" errorpage Pin
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Im trying to put my ASP.Net application online but I just keep getting "You are not authorized to view this page" errorpage (error 401.1). Heres what i have done: -Placed the complied ASP.net application and its files to D:\mypage\ -Created a virtual folder in IIS 5.1 called mypage and selected correct ASP.Net version (2.0.50727) -Directory security is set to anonymous access (using IUSR_machinename). No integrated windows logon is selected. Now when i try to open from client side http://client IP/mypage/ i get "You are not authorized to view this page". Im out of ideas. When I did the same on my local host everything worked fine. Thax in advance