Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > aspx pages dont work on win2003-server - newbie needs help

Reply
Thread Tools

aspx pages dont work on win2003-server - newbie needs help

 
 
ASPNET@lesje.nl
Guest
Posts: n/a
 
      12-14-2004
Hi,

After spending several hours reading through help pages I try to turn
to you guys for help.

I have a co-located server (ie my own) with IIS 6.0 and MS Win 2003
installed.

ASP works on that server, as most things do, but now I am trying to
learn APS.NET. So, I am a newbie, on both IIS, win2003 and APS.NET.

The problem I am having: .aspx pages are not working.

Error: HTTP Error 404 - File or directory not found

Trying to solve this I have:

- installed MS Framework SDK 1.1

- tried to find out if .NET is installed properly. However, Win2003
seems to have IIS6.0 and the .NET framework intergrated. So I can't
find a definitve answer there.

- Several pages suggested that the aspx extension needs to be binded
(?). So here is what I did:

in IIS manager, right click on websitefolder/properties/documents
enabled default content page "default.aspx".

in IIS manager/web extensions/ added aspx, in required files :
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll is set
to allowed.

There is another option there: "All unknown ISAPI Extensions" is set
to prohibited. I think that is right.

A second problem, which might stop me from solving this: Many help
pages speak of a "manage your server"-page. However, that page never
comes up at the places those pages say that page should come up. SO
where can I find that? (ie physically on the harddrive).

Any help is much appreciated, and again, I am completely new at this
so forgive me any stupidities )

Alexander
 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      12-14-2004
In IIS Manager/Web Service Extensions/


is there an entry for "ASP.NET v1.1.4322" ?

If so, set it to "Allowed".
( Highlight it and click the "Allow" button. )

If that's where you made the aspx entry,
you can delete it. It's unneeded.



Juan T. Llibre
===========
<> wrote in message
news:...
> Hi,
>
> After spending several hours reading through help pages I try to turn
> to you guys for help.
>
> I have a co-located server (ie my own) with IIS 6.0 and MS Win 2003
> installed.
>
> ASP works on that server, as most things do, but now I am trying to
> learn APS.NET. So, I am a newbie, on both IIS, win2003 and APS.NET.
>
> The problem I am having: .aspx pages are not working.
>
> Error: HTTP Error 404 - File or directory not found
>
> Trying to solve this I have:
>
> - installed MS Framework SDK 1.1
>
> - tried to find out if .NET is installed properly. However, Win2003
> seems to have IIS6.0 and the .NET framework intergrated. So I can't
> find a definitve answer there.
>
> - Several pages suggested that the aspx extension needs to be binded
> (?). So here is what I did:
>
> in IIS manager, right click on websitefolder/properties/documents
> enabled default content page "default.aspx".
>
> in IIS manager/web extensions/ added aspx, in required files :
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll is set
> to allowed.
>
> There is another option there: "All unknown ISAPI Extensions" is set
> to prohibited. I think that is right.
>
> A second problem, which might stop me from solving this: Many help
> pages speak of a "manage your server"-page. However, that page never
> comes up at the places those pages say that page should come up. SO
> where can I find that? (ie physically on the harddrive).
>
> Any help is much appreciated, and again, I am completely new at this
> so forgive me any stupidities )
>
> Alexander



 
Reply With Quote
 
 
 
 
ASPNET@lesje.nl
Guest
Posts: n/a
 
      12-14-2004
On Tue, 14 Dec 2004 09:37:33 -0400, "Juan T. Llibre"
<> wrote:

>In IIS Manager/Web Service Extensions/
>
>
>is there an entry for "ASP.NET v1.1.4322" ?
>
>If so, set it to "Allowed".
>( Highlight it and click the "Allow" button. )
>
>If that's where you made the aspx entry,
>you can delete it. It's unneeded.
>
>
>
>Juan T. Llibre
>===========


Dear Juan,

Thank you for helping.

There is no entry for "ASP.NET v1.1.4322".
I made the entry for aspx. SO I can delete again?

Ok, then what can I try next ?

Alexander
 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      12-14-2004
re:
> Ok, then what can I try next ?


1.
Re-register ASP NET 1.1 by running "aspnet_regiis -i"
from a command prompt in the Framework 1.1 directory:
c:\windows\microsoft.net\framework\v1.1.4322\

2.
Check to see if the ASPNET and the IUSR_YourComputer
accounts have permission to access your wwwroot and the
directory tree below it.


re:
> There is no entry for "ASP.NET v1.1.4322".
> I made the entry for aspx. SO I can delete again?


What I meant is that *if* there was an entry
for "ASP.NET v1.1.4322" *then* you could
delete the entry you made for "aspx", since
it would duplicate the "ASP.NET v1.1.4322" entry.

To prevent confusion, I'd delete that entry, anyway,
and create a new one for "ASP.NET v1.1.4322",
mapping the entry to
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_isapi.dll
and checking the "Allowed" checkbox.

But, *only* do that after you re-register ASP.NET 1.1,
per above, and check the IIS Manager again, to see
if re-registering ASP.NET 1.1 added the entry ( it should ).

Make sure you close and open IIS Manager,
or refresh the view, before cheking for the new entry.




Juan T. Llibre
===========
<> wrote in message
news:...
> On Tue, 14 Dec 2004 09:37:33 -0400, "Juan T. Llibre"
> <> wrote:
>
>>In IIS Manager/Web Service Extensions/
>>
>>
>>is there an entry for "ASP.NET v1.1.4322" ?
>>
>>If so, set it to "Allowed".
>>( Highlight it and click the "Allow" button. )
>>
>>If that's where you made the aspx entry,
>>you can delete it. It's unneeded.
>>
>>
>>
>>Juan T. Llibre
>>===========

>
> Dear Juan,
>
> Thank you for helping.
>
> There is no entry for "ASP.NET v1.1.4322".
> I made the entry for aspx. SO I can delete again?
>
> Ok, then what can I try next ?
>
> Alexander



 
Reply With Quote
 
Rozijn
Guest
Posts: n/a
 
      12-14-2004
On Tue, 14 Dec 2004 10:40:46 -0400, "Juan T. Llibre"
<> wrote:

>re:
>> Ok, then what can I try next ?

>
>1.
>Re-register ASP NET 1.1 by running "aspnet_regiis -i"
>from a command prompt in the Framework 1.1 directory:
>c:\windows\microsoft.net\framework\v1.1.4322\
>


___ THANK YOU ________ !!!!!!!!!!!!!!!!

Finally, that did the trick! the .aspx entry was deleted
automatically.

Thank you Juan !!

A very happy Alexander )

>2.
>Check to see if the ASPNET and the IUSR_YourComputer
>accounts have permission to access your wwwroot and the
>directory tree below it.
>
>
>re:
>> There is no entry for "ASP.NET v1.1.4322".
>> I made the entry for aspx. SO I can delete again?

>
>What I meant is that *if* there was an entry
>for "ASP.NET v1.1.4322" *then* you could
>delete the entry you made for "aspx", since
>it would duplicate the "ASP.NET v1.1.4322" entry.
>
>To prevent confusion, I'd delete that entry, anyway,
>and create a new one for "ASP.NET v1.1.4322",
>mapping the entry to
>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et_isapi.dll
>and checking the "Allowed" checkbox.
>
>But, *only* do that after you re-register ASP.NET 1.1,
>per above, and check the IIS Manager again, to see
>if re-registering ASP.NET 1.1 added the entry ( it should ).
>
>Make sure you close and open IIS Manager,
>or refresh the view, before cheking for the new entry.
>
>
>
>
>Juan T. Llibre
>===========
><> wrote in message
>news:.. .
>> On Tue, 14 Dec 2004 09:37:33 -0400, "Juan T. Llibre"
>> <> wrote:
>>
>>>In IIS Manager/Web Service Extensions/
>>>
>>>
>>>is there an entry for "ASP.NET v1.1.4322" ?
>>>
>>>If so, set it to "Allowed".
>>>( Highlight it and click the "Allow" button. )
>>>
>>>If that's where you made the aspx entry,
>>>you can delete it. It's unneeded.
>>>
>>>
>>>
>>>Juan T. Llibre
>>>===========

>>
>> Dear Juan,
>>
>> Thank you for helping.
>>
>> There is no entry for "ASP.NET v1.1.4322".
>> I made the entry for aspx. SO I can delete again?
>>
>> Ok, then what can I try next ?
>>
>> Alexander

>


 
Reply With Quote
 
Juan T. Llibre [MVP]
Guest
Posts: n/a
 
      12-14-2004
re:
> Finally, that did the trick!


Glad to have been of help !

Have fun coding ASP.NET...



Juan T. Llibre
===========
"Rozijn" <> wrote in message
news:...
> On Tue, 14 Dec 2004 10:40:46 -0400, "Juan T. Llibre"
> <> wrote:
>
>>re:
>>> Ok, then what can I try next ?

>>
>>1.
>>Re-register ASP NET 1.1 by running "aspnet_regiis -i"
>>from a command prompt in the Framework 1.1 directory:
>>c:\windows\microsoft.net\framework\v1.1.4322\
>>

>
> ___ THANK YOU ________ !!!!!!!!!!!!!!!!
>
> Finally, that did the trick! the .aspx entry was deleted
> automatically.
>
> Thank you Juan !!
>
> A very happy Alexander )
>
>>2.
>>Check to see if the ASPNET and the IUSR_YourComputer
>>accounts have permission to access your wwwroot and the
>>directory tree below it.
>>
>>
>>re:
>>> There is no entry for "ASP.NET v1.1.4322".
>>> I made the entry for aspx. SO I can delete again?

>>
>>What I meant is that *if* there was an entry
>>for "ASP.NET v1.1.4322" *then* you could
>>delete the entry you made for "aspx", since
>>it would duplicate the "ASP.NET v1.1.4322" entry.
>>
>>To prevent confusion, I'd delete that entry, anyway,
>>and create a new one for "ASP.NET v1.1.4322",
>>mapping the entry to
>>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\asp net_isapi.dll
>>and checking the "Allowed" checkbox.
>>
>>But, *only* do that after you re-register ASP.NET 1.1,
>>per above, and check the IIS Manager again, to see
>>if re-registering ASP.NET 1.1 added the entry ( it should ).
>>
>>Make sure you close and open IIS Manager,
>>or refresh the view, before cheking for the new entry.
>>
>>
>>
>>
>>Juan T. Llibre
>>===========
>><> wrote in message
>>news:. ..
>>> On Tue, 14 Dec 2004 09:37:33 -0400, "Juan T. Llibre"
>>> <> wrote:
>>>
>>>>In IIS Manager/Web Service Extensions/
>>>>
>>>>
>>>>is there an entry for "ASP.NET v1.1.4322" ?
>>>>
>>>>If so, set it to "Allowed".
>>>>( Highlight it and click the "Allow" button. )
>>>>
>>>>If that's where you made the aspx entry,
>>>>you can delete it. It's unneeded.
>>>>
>>>>
>>>>
>>>>Juan T. Llibre
>>>>===========
>>>
>>> Dear Juan,
>>>
>>> Thank you for helping.
>>>
>>> There is no entry for "ASP.NET v1.1.4322".
>>> I made the entry for aspx. SO I can delete again?
>>>
>>> Ok, then what can I try next ?
>>>
>>> Alexander

>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
aspx dont work: App-Domain could not be created AlexCZ ASP General 1 06-29-2006 09:46 AM
Aspx Pages dont work on Server =?Utf-8?B?SmFycm9k?= ASP .Net 4 11-10-2005 09:11 AM
passing variables from .aspx.cs code pages to .aspx pages RadioSignal ASP .Net Web Controls 7 10-21-2005 11:41 PM
Hi I am new to asp i can not get it to work on xp pro sp2 even though the localhost work but asp pages dont so can some one help craig dicker ASP .Net 9 07-07-2005 11:52 AM
<A href= links dont always render properly on my .aspx pages Brian Watkins ASP .Net 5 01-06-2004 06:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57