ASP.Net impersonating access to InfoPath

R

Roeland

Ola,

Does anyone know how to give ASP.Net or an other user access to InfoPath.

Cheers,
Roeland
 
D

David

Hi,

InfoJet Service is a Java class library to publish InfoPath Forms to the
web. InfoJet Service can be deployed as Web Services. J2EE and .Net web
application with integration of InfoJet Service support the users to edit
InfoPath Forms in Internet Explorer and FireFox.

http://www.infojetsoft.com

thanks.
 
R

Roeland

Thanks David, but that is not what i'm looking for.

On my development pc (xp pro) my asp.net application can open an InfoPath
..xsn form, fill it with data, en pass it to browser as a xml document.
The problem I have is the my application is now on our stage server (2003)
and the asp.net user account (NETWORK SERVICE) does not have the rigths to
open InfoPath.

I need to know how to give asp.net user account access to infopath

Thanks for your response.
Cheers,
Roeland
 
D

David

Sorry, :)

I don't known it well, but you can try to add asp.net user account to the
ACL of InfoPath forms folder.

David
 
Top