Code Comments
Programming Forum and web based access to our favorite programming groups.I have an ASP page that I need to have a Message Box on. When I try to run the page, I get the following message : Exception Not Handled. Permission Denied. To trouble shoot, I gave everyone FC on the Page. Same error. I've never seen or heard of this before. Any Ideas out there? Richard
Post Follow-up to this messageRichard Gutery wrote on 22 dec 2004 in microsoft.public.inetserver.asp.general: > I have an ASP page that I need to have a Message Box on. When I try to > run the page, I get the following message : > > Exception Not Handled. Permission Denied. I don't think you need what you think you need. Serverside Message Box is illogical and so denied in ASP. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Post Follow-up to this messageOf course, you're Right. What was I thinking??? Thanks. "Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message news:Xns95C8F8D82D5eejj99@194.109.133.29... > Richard Gutery wrote on 22 dec 2004 in > microsoft.public.inetserver.asp.general: > > > I don't think you need what you think you need. > > Serverside Message Box is illogical and so denied in ASP. > > -- > Evertjan. > The Netherlands. > (Please change the x'es to dots in my emailaddress)
Post Follow-up to this messageMsgBox is not valid for server-side code. Where would it display?
Have your ASP page output client-side script (either javascript or vbscript)
to display the message when the page is displayed.
<script language="javascript">
alert("<%=server-side-variable%>";
</script>
--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Richard Gutery" <rgutery@mentorits.com> wrote in message
news:ekG43kH6EHA.3708@TK2MSFTNGP14.phx.gbl...
>I have an ASP page that I need to have a Message Box on. When I try to run
>the page, I get the following message :
>
> Exception Not Handled. Permission Denied.
>
> To trouble shoot, I gave everyone FC on the Page. Same error.
>
> I've never seen or heard of this before. Any Ideas out there?
>
> Richard
>
>
Post Follow-up to this messageAnd how what exactly makes this message "bizzare"? Bob Lehmann "Richard Gutery" <rgutery@mentorits.com> wrote in message news:ekG43kH6EHA.3708@TK2MSFTNGP14.phx.gbl... > I have an ASP page that I need to have a Message Box on. When I try to run > the page, I get the following message : > > Exception Not Handled. Permission Denied. > > To trouble shoot, I gave everyone FC on the Page. Same error. > > I've never seen or heard of this before. Any Ideas out there? > > Richard > >
Post Follow-up to this messagePlease don't be rude!!!! Your reply IS bizarre. The idea is to SHARE! U Did't become so good and ARAGONT because ur smart!!!! "Bob Lehmann" <nospam@dontbotherme.zzz> wrote in message news:%23vA43HI6EHA.3504@TK2MSFTNGP12.phx.gbl... > And how what exactly makes this message "bizzare"? > > Bob Lehmann > > "Richard Gutery" <rgutery@mentorits.com> wrote in message > news:ekG43kH6EHA.3708@TK2MSFTNGP14.phx.gbl... > >
Post Follow-up to this messageRichard. If you see the name of Mark Schupp, Bob Lehmann, Evertjan, Ray Costanzo and especialy Aaron, you must understand you deal with professionals who forget there was a time they know nothing about ASP or databases. Regrettably they forgot these times and find it amusing to challenge other NG users. Maybe they all can take lessons on how Bob Barrows reply. Gérard.
Post Follow-up to this messageYes sir, you are correct. as a Certified Technical Trainer, I try to understand the audience and the respondents. I still find it amazing how people always seem to 'Forget their roots'. Often times, it's replies like the previous ones that make people(and sometimes embarrassed) enough to not participate in NG discussions. Over the years, I've found it interesting that even 'Newbies' can offer up valuable information via 'Bizarre questions and observations. The best of the season to you and all other NG participants. Richard "Gérard Leclercq" <gerard.leclercq@pas-de-mail.fr> wrote in message news:8rtyd.7810$0C2.547906@phobos.telenet-ops.be... > Richard. > > If you see the name of Mark Schupp, Bob Lehmann, Evertjan, Ray Costanzo > and especialy Aaron, you must understand you deal with professionals who > forget there was a time they know nothing about ASP or databases. > Regrettably they forgot these times and find it amusing to challenge other > NG users. Maybe they all can take lessons on how Bob Barrows reply. > > Gérard. > >
Post Follow-up to this messageGérard Leclercq wrote: > Richard. > > If you see the name of Mark Schupp, Bob Lehmann, Evertjan, Ray > Costanzo and especialy Aaron, you must understand you deal with > professionals who forget there was a time they know nothing about ASP > or databases. Regrettably they forgot these times and find it amusing > to challenge other NG users. Maybe they all can take lessons on how > Bob Barrows reply. > Gérard. Now stop right there. We're all human. Don't place me on any pedestal. If you google me, you will definitely find some replies I've made that, well, let's just say that I wish I could have them back. FWIW, I think the reaction to Bob's post in this instance was a little overboard. He waited until the poster had received a resolution, and then poked a little fun. I did not perceive it as a flame. I have seen some of Bob's flames, and I have no difficulty recognizing them. I share his distaste for nondescriptive subject lines. Frankly, I was thinking "why is this error message 'bizarre'? in the back of my mind as I read the post. In this case (as well as the previous one) I chose to let it pass. If the behavior had continued, I might have said something myself, as a prelude to adding the poster to my killfile. Bob Barrows -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
Post Follow-up to this messageSomebody consider somthbing as bizarre when he can't find an answer for it. So lets try Google with "Exception Not Handled. Permission Denied" No Result, Bizarre for such a normal error :-)) Gérard
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.