I keep getting this error when I'm trying to run my ASP.NET websites. What are the possible reasons behind this? I have .NET Framework installed and running but still no luck...
http://ns-llc.com/alexnodr/index.asp
Any suggestions?
4 replies to this topic
#1
Posted 18 April 2011 - 03:13 PM
|
|
|
#2
Posted 18 April 2011 - 03:29 PM
It looks like you haven't configured IIS to allow .NET applications to run on that folder. Also, you might want to use aspx if it's .NET.
#3
Posted 15 June 2011 - 11:45 PM
If you are not getting a proper solution, you can contact an ASP.NET host. If you sign up for an ASP.NET hosting plan, you will be provided with complete technical assistance for your website and the issues will be sorted right away.
#4
Posted 18 June 2011 - 04:21 PM
you'll want to make sure in your %system root%/Microsoft.NET/Framework/v2.0.*/aspnet_regiis.exe -i is run (for frameworks 2, 3 and 3.5, or v4.0.* for framework 4)
#5
Posted 18 June 2011 - 04:22 PM
but dont do that for every application, this would update the metabase affecting all applications
sooner or later you will want to run different frameworks for different applications. In which case you can use appropriate switches, or simply use the ASP.NET tab in your application or virtual directory property pages.
sooner or later you will want to run different frameworks for different applications. In which case you can use appropriate switches, or simply use the ASP.NET tab in your application or virtual directory property pages.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









