|
I am getting a very unusal error...and really not
getting any reason from last 2 days, why this is happening...
In my project, i have created a validator,
extending from RequiredFieldValidator to validate redio buttons in displayed in
DataGrid... and i am using this in my project
on some webservers (where application is deployed)
it is working fine, means, if redio button in checked, giving specified
_javascript_ alert " No record seleceted...." ,
if record is selected then processs Server side code properly... But on some web servers (Normaly on my production
server) , this javcascript alert, by passes (when no record selected) , and
server side code executed, which in turn
no handled and giveing error...
i don;t understand, why validator's alert is being
bypassed , even if no record selected.. .. there is not a coding mistake, as
same code is working fine on many servers
i dignose, the probelm... and find out following
those servers, where application are working fine,
has application 's physical file location in C:\initpub\wwwroot (the default
one) and IIS is configured to install application's files on this default
path automatically.
but in other servers IIS are not configured for
C:\initpub\wwwroot , they are configured in other paths(normally in other
drives) , if i install my application, then files are stored on any improper locations not even on IIS configured path. If
i copy files of application to C:\initpub\wwwroot , and manually
created virtual directory/web site for this
still it doesn;t work...
So confused... Please help me...
With Regards, Pankaj Tyagi Software Engineer VCLABS Yahoo! Groups Links
|
