Does IIS Time-Out on Authenticated Users?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Gah - sorry if this is a double post, the newsgroups are acting wierd.

This is a very strange error I've been dealing with. I think these items
might be related.

I am able to debug code on IIS using VS.NET 2003. I can step through code,
set breakpoints, and do everything I want.

However, every 15-20 minutes or so, when I try to debug code I get the
"Error while trying to run project: Unable to start debugging on the web
server. You do not have permissions to debug the webserver. Verify that you
are a member of the "Debugger Users" group on the server.

Closing VS.NET and reopening the project fixes that problem. It's a pain,
but I can live with it.

But, my users also get a similar error periodically. They can use the
application for a while. But, every so often an NT login prompt will come
up. They click cancel and the application dies.


This is making me wonder if there is some type of configuration in IIS where
authenticated users are timing out. It's very bizarre.
 
Yep, I sure do.
Sessions should be completely disabled, so I don't think it is related to
that.
They are disabled in IIS and webconfig.

If you have any ideas, I'd love to hear it!
 
Back
Top