Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > ASP.NET 4 General Discussion
|
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 31st, 2010, 05:16 AM
Authorized User
 
Join Date: Nov 2009
Posts: 23
Thanks: 7
Thanked 0 Times in 0 Posts
Default

How

I cannot find my site's Advanced Settings dialog, so I can't see if my web site use the Default AppPool.

Imar: "You could try reregistering ASP.NET with IIS using aspnet_regiis -1 from the .NET Framework folder." Imar can you please specify in more details how I do that ?

Best regards,
Bo
 
Old August 31st, 2010, 05:50 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You are using IIS 7, right? If so, there should be an Advanced Settings link in the actions pane at the right.

For regiis: search Google: http://www.google.com/#hl=en&q=%22aspnet_regiis+-i%22

You'll find many articles detailing the steps.

BTW: it's -i, not -1 which I accidentally typed in my message. I've updated my previous post.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
ceboc (September 1st, 2010)
 
Old August 31st, 2010, 07:59 AM
Authorized User
 
Join Date: Nov 2009
Posts: 23
Thanks: 7
Thanked 0 Times in 0 Posts
Default

Hi

I am no longer sure about I use IIS 7 together with VWD 2010. An IIS welcome page is shown, when I write localhost in a browser. Does that mean I am using II7 ? I can't find the Advanced Settings link in the actions pane at the right.

When I try to reregistering ASP.NET with IIS using aspnet_regiis -i from the .NET Framework folder I get a new error. The error says that I must have administrator permission for this action. I am logged on the computer as computeradministator, so I can't see, how I can solve this problem ?

I am the only user of the computer. I have also tried to give full control to the .NET Framework folder(v4.0.30319) for all users. But it did not help.

Thank you for your great patience Imar.

Best regards,
Bo
 
Old August 31st, 2010, 08:47 AM
Authorized User
 
Join Date: Nov 2009
Posts: 23
Thanks: 7
Thanked 0 Times in 0 Posts
Default

I have now with succes reregistering ASP.NET with IIS using aspnet_regiis -i.

Unfortunately it did not solve my problem. I still get the error: "ASP.NET Ajax client-side framework failed to load" when I run my simple webpage in a browser.

Hope someone can help.

Best regards,
Bo
 
Old August 31st, 2010, 10:02 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Which version of Windows are you using? Did you correctly install IIS through the Programs and Features option?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
ceboc (September 1st, 2010)
 
Old August 31st, 2010, 10:06 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

BTW: Did you Google for the exact error message you're getting? I see a range of problems associated with the error, with solutions ranging from settings in IIS to third party software.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
ceboc (September 1st, 2010)
 
Old August 31st, 2010, 11:01 AM
Authorized User
 
Join Date: Nov 2009
Posts: 23
Thanks: 7
Thanked 0 Times in 0 Posts
Default

I use Windows 7 Professional. I can't remember, that I have installed IIS 7. I thought it was installed automatically, when I installed VWD 2010. Maybe it was preinstalled on my new computer.

I have Google the error and found a lot of writting about the error. Most of it I did not understand and nothing could solve my problem.

Best regards,
Bo
 
Old August 31st, 2010, 11:05 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It usually doesn't come preinstalled, so my advice would be to reinstall it using the Control Panel. Check the IIS documentation or iis web site (iis.net) for prerequisites for ASP.NET.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
ceboc (September 1st, 2010)
 
Old September 1st, 2010, 08:25 AM
Authorized User
 
Join Date: Nov 2009
Posts: 23
Thanks: 7
Thanked 0 Times in 0 Posts
Default

Hi Imar

I have solved my error!!

The error appeared because my test.zip file was defect. My VWD 2010 works fine, when I use other zip files. So I am a happy and relieved man again.

Thank you(Imar) for all your patience and the time you spend on my problem.

Best Regards,

Bo





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET Ajax client-side framework failed to load ceboc BOOK: Beginning ASP.NET 4 : in C# and VB 2 August 29th, 2010 05:44 AM
ASP.NET Ajax client-side framework failed to load mkarmali BOOK: ASP.NET 3.5 Website Programming Problem Design Solution 1 April 6th, 2010 09:01 AM
Client side DAtabinding with ASP.NET ajax 4.0 aldwinenriquez ASP.NET 3.5 Professionals 1 June 11th, 2009 01:24 AM
Error Message: Asp.Net Server failed to start ... ramakrishna.one .NET Framework 2.0 0 June 9th, 2007 03:23 AM
Is client-side validation in ASP.NET 2.0 possible? jacob ASP.NET 2.0 Basics 6 April 10th, 2007 05:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.