Access is denied: K2ROM

  • 22 July 2005
  • 3 replies
  • 0 views

Badge +1
Dear K2 users
I have installed the K2 server on my Windows 2000 Server (sp4) machine. I created a workflow and exported it to the server. Everything was successful.
Now I have created a .NET webapplication with a K2SmartForm. When I start this webapplication I got the following message in my browser:

ServerError in /WebApplication1 Application
Access is denied: K2ROM

System.IO.FileLoadException

Could anyone give me some help?

many thanks in advance

regards dave

3 replies

Badge +9
Hi Dave,

Try the following:
Give Authenticated Users full Access on the following 2 folders

C:WINDOWSMicrosoft.NETFrameworkv1.1.4322Temporary ASP.NET Files
C:WINDOWSTemp

The .NET framework creates temporary files during execution and this typically takes place the first time you run the .NET Web application.

Regards,
R
Badge +1
Thanks for your answer.

If I now start the project I got the following message in my brower:

Page can not be initialized. The worklist item either does not exist or it has already been completed.

Do you have any ideas how I can solve this problem?

On the other side, if I try to access the workspace (http://localhost/k2v3/...) I still got the 401 Access Denied message.

Thanks for your help

regards Dave
Badge +8
if I try to access the workspace (http://localhost/k2v3/...) I still got the 401 Access Denied message

What zone in IE is the web page running under? Anonymous access shoul be disabled on the K2 workspace, which means that the user's credentials must be passed through to the web page in order to authorize them. Try to add the web site where your workspace is located to the 'local intranet' zone.

Reply