Re: Msgbox on Windows Server 2003

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Looks like you display a server side msgbox. Though it lloks to work when
the server is the same than your client machine keep in mind that this is
menaingless server side...


Patrice

--

"Daryl Zavier" <Daryl Zavier@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le
message de news:C1A69E7C-CB56-4AA2-BB1D-A3A01DF40039@xxxxxxxxxxxxxxxx
> Hi Guys,
>
> I'm really new to .Net development and need your advise on this.
>
> Recently I've completed a web application using VB.net (Visual Studio .Net
> 2003). In the application whenever the user clicks the delete button, a
> msgbox will appear prompting the user to confirm the deletion via the Yes
or
> Cancel button.
>
> On my own machine (Win 2k IIS5), the msgbox appears without any issues.
> However when I deploy the application on a Windows Server 2003 machine,
the
> msgbox will not appear and a event will be captured in the system log as
> "Application Popup" containing the text that I wanted to display (e.g. Do
you
> really want to delete this user record?).
>
> Can anyone help me out on this? Many thanks in advance!!!


.



Relevant Pages

  • Re: .vbs to ASP page
    ... MsgBox "Hello World!" ... No. MsgBox will display the message on the server (ASP code is executed on ... If you mean "the default folder that the host has assigned to you", ...
    (microsoft.public.inetserver.asp.general)
  • Re: Can MsgBox be used in ASP file ?
    ... Inside your server side code you are attempting to ... If this were to work then your msgbox would appear on ... the server not the client. ... side vbscript or you may be better off moving that to vbscript so it works ...
    (microsoft.public.scripting.vbscript)
  • Re: Msgbox On Windows Server 2003
    ... Now that you see the app log on the server, ... > msgbox will appear prompting the user to confirm the deletion via the Yes ... > "Application Popup" containing the text that I wanted to display (e.g. Do ...
    (microsoft.public.vsnet.general)
  • Re: Prompting for User Input
    ... getting a permission denied error on the MsgBox. ... is going to run on the web server. ... If the server allowed you to run commands that required ... Please reply to the newsgroup. ...
    (microsoft.public.scripting.vbscript)
  • Re: Parameter for query
    ... SQL Server T-SQL arguments have to start with @, ... Sub test() ... "INSERT INTO customer VALUES " ... MsgBox rs.GetString ...
    (microsoft.public.access.queries)