Error in Web Part Errors and Form Authentication Disable
-
Hi ,, I am Preparing my Company Portal using SharePoint 2013 , I install sharepoint and Sql in same Server . Then I create my web application and siteCollection and everything is fine. Next I develop a custom Webpart using VisulaStudio 2012 which read the data from another Server and I test the Webpart in standalone machine and it's Ok, when I deploy the WebPart to my Real server , It's not fetch the data. I put the Connection String in IIS and I put the Identity in application pool same which I put it in SharePoint wizard which Run all the service , I try to logging to that server using the same Username and everything is fine. Why it dose't fetch the Data. another thing when I go and change The Form Authentication in IIS (Disable) it give me Access Denied, while am admin in web application and it ok when I Form Authentication to Enable. to be ensure I already have sharepoint2010 Portal in same scenario and it's work fine. Can any one hint me to any of this error.
-
Hi ,, I am Preparing my Company Portal using SharePoint 2013 , I install sharepoint and Sql in same Server . Then I create my web application and siteCollection and everything is fine. Next I develop a custom Webpart using VisulaStudio 2012 which read the data from another Server and I test the Webpart in standalone machine and it's Ok, when I deploy the WebPart to my Real server , It's not fetch the data. I put the Connection String in IIS and I put the Identity in application pool same which I put it in SharePoint wizard which Run all the service , I try to logging to that server using the same Username and everything is fine. Why it dose't fetch the Data. another thing when I go and change The Form Authentication in IIS (Disable) it give me Access Denied, while am admin in web application and it ok when I Form Authentication to Enable. to be ensure I already have sharepoint2010 Portal in same scenario and it's work fine. Can any one hint me to any of this error.
In web.config file, can you find aspnet:allowimpersanation and set it to false.
Krishna