Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ASP.NET - IIS 6.0 - Windows Server 2003

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  mdutil and BINARY  
Author Message
jerry4

External


Since: Sep 13, 2004
Posts: 2



(Msg. 1) Posted: Mon Sep 13, 2004 5:33 pm
Post subject: ASP.NET - IIS 6.0 - Windows Server 2003
Archived from groups: microsoft>public>inetserver>iis (more info?)

ASP.NET is not displaying in the web service extensions.
I clicked the "Add a new Web Service extension" link and
selected \windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
Then set it to allow ASP.NET.

Still getting the HTTP 404 error "page cannot be found"

Any ideas?

Thanks,
--
Jerry

 >> Stay informed about: ASP.NET - IIS 6.0 - Windows Server 2003 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Tue Sep 14, 2004 1:33 pm
Post subject: Re: ASP.NET - IIS 6.0 - Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

a) undo the changes that you made. Navigate to
c:\windows\Microsoft.Net\framework\v1.1.4322
in a command prompt and run:

aspnet_regiis.exe -i

which will configure IIS for ASP.NET

b) Open IIS Manager, and locate the Web Services Extension node. Check that
ASP.NET is set to "Allowed"

Lastly, if you are still getting a 404 error, please open the IIS logfile
for the website in question, and locate the HTTP substatus code for the
request. That will tell us why IIS is giving you a 404 for the request.

Thanks

Cheers
Ken



"Jerry" <Jerry RemoveThis @jerry.com> wrote in message
news:CD72DBDC-832E-44FB-A99B-0A097B418A8F@microsoft.com...
 > ASP.NET is not displaying in the web service extensions.
 > I clicked the "Add a new Web Service extension" link and
 > selected \windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
 > Then set it to allow ASP.NET.
 >
 > Still getting the HTTP 404 error "page cannot be found"
 >
 > Any ideas?
 >
 > Thanks,
 > --
 > Jerry<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ASP.NET - IIS 6.0 - Windows Server 2003 
Back to top
Login to vote
jerry4

External


Since: Sep 13, 2004
Posts: 2



(Msg. 3) Posted: Tue Sep 14, 2004 1:33 pm
Post subject: Re: ASP.NET - IIS 6.0 - Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ken,

You are da man.

Thanks,

Jerry

"Ken Schaefer" wrote:

 > a) undo the changes that you made. Navigate to
 > c:\windows\Microsoft.Net\framework\v1.1.4322
 > in a command prompt and run:
 >
 > aspnet_regiis.exe -i
 >
 > which will configure IIS for ASP.NET
 >
 > b) Open IIS Manager, and locate the Web Services Extension node. Check that
 > ASP.NET is set to "Allowed"
 >
 > Lastly, if you are still getting a 404 error, please open the IIS logfile
 > for the website in question, and locate the HTTP substatus code for the
 > request. That will tell us why IIS is giving you a 404 for the request.
 >
 > Thanks
 >
 > Cheers
 > Ken
 >
 >
 >
 > "Jerry" <Jerry RemoveThis @jerry.com> wrote in message
 > news:CD72DBDC-832E-44FB-A99B-0A097B418A8F@microsoft.com...
  > > ASP.NET is not displaying in the web service extensions.
  > > I clicked the "Add a new Web Service extension" link and
  > > selected \windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
  > > Then set it to allow ASP.NET.
  > >
  > > Still getting the HTTP 404 error "page cannot be found"
  > >
  > > Any ideas?
  > >
  > > Thanks,
  > > --
  > > Jerry
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET - IIS 6.0 - Windows Server 2003 
Back to top
Login to vote
jeremysmith

External


Since: Jun 21, 2004
Posts: 13



(Msg. 4) Posted: Tue Sep 14, 2004 1:33 pm
Post subject: Re: ASP.NET - IIS 6.0 - Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just a possible bug in the IIS 6.0 Migration tool. I was getting the same
error after migrating from IIS 5 to IIS 6.0. The path for aspnet_isapi.dll
had c:\winnt\. So I had to go back and change it to c:\windows\

"Jerry" wrote:

 > Ken,
 >
 > You are da man.
 >
 > Thanks,
 >
 > Jerry
 >
 > "Ken Schaefer" wrote:
 >
  > > a) undo the changes that you made. Navigate to
  > > c:\windows\Microsoft.Net\framework\v1.1.4322
  > > in a command prompt and run:
  > >
  > > aspnet_regiis.exe -i
  > >
  > > which will configure IIS for ASP.NET
  > >
  > > b) Open IIS Manager, and locate the Web Services Extension node. Check that
  > > ASP.NET is set to "Allowed"
  > >
  > > Lastly, if you are still getting a 404 error, please open the IIS logfile
  > > for the website in question, and locate the HTTP substatus code for the
  > > request. That will tell us why IIS is giving you a 404 for the request.
  > >
  > > Thanks
  > >
  > > Cheers
  > > Ken
  > >
  > >
  > >
  > > "Jerry" <Jerry DeleteThis @jerry.com> wrote in message
  > > news:CD72DBDC-832E-44FB-A99B-0A097B418A8F@microsoft.com...
   > > > ASP.NET is not displaying in the web service extensions.
   > > > I clicked the "Add a new Web Service extension" link and
   > > > selected \windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
   > > > Then set it to allow ASP.NET.
   > > >
   > > > Still getting the HTTP 404 error "page cannot be found"
   > > >
   > > > Any ideas?
   > > >
   > > > Thanks,
   > > > --
   > > > Jerry
  > >
  > >
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET - IIS 6.0 - Windows Server 2003 
Back to top
Login to vote
bklists

External


Since: Sep 02, 2004
Posts: 28



(Msg. 5) Posted: Wed Sep 15, 2004 7:19 am
Post subject: Re: ASP.NET - IIS 6.0 - Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When you do add/remove components - does it show asp.net checked? It almost
sounds like asp.net isn't installed.

--
~Brad Kingsley
Microsoft MVP - ASP/.Net
Windows 2000 MCSE

<a style='text-decoration: underline;' href="http://www.orcsweb.com/" target="_blank">http://www.orcsweb.com/</a>
Powerful Web Hosting Solutions
#1 in Service and Support







"Jerry" <Jerry RemoveThis @jerry.com> wrote in message
news:CD72DBDC-832E-44FB-A99B-0A097B418A8F@microsoft.com...
 > ASP.NET is not displaying in the web service extensions.
 > I clicked the "Add a new Web Service extension" link and
 > selected \windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
 > Then set it to allow ASP.NET.
 >
 > Still getting the HTTP 404 error "page cannot be found"
 >
 > Any ideas?
 >
 > Thanks,
 > --
 > Jerry<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ASP.NET - IIS 6.0 - Windows Server 2003 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]