Before you can have a look at a published Infopath Form you must do some changes in the web.config of the portal.
go to C:\Inetpub\wwwroot\wss\VirtualDirectories\[PortNumber]
open the web.config and find the keyword sessionState.
The first result you will find is comment out. You have to comment in this line of code.
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>
The next result you will find is the following. you have to set the property enabledSessionState to true
<pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
Now you can try to browse your InfoPath Form.
Posted
Mar 13 2007, 03:57 PM
by
Nadine Storandt