We fix the previous error on Administrator rights, I think some else ghas this error but seems like different issue:
Server Configuratrion:
1. ADS + Exchnage 2003
2. SQL + MPS Deployment
3. Provisiong (This is where I am getting error and trying to run from IIS )
Server Error in '/MPSSampleWeb' Application.
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
There are six references to MPSSampleWeb in web.config file all of them are spell correctly.
I think I am getting this error.
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
ihsystem
Member
105 Points
21 Posts
Server Error in /MPSSampleWeb
Apr 16, 2005 06:23 PM|LINK
We fix the previous error on Administrator rights, I think some else ghas this error but seems like different issue:
Server Configuratrion:
1. ADS + Exchnage 2003
2. SQL + MPS Deployment
3. Provisiong (This is where I am getting error and trying to run from IIS )
Server Error in '/MPSSampleWeb' Application.
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
DmitriG
Contributor
4212 Points
1101 Posts
Re: Server Error in /MPSSampleWeb
Apr 18, 2005 06:33 PM|LINK
Check spelling in your web.config for /MPSSampleWeb.
Regards,
Dmitri Gaikovoi
Dmitri Gaikovoi
ihsystem
Member
105 Points
21 Posts
Re: Server Error in /MPSSampleWeb
Apr 18, 2005 08:12 PM|LINK
There are six references to MPSSampleWeb in web.config file all of them are spell correctly.
I think I am getting this error.
Length cannot be less than zero. Parameter name: length
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.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
Source Error:
Stack Trace:
DmitriG
Contributor
4212 Points
1101 Posts
Re: Server Error in /MPSSampleWeb
Apr 19, 2005 02:28 PM|LINK
[8o|]
Check what you typed here:
<add key="TopLevelDomains" value=".com,.net,.gov,.org" />
<add key="SharepointTemplates" value="sts#0" />
<add key="DefaultNamingContext" value="DC=...." />
<add key="HostingOU" value="OU=hosting" />
<add key="PreferredDC" value="......" />
I did misspeling in "HostingOU" key and had the same error.
Regards,
Dmitri
[:'(]
Dmitri Gaikovoi
ihsystem
Member
105 Points
21 Posts
Re: Server Error in /MPSSampleWeb
Apr 20, 2005 04:22 PM|LINK
I did not edit this file web.config except for domain & DC names.
Still no luck. I deleted MPSAMPLEWEB and reinstall but no lick!
DmitriG
Contributor
4212 Points
1101 Posts
Re: Server Error in /MPSSampleWeb
Apr 21, 2005 02:16 PM|LINK
Check "domain & DC names".
You can also use Visual Studio 2003 to debug this application [;)]
Regards,
Dmitri
Dmitri Gaikovoi