Unhandled exception occurs during work with program

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

While I was trying to test a project this error appeared and continued the process hoping that the program will ignore the error. It appeared again after I pressed the OK button and in the last I had to quit the process. Any solution for my error ? What I did wrong ?

Thanks !

Form 1

Unhandled exception has occurred in your application. If you click

Continue, the application will ignore this error and attempt to continue.

If you click Quit, the application will close immediately.

The remote server returned an error: [401] Unauthorized.

SHARE
Answered By 0 points N/A #179737

Unhandled exception occurs during work with program

qa-featured

Try to change the application pool. To change the application pool follow the steps below.

  1. Open (IIS) manager from control pena l> administrative tool > internet information service manager.
  2. Expand the "application pool" node.
  3. Right click the application pool of your project to select the properties.
  4. Choose the "local system" from identity tab.
  5. Grant the permission to your file by using window explorer.
  6. Right click the file, select properties > security > access, tab.
  7. Add network service and check "modify" "read" and "write"

 

In this way you can solve the access denied issue.

Related Questions