"Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Hi,

You may get a Page cannot be found message when you browse aspx pages in a Windows Server 2003 environment.

That is because in Windows 2003, all the webservice extensions are "Prohibited" by default to ensure security.

To resolve this, do the following steps:-

1. From your Run command, type inetmgr and press enter.
2. Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node
3. Click on the same.
4. You will find a list of "prohibited" extensions in the right.
5. Click on ASP.NET and "allow" it

That should resolve this issue.

This article applies for Windows Server 2003, IIS 6.0 environment.

posted @ Monday, April 25, 2005 7:38 AM

Print

Comments on this entry:

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mary at 6/23/2005 3:44 PM
Gravatar
and what do you do if asp.net does not show in the extensions (and yes it's installed).

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Wilco at 12/27/2005 2:41 PM
Gravatar
Thanks. I searched hours for this...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by otto at 1/20/2006 9:50 AM
Gravatar
Tank you, this was driving me crazy.
And why iis doesnt report a usefull error...?!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Tiger at 3/9/2006 1:12 PM
Gravatar
Great. Excellent. It worked for me. I spent my whole life for this stupid errorr.
Thank you so much.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Ken at 4/7/2006 3:54 PM
Gravatar
Click on start then select Run. Copyo and paste this command then click okay. That will reregister ASP.NET to IIS C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -I

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Misu at 4/10/2006 1:19 PM
Gravatar
Thank a lot

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Nirmal at 4/20/2006 6:24 PM
Gravatar
Thanks a lot. wasted hours for this.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Ahmad Islam at 6/16/2006 2:12 PM
Gravatar
Thank You so much It was ver informative, I would put the whole thing this way
To resolve this, do the following steps:-

Download ASP.net 2.0 framework form
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx



Click on start then select Run. Copy and paste this command then click okay. That will reregister ASP.NET to IIS
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -I

from IIS go to ASP.NET tab and change the asp.net version to 2.0XXX
(in IIS go to the specific virtual directory of the web application for which you are recieving this error. Right-click on it, and in the properties there will be an ASP.NET tab which you can toggle to .NET)

From your Run command, type inetmgr and press enter.
Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node
Click on the same.
You will find a list of "prohibited" extensions in the right.
Click on ASP.NET and "allow" it.

That should resolve this issue.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by D at 7/14/2006 8:52 PM
Gravatar
thank you SO much!
I would have never figured this out by myself!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Krishan Ariyawansa at 7/20/2006 10:35 PM
Gravatar
Cheers mate this works fine without running aspnet_regiis.exe -I for V.2.

I wasted many good hours.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by scott at 8/18/2006 7:27 AM
Gravatar
God this is weird, I had to run that bloody asp_netregiis.exe on several machines. It's not as if I'm running anything weird, why this obscure step that isn't documented anywhere!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Shaun at 8/29/2006 2:28 PM
Gravatar
Thanks. That saved me a big headache!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Francis Mensah at 9/22/2006 9:17 AM
Gravatar
above error.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Armin at 9/29/2006 5:39 AM
Gravatar
Thanks alot!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Montse at 10/20/2006 12:04 PM
Gravatar
thank you! What would we do without internet?

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Jon Elster at 11/16/2006 8:15 PM
Gravatar
Thanks, You Rock.... what a PITA

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Carlos G. at 11/20/2006 3:27 PM
Gravatar
Excellent,

Thanks for this info

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Dimas Alves (Brazil) at 1/11/2007 1:04 PM
Gravatar
Thanks

on my "web service extension" list don´t apears the asp.net service, so I add a 2 new web service extension: one pointting to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll to my asp.net 1.1 and another pointting to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll for asp.net 2.0

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by chris at 2/14/2007 9:19 AM
Gravatar
thx alot you just saved my ass..... I've been looking for this for the last 4 days nonstop..... does anyone know why this happens???

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Doug at 2/20/2007 10:10 PM
Gravatar
Un-friggin' believable. Thank you SO much. Like so many others, I've spent hours and hours trying to figure this out.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by andrew ink at 3/6/2007 4:38 PM
Gravatar
Thanks Mate!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by ck at 3/15/2007 11:46 AM
Gravatar
the internet is a wonderful thing - thanks so much for taking time to post this up, it's a life saver!! :-)

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by RDN at 4/21/2007 6:45 AM
Gravatar
Thanks alot, saved me alot of problems there.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Bdr at 5/8/2007 5:18 AM
Gravatar
My hero!!

Saved me a lot of time!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Drew at 6/26/2007 4:24 PM
Gravatar
save me hours !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Thank you and thank you google for organizing the worlds data!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Göran at 7/5/2007 9:51 PM
Gravatar
Saved my day, thanks!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mike at 9/11/2007 6:38 AM
Gravatar
Thanks a lot!

Just in case someone else comes across this with my configuration here this page provides the fix.

Plesk 8.1 (my case a fresh dedicated server)
Windows 2003

Do this and your ASP.NET applications will work (no more "The page cannot be found")

From your Run command, type inetmgr and press enter.
Expand the appropriate nodes in the IIS to locate the "Webservice Extensions" Node
Click on the same.
You will find a list of "prohibited" extensions in the right.
Click on ASP.NET and "allow" it.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Eliena Andrews at 9/24/2007 9:31 PM
Gravatar
thanks for this nice tip, u saved my day..

Eliena

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by jgt at 12/21/2007 6:46 AM
Gravatar
>What would we do without internet?
Probably not create web pages on web servers? :D

My ASP.NET is allowed and it still didn't fix my problem, but thanks for the tips regardless!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0 ***.NET 2.0***

Left by .NET 2.0 at 12/29/2007 8:34 PM
Gravatar
I had to run aspnet_regiis.exe in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 in order to get my .net 2.0 website working, just thought it could help someone out.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by arichardson at 3/25/2008 1:01 AM
Gravatar
Thank you. I spent a solid week trying to figure this out. Microsoft does it again....jerks.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Bantu Singh at 4/23/2008 9:38 AM
Gravatar
Too good... You are a genious

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Rene at 5/21/2008 10:11 PM
Gravatar
Perfect advice, thanks for saving my day!! ;-)

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mike at 6/3/2008 9:49 AM
Gravatar
Wish I'd tried this a couple hours ago.

You'd think that IIS would at least log the REAL error somewhere.

Thanks!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by kashif at 6/16/2008 11:34 PM
Gravatar
Thanks a lot dear.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mo0K3 at 7/1/2008 4:31 AM
Gravatar
I was started to hit myself with a keyboard... then I find this solution... Thanks

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Saty at 7/17/2008 11:07 PM
Gravatar
Thanks mate !

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Gielie at 7/18/2008 1:39 AM
Gravatar
The right info at the right time - thanks! I had this problem so long ago that I forgot how to solve it.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by German at 7/30/2008 9:13 AM
Gravatar
Thanks!!! This made my day.. jeje

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by GES at 9/3/2008 2:23 PM
Gravatar
Thanks a lot. This is very helpful. Below link is to solve the "Parser Error Message: Unrecognized attribute 'xmlns'." problem which it's solve my next problem after this problem.

http://forums.msdn.microsoft.com/en-US/asmxandxml/thread/59f6b9d7-a63d-43ad-91f0-0340155bf1ba/


# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Clay at 9/4/2008 9:54 AM
Gravatar
You fixed my problem. Thank you very much. First page on google when i searched!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Udana at 9/9/2008 7:55 PM
Gravatar
i have allowed asp.net 2 also. but still i get the page as 'Page cannot be found' any suggesions?

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Ray at 9/22/2008 5:26 PM
Gravatar
VERY VERY VERY VERY HELPFUL.

I confess I almost always browse without a comment but this time I just can not help writing down some complements.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Aamir at 9/24/2008 6:42 AM
Gravatar
Great Solution. Thanks a lot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Sim at 9/24/2008 10:10 PM
Gravatar
THANX !!!

I work work with IIS 5, so im new to IIS 6, so i never knew you had to turn "BACK" on asp after installing ASP.NET! Wish Microsoft would inform people who is installing ASP.NET onto IIS6 about this.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Trevor at 11/4/2008 8:23 PM
Gravatar
I have a problem where aspx works on one site of the server and not on another. What do I do then?

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Rik at 11/9/2008 9:17 AM
Gravatar
thanks much-- i was tearing my hair out.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by PaxMax at 11/11/2008 5:01 PM
Gravatar
Woohoo! Thanks a lot. As per previous posters, I had to run from the v2.xxxx folder as well - only ASP.Net 1.1 was in my IIS MGR.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Allen at 11/16/2008 4:31 AM
Gravatar
Holy-Freaking Thank You!!!

That was unbelievably simple for something that took several hours!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Antoine at 11/19/2008 9:28 AM
Gravatar
Worked great for me. Thanks!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Jos at 11/20/2008 7:14 PM
Gravatar
Ook voor mij werkt dit nog steeds

Dank je!!

Thanx!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by azdırıcı at 11/30/2008 4:10 PM
Gravatar
thanks for blog

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by cruster at 12/2/2008 9:14 PM
Gravatar
thanks a whole lot!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by help me at 12/9/2008 12:17 PM
Gravatar
This solution is not working for me.... Please help... I have windows server 2003... Pls. help me
YM g[dot]palawan[at]yahoo[dot]

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by nabeel at 12/21/2008 6:17 PM
Gravatar
thanks a bunch.... had been trying aspnet_regiis -i and troubleshooting frontpage extensions and what not before working on the hunch that it might be an iis 6.0 specific issue..

your post was one of the first results i came across and it came through.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by ploy at 12/31/2008 12:54 PM
Gravatar
Thanks a lot. It's very useful. You makes me feel happy so much

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Radhika at 1/8/2009 10:27 AM
Gravatar
This really helped me thanks a lot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Sangeetha Senthilkumar at 1/12/2009 3:21 PM
Gravatar
Excellent Article. Thanks

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Sangeetha Senthilkumar at 1/12/2009 3:22 PM
Gravatar
Excellent Article. Thanks. It helped me a lot

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Sherif & Walid at 1/20/2009 4:09 PM
Gravatar
thank you so much, we are seeking for a solution for 4 days ago, and finally we got.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by jason j at 1/27/2009 10:42 AM
Gravatar
You are the best... note if you want to do this for asp.net v2.0 you have to add the aspnet_isap.dll to the extensions and allow it

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Joshco at 1/28/2009 7:31 AM
Gravatar
Cheers worked like a charm!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by rajesh at 1/29/2009 8:56 PM
Gravatar
thanks :)

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Alina at 2/20/2009 4:40 PM
Gravatar
Thank you very much. It worked out.

# IIS 6.0 on Windows 2003 gets currupted

Left by shyam bhavsar at 2/26/2009 1:17 PM
Gravatar
Dear friends,
as i saw so many responses from all over the globe, please provide me a solution for this problem -
IIS 6.0 gets corrupted suddenly, each time i have to execute aspnet_regiis -i & then allow web services.
please provide the best solution.
thanks in advance

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by John Lenaghan at 3/10/2009 10:19 PM
Gravatar
Thank you ...thank you ...thank you ...thank you ...thank you ...thank you ...thank you ... oh and ...thank you

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hasukh patel at 3/16/2009 6:12 PM
Gravatar
thanks a lot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hasmukh patel at 3/16/2009 6:13 PM
Gravatar
thanks a lot

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by alex at 3/23/2009 9:06 PM
Gravatar
Great!!!! Works like a charm

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Push at 3/25/2009 1:08 PM
Gravatar
Haha. Yes that worked.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Bebandit at 4/3/2009 3:51 AM
Gravatar
Thanks! Did the trick.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Jerome at 4/17/2009 7:29 PM
Gravatar
You were dead on. I've been pulling my hair out for a couple of days now. Thanks for the post!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by smat at 5/13/2009 1:22 AM
Gravatar
thanks a lot... saved my day...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Julius Halim at 5/15/2009 5:40 PM
Gravatar
Maturnuwun sanget yo...GREAT !


Salam

Julius

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by magethon at 5/23/2009 9:40 PM
Gravatar
Thanks, I've lost many hours fighting with it.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Bruno Guzzo at 5/24/2009 1:10 AM
Gravatar
Guys, you really saved my life.
Thanks a lot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Phanu282003 at 6/1/2009 9:29 AM
Gravatar
Thank alot

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hag at 6/2/2009 10:37 PM
Gravatar
I have tried the recommendations and I am still having the problem with page not found. Any other ideas?

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hag at 6/2/2009 10:52 PM
Gravatar
It did work!!!! I missed a step but when I re-did it everything worked GREAT. This has been a nightmare for the past few days.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Ford at 6/10/2009 11:49 AM
Gravatar
If you are running 64bit server and IIS is 64 bit then make sure you install the 64 bit version of ASP.NET v2.xxxx and not the 32 bit version.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by konteyner at 7/2/2009 5:19 AM
Gravatar
If you are running 64bit server and IIS is 64 bit then make sure you install the 64 bit version of ASP.NET v2.xxxx and not the 32 bit version. I

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by oteller at 7/2/2009 5:20 AM
Gravatar
It did work!!!! I missed a step but when I re-did it everything worked GREAT. This has been a nightmare for the past few days.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Haberler at 7/2/2009 6:00 AM
Gravatar
I have tried the recommendations and I am still having the problem with page not found. Any other ideas...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Tatil yerleri at 7/2/2009 6:03 AM
Gravatar
Thanks, I've lost many hours fighting with it.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by tatil hotel at 7/2/2009 6:05 AM
Gravatar
thanks a whole lot...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by yat kiralama at 7/6/2009 3:56 AM
Gravatar
Thanks a lot!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by koxp at 7/8/2009 6:35 AM
Gravatar
Than.Ks You admin

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by tolga at 7/8/2009 6:36 AM
Gravatar
Thank YOu Bro.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mohammad shekib at 7/12/2009 4:52 AM
Gravatar
Thanks alot....

# Thans

Left by Muhammad Fakhr Elden at 7/16/2009 5:17 PM
Gravatar
Thanks alot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hikaye at 7/16/2009 5:44 PM
Gravatar
very nice article.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Ken Lewis at 7/18/2009 6:58 PM
Gravatar
The comments above were very helpful. Running reg IIS to install 2.0 worked for me. Here is the command I used. After navigating to:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

I used:

aspnet_regiis -i

I hope this helps someone.

Ken

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by hamid elmi at 7/18/2009 11:53 PM
Gravatar
thanks to you

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by shahan at 7/24/2009 6:42 AM
Gravatar
cool ... thanks

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by SC at 7/30/2009 2:30 AM
Gravatar
thanks. solution works.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by su deposu at 8/6/2009 4:06 AM
Gravatar
I have tried the recommendations and I am still having the problem with page not found. Any other ideas...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by root at 8/10/2009 8:15 AM
Gravatar
It works fine !! Thanks a lot !!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by DantePrax at 8/17/2009 11:54 PM
Gravatar
Tks a million .... this issue drove me crazy for 2 hours....

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Lida Fx15 Biber Hapı İkibindokuz at 8/21/2009 12:54 PM
Gravatar
Thanksk a lot. very nice job.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by klima at 8/27/2009 5:15 AM
Gravatar
klima servisi olarak çalışırken öncelikle servisin klima konusuna ne kadar hakim olduğu bilinmelidir.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Spenser at 8/28/2009 9:44 AM
Gravatar
This was a blessing...thank you so much!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Grup Hepsi at 9/7/2009 12:43 PM
Gravatar
thank you so much

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by telefon dinleme at 9/15/2009 11:12 AM
Gravatar
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

I used:

aspnet_regiis -i

I hope this helps someone.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by casus telefon at 9/15/2009 11:13 AM
Gravatar
yes its right.. telefon dinleme

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by dinleme cihazları at 9/15/2009 11:14 AM
Gravatar
I think its have problem.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by telefon dinleme at 9/15/2009 11:16 AM
Gravatar
where are u from dinleme cihazları .. If you are running 64bit server and IIS is 64 bit then make sure you install the 64 bit version of ASP.NET v2.xxxx and not the 32 bit version. I

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by ses kayıt cihazı at 9/15/2009 11:17 AM
Gravatar
If you are running 64bit server and IIS is 64 bit then make sure you install the 64 bit version of ASP.NET v2.xxxx and not the 32 bit version. I
its so eazy

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by mario oyunları at 9/21/2009 10:25 AM
Gravatar
yes its right.. telefon dinleme

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by oyunadasi at 9/25/2009 2:17 AM
Gravatar
thank you SO much!
I would have never figured this out by myself!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Good at 9/27/2009 6:17 PM
Gravatar
Good on you!!! Thanks!!!!!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by James Collett at 9/28/2009 12:13 AM
Gravatar
Massive thanks!

This old chestnut has rumbled on for years but thank goodness this thread is still around!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by keramik at 9/28/2009 11:33 PM
Gravatar
This was a blessing...thank you so much!!!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Naidu Nalla at 10/11/2009 7:19 PM
Gravatar
Thanks a Lot.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Kyle Burton at 10/12/2009 6:53 AM
Gravatar
Four and a half years after you posted this information, and it is still helping people. You deserve some kind of medal for this post.

Now my bigger issue is getting ii5 to recognize an asp.net 1.1 installation on an x64 server...

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Mangs at 10/15/2009 7:45 AM
Gravatar
Thanks a ton!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Karadeniz at 11/1/2009 5:01 AM
Gravatar
Great. Excellent. It worked for me. I spent my whole life for this stupid errorr.
Thank you so much. Thanks

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by pvp serverlar at 11/1/2009 7:08 PM
Gravatar
Four and a half years after you posted this information, and it is still helping people. You deserve some kind of medal for this post.

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by vsav at 11/4/2009 3:49 AM
Gravatar
I second the proposal for a medal! Helped me out a lot. Thanks!

# re: "Page cannot be found" when browsing aspx pages in Windows Server 2003 with IIS 6.0

Left by Esra at 11/4/2009 9:24 PM
Gravatar
Hi ;
Thank you for solution. It works for me. But I suggest users be careful about yhe path. In my case real aspnet_regiis.exe is in framework64 folder, not in framework. (x64 server) :)

thank you again

# sikiş izle

Left by mikeee1 at 11/21/2009 9:21 AM
Gravatar
Great. Excellent. It worked for me. I spent my whole life for this stupid errorr.
Thank you so much.Thank you very much..

Your comment:



 (will not be displayed)


 
 
 
 
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345