T
ton
Hi,
I've developed a ASP.NET web site. It wirks fine on my debug enviroment, it
works ok on my webserver it even functions on a virtual pc. Now I want to
install it on the clients server.
I'creted several tet programs before setting up the application on the
server. Everything works ok.
And after installing the application the first time we log on to the app it
wokrs. I can do all things users would like to do.
But then after logged of it doesn't work anymore. I get the following error:
Server Error in '/Appname' Application.
--------------------------------------------------------------------------------
Index was outside the bounds of the array.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index was outside the
bounds of the array.
Source Error:
and so on.
I use to use Formsauthentication, but switch to none, but nothing helps.
The client works with SQL2000 of a Server 2003
Can anyone help?
Thanks
Ton
I've developed a ASP.NET web site. It wirks fine on my debug enviroment, it
works ok on my webserver it even functions on a virtual pc. Now I want to
install it on the clients server.
I'creted several tet programs before setting up the application on the
server. Everything works ok.
And after installing the application the first time we log on to the app it
wokrs. I can do all things users would like to do.
But then after logged of it doesn't work anymore. I get the following error:
Server Error in '/Appname' Application.
--------------------------------------------------------------------------------
Index was outside the bounds of the array.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index was outside the
bounds of the array.
Source Error:
and so on.
I use to use Formsauthentication, but switch to none, but nothing helps.
The client works with SQL2000 of a Server 2003
Can anyone help?
Thanks
Ton