PDA

View Full Version : new WebApp won't open an ASP page



Dan Walsh
9-May-2005, 04:59 PM
A newly created WebApp will not open the Default.asp, or any other ASP
page.

Every other WebApp works. Mine & DAW's.

It shows as enabled in the Administrator program. I've checked and
re-checked the share.

If I rename the Default.asp to Hold.asp and rename Test.htm to Default.htm,
accessing it via the Tools/Internet Explorer selection on the menu works as
expected. I assume this to mean the Share is working. Attempting to access
an ASP page from Test gives me a cannot open page error.

What could I possibly have stepped on?

--
Dan

Ian Telfer
9-May-2005, 06:29 PM
Dan,

Have a look in IIS & see if the virtual directory is ok, or if it shows
an error. It may be a permissions issue.

Ian

Dan Walsh wrote:
> A newly created WebApp will not open the Default.asp, or any other ASP
> page.
>
> Every other WebApp works. Mine & DAW's.
>
> It shows as enabled in the Administrator program. I've checked and
> re-checked the share.
>
> If I rename the Default.asp to Hold.asp and rename Test.htm to Default.htm,
> accessing it via the Tools/Internet Explorer selection on the menu works as
> expected. I assume this to mean the Share is working. Attempting to access
> an ASP page from Test gives me a cannot open page error.
>
> What could I possibly have stepped on?
>

Dan Walsh
10-May-2005, 07:49 AM
It sure smells like a permissions error, but I've checked and re-checked
Ian. I don't know what else I can do, short of deleting everything and
starting over. Thanks.

"Ian Telfer" <ian@informatica.com.au> wrote in message
news:vaO3R8OVFHA.4700@dacmail.dataaccess.com...
> Dan,
>
> Have a look in IIS & see if the virtual directory is ok, or if it shows
> an error. It may be a permissions issue.
>
> Ian
>
> Dan Walsh wrote:
> > A newly created WebApp will not open the Default.asp, or any other ASP
> > page.
> >
> > Every other WebApp works. Mine & DAW's.
> >
> > It shows as enabled in the Administrator program. I've checked and
> > re-checked the share.
> >
> > If I rename the Default.asp to Hold.asp and rename Test.htm to
Default.htm,
> > accessing it via the Tools/Internet Explorer selection on the menu works
as
> > expected. I assume this to mean the Share is working. Attempting to
access
> > an ASP page from Test gives me a cannot open page error.
> >
> > What could I possibly have stepped on?
> >

Dan Walsh
10-May-2005, 07:59 AM
This is what's in the System Log.

Type Date Time Source Category Event User Computer
Warning 5/10/2005 8:54:28 AM W3SVC None 36 N/A GAITWILMINGTON
Error 5/10/2005 8:54:28 AM DCOM None 10004 N/A GAITWILMINGTON

"Dan Walsh" <danwalsh46@earthlink.net> wrote in message
news:OXpHPJOVFHA.872@dacmail.dataaccess.com...
> A newly created WebApp will not open the Default.asp, or any other ASP
> page.
>
> Every other WebApp works. Mine & DAW's.
>
> It shows as enabled in the Administrator program. I've checked and
> re-checked the share.
>
> If I rename the Default.asp to Hold.asp and rename Test.htm to
Default.htm,
> accessing it via the Tools/Internet Explorer selection on the menu works
as
> expected. I assume this to mean the Share is working. Attempting to
access
> an ASP page from Test gives me a cannot open page error.
>
> What could I possibly have stepped on?
>
> --
> Dan
>
>

wila
10-May-2005, 08:48 AM
Dan,

Event ID 10004 = DCOM got error "Logon failure: account currently
disabled." and
was unable to log on .\IWAM_<COMPUTER> in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}

http://support.microsoft.com/?scid=http://support.microsoft.com%2Fservicedesks%2Fbin%2Fkbsea rch.asp%3Farticle%3D321448

Other areas to think off are:
- Your personal firewall (ZA can be nasty at times)
- Antivirus (Symantec has a script blocking "feature") See:
http://192.245.64.8/KBPrint.asp?ArticleID=1895
- consider installing a script debugger and see if that helps
pinpointing the problem further.
http://192.245.64.8/KBPrint.asp?ArticleID=1279
- Does your webapp have access to it's data files? (the datafiles need
to be locally available to your IIS machine or you will need to setup a
user to connect via UNC)
- Try double clicking the webapp.exe to make sure it can open all files
from the filelist that it wants to open.

good luck hunting!

Wil

Dan Walsh wrote:
> This is what's in the System Log.
>
> Type Date Time Source Category Event User Computer
> Warning 5/10/2005 8:54:28 AM W3SVC None 36 N/A GAITWILMINGTON
> Error 5/10/2005 8:54:28 AM DCOM None 10004 N/A GAITWILMINGTON
>
> "Dan Walsh" <danwalsh46@earthlink.net> wrote in message
> news:OXpHPJOVFHA.872@dacmail.dataaccess.com...
>
>>A newly created WebApp will not open the Default.asp, or any other ASP
>>page.
>>
>>Every other WebApp works. Mine & DAW's.
>>
>>It shows as enabled in the Administrator program. I've checked and
>>re-checked the share.
>>
>>If I rename the Default.asp to Hold.asp and rename Test.htm to
>
> Default.htm,
>
>>accessing it via the Tools/Internet Explorer selection on the menu works
>
> as
>
>>expected. I assume this to mean the Share is working. Attempting to
>
> access
>
>>an ASP page from Test gives me a cannot open page error.
>>
>>What could I possibly have stepped on?
>>
>>--
>>Dan
>>
>>
>
>
>

Dan Walsh
10-May-2005, 01:59 PM
I was working in WebApp3 with a workspace named "Duffie Graphics" in a root
folder named "Duffie"

I created a new WS named "DuffieWeb" in a folder named "DuffieWeb" and
migrated to VDF10.1.

Problem solved.

"Wil van Antwerpen" <info@antwise.com> wrote in message
news:DXJitbWVFHA.872@dacmail.dataaccess.com...
> Dan,
>
> Event ID 10004 = DCOM got error "Logon failure: account currently
> disabled." and
> was unable to log on .\IWAM_<COMPUTER> in order to run the server:
> {3D14228D-FBE1-11D0-995D-00C04FD919C1}
>
>
http://support.microsoft.com/?scid=http://support.microsoft.com%2Fservicedesks%2Fbin%2Fkbsea rch.asp%3Farticle%3D321448
>
> Other areas to think off are:
> - Your personal firewall (ZA can be nasty at times)
> - Antivirus (Symantec has a script blocking "feature") See:
> http://192.245.64.8/KBPrint.asp?ArticleID=1895
> - consider installing a script debugger and see if that helps
> pinpointing the problem further.
> http://192.245.64.8/KBPrint.asp?ArticleID=1279
> - Does your webapp have access to it's data files? (the datafiles need
> to be locally available to your IIS machine or you will need to setup a
> user to connect via UNC)
> - Try double clicking the webapp.exe to make sure it can open all files
> from the filelist that it wants to open.
>
> good luck hunting!
>
> Wil
>
> Dan Walsh wrote:
> > This is what's in the System Log.
> >
> > Type Date Time Source Category Event User Computer
> > Warning 5/10/2005 8:54:28 AM W3SVC None 36 N/A GAITWILMINGTON
> > Error 5/10/2005 8:54:28 AM DCOM None 10004 N/A GAITWILMINGTON
> >
> > "Dan Walsh" <danwalsh46@earthlink.net> wrote in message
> > news:OXpHPJOVFHA.872@dacmail.dataaccess.com...
> >
> >>A newly created WebApp will not open the Default.asp, or any other ASP
> >>page.
> >>
> >>Every other WebApp works. Mine & DAW's.
> >>
> >>It shows as enabled in the Administrator program. I've checked and
> >>re-checked the share.
> >>
> >>If I rename the Default.asp to Hold.asp and rename Test.htm to
> >
> > Default.htm,
> >
> >>accessing it via the Tools/Internet Explorer selection on the menu works
> >
> > as
> >
> >>expected. I assume this to mean the Share is working. Attempting to
> >
> > access
> >
> >>an ASP page from Test gives me a cannot open page error.
> >>
> >>What could I possibly have stepped on?
> >>
> >>--
> >>Dan
> >>
> >>
> >
> >
> >

Larry Heiges
10-May-2005, 04:11 PM
Dan,

The only way I could get localhost to start was to use:

http: //localhost/test11b/test.htm (added one space for NG print)

All the defaults, even if hard coded, did not start the webapp.


Larry Heiges
App-2-Win Systems, Inc.
LookFeel for Windows
http://app-2-win.com
LFW7sp3
LFW10
LFW11

Larry Heiges
10-May-2005, 05:01 PM
BTW, the order11 example does run with default.asp but when I tried it
on my test ws, it didn't work.


Larry Heiges
App-2-Win Systems, Inc.
LookFeel for Windows
http://app-2-win.com
LFW7sp3
LFW10
LFW11

Dan Walsh
10-May-2005, 07:08 PM
Thanks Larry,

Never a dull moment...eh?

"Larry Heiges" <lheiges@app-2-win.com> wrote in message
news:3l8281ts9b3gq629qqr3g4nh1fvcea13m4@4ax.com...
> Dan,
>
> The only way I could get localhost to start was to use:
>
> http: //localhost/test11b/test.htm (added one space for NG print)
>
> All the defaults, even if hard coded, did not start the webapp.
>
>
> Larry Heiges
> App-2-Win Systems, Inc.
> LookFeel for Windows
> http://app-2-win.com
> LFW7sp3
> LFW10
> LFW11

Larry Heiges
11-May-2005, 07:38 PM
Dan,

I'm just glad I could get it running. I'm dipping my toe into so much
stuff with 11 that I'm never sure if it's "them" or "me" when
something goes wrong. I have some web projects I started with VDF7
that I'm revisiting. I think there is also a "those guys" in there
that keep changing the operating system and browser.

Larry Heiges
App-2-Win Systems, Inc.
LookFeel for Windows
http://app-2-win.com
LFW7sp3
LFW10
LFW11