Home All Groups Group Topic Archive Search About

Validation Summary Control not displaying MessageBox on web server

Author
2 Apr 2005 9:46 AM
Rajesh Abraham via DotNetMonster.com
Hi Friends
i am facing one problume. i am using one Vlidation summary control for a
web application. but the message box is not working on web server. but its
working very well on the local mechine.

i dont know what is the reason. So please Help Me.........

cheears
Rajesh

--
Message posted via http://www.dotnetmonster.com

Author
2 Apr 2005 3:05 PM
Scott M.
MessageBoxes & alerts are produced by the browser, not the server.  Asking
for a messagebox or alert from the server is not possible. It must be part
of your client-side code.


Show quoteHide quote
"Rajesh Abraham via DotNetMonster.com" <fo***@DotNetMonster.com> wrote in
message news:e84d49cbde064ece91ac0692f4bed9ca@DotNetMonster.com...
> Hi Friends
> i am facing one problume. i am using one Vlidation summary control for a
> web application. but the message box is not working on web server. but its
> working very well on the local mechine.
>
> i dont know what is the reason. So please Help Me.........
>
> cheears
> Rajesh
>
> --
> Message posted via http://www.dotnetmonster.com
Author
4 Apr 2005 6:31 AM
Rajesh Abraham via DotNetMonster.com
Hi

Thank you, for your response.
Actually my problem is related to  Validation Summary Control . this
control is working very well on my project in local Computer. I upload this
project  in Main server. After that this control not display the Error
Messages on explore.  .

And also I upload ?aspnet_client?  folder on server Under \HTTDOCS folder.
Then my project is not working on server. i remove this folder,after that
my project is working well.

Hope your responses.

Thank you

Rajesh

--
Message posted via http://www.dotnetmonster.com
Author
2 Apr 2005 3:44 PM
Brock Allen
What do you mean not working on the webserver but working on the local machine?
Meaning if your application is being developed and tested on your local machine
but once you deploye to the server it's not working?

This means you might not have ASP.NET installed on the server. The validation
controls require additional files from the webserver. On my machine they're
installed at:

C:\Inetpub\wwwroot\aspnet_client

Check to see if those are on the live server.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> Hi Friends
> i am facing one problume. i am using one Vlidation summary control for
> a
> web application. but the message box is not working on web server. but
> its
> working very well on the local mechine.
> i dont know what is the reason. So please Help Me.........
>
> cheears
> Rajesh
Author
4 Apr 2005 6:35 AM
Rajesh Abraham via DotNetMonster.com
Hi Mr.Brock

Thank you very much for your response.
Yes That is the Problem. 
I upload ?aspnet_client?  folder on server Under \HTTDOCS folder.
Then my project is not working on server. i remove this folder,after that
my project is working well.

Hope your response
thank you
Rajesh

--
Message posted via http://www.dotnetmonster.com
Author
4 Apr 2005 12:57 PM
Brock Allen
Hmm, it's difficult to tell without more information. If that aspnet_client
directory wasn't there, then I'd think that ASP.NET was not propery installed
for you website. I'd suggest running "aspnet_regiis /i". This tool can be
found in your .NET framework directory. On my machine that's:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> Hi Mr.Brock
>
> Thank you very much for your response.
> Yes That is the Problem.
> I upload ?aspnet_client?  folder on server Under \HTTDOCS folder.
> Then my project is not working on server. i remove this folder,after
> that
> my project is working well.
> Hope your response
> thank you
> Rajesh