I have some aspx pages that I want to secure with windows ntfs security. I have dont this with .asp pages in the past. I put the pages I want secured into a folder in the web site, then i remove all the default NTFS permissions and add the user/group I want to have access. When anyone attempts to pull up the page windows presents them a windows logon and they logon with their windows user name. now I have to do the same thing, on the same web site with some aspx pages, but they won't run. I have an html page that the user tries to open, windows presents the logon, the user logs on and the links to the aspx pages are displayed on the html file. However, when the user clicks on any of the aspx pages I get: Server Error in '/' Application./ runtime error. But no details because the page is failing "remotely." Even if i give the user/group full access to the directory the pages fail. I can then go back to ntfs and add say the "everyone" group and the pages work fine.
Can anybody tell me why these pages are failing? I can't get to any errors because the pages will not fail if i run them locally on the web server and if i run them "remotely" and they fail .net will not show me the errors.
Can anybody tell me why these pages are failing? I can't get to any errors because the pages will not fail if i run them locally on the web server and if i run them "remotely" and they fail .net will not show me the errors.