Strong type casting

seema.nare@oasis-bs.com

Active member
Joined
May 19, 2006
Messages
27
Programming Experience
Beginner
Asp.net:

When I upload the code on the live server, I get errors due to the type casting. As the local server ignores the type casting errors (may be in stored procs or code), I can't trace those easily on local server.
So I want to enable the strong typecasting in local server itself which will reduce my time in tracing it at the later stage of uploading code on live server.
How can I do that?



Thanks.
 
Back
Top