Reteiving SharePoint page from anonymous authentication site
-
Hi guys; My company have a SharePoint site dedicated to technical support. We want to access to any page on the site from a java application. For that, I built an asp.Net page who retreive the page passed by in url. ex. The SharePoint site url: intranet.company/help/page1.aspx My asp.Net page url to retreive the page1.aspx : help.company/getHelp?page=1. The java application call my page help.company/getHelp as show before. But the SharePoint prompt authentication box every time. There's any solution to pass the login data directely from my page to SharePoint site to avoid the logon prompt. I try the impersonate but, it didn't work. Thanx
-
Hi guys; My company have a SharePoint site dedicated to technical support. We want to access to any page on the site from a java application. For that, I built an asp.Net page who retreive the page passed by in url. ex. The SharePoint site url: intranet.company/help/page1.aspx My asp.Net page url to retreive the page1.aspx : help.company/getHelp?page=1. The java application call my page help.company/getHelp as show before. But the SharePoint prompt authentication box every time. There's any solution to pass the login data directely from my page to SharePoint site to avoid the logon prompt. I try the impersonate but, it didn't work. Thanx
it can be only done using impersonate class have a look at this articles which might help you http://www.15seconds.com/issue/040511.htm[^] http://www.windows-tech.info/6/463fecfc53e9dc43.php[^] hope this helps.
-
it can be only done using impersonate class have a look at this articles which might help you http://www.15seconds.com/issue/040511.htm[^] http://www.windows-tech.info/6/463fecfc53e9dc43.php[^] hope this helps.