How to view IS admin with no user/pwd (Read Only )
- Create a Package ISAdminReadOnly
- Create a Top Level Folder as ISAdminReadOnly
- Make ACL as Anonymous for List,Read,Execute and Default for Write
- Copy all the Files under WmRoot/Pub into ISAdminReadOnly/Pub folder
- Create Wrapper services for each of the services caled inside .dsp pages
- Create .access file under each folder and sub-folder of pub and put an entry as * Anonymous
- Create a flow service that will get the Menu/Sub-Menu items with name and urls
- Remove all the Buttons and links that will allow user to Edit/update anything on server in all the .dsp pages
- Access it by http://host:port/ISAdminReadOnly with no user/pwd