Jump to content

Trying to Run ASP.NET websites

- - - - -

  • Please log in to reply
4 replies to this topic

#1
Howdy_McGee

Howdy_McGee

    Programmer

  • Members
  • PipPipPipPip
  • 135 posts
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?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Josh-A

Josh-A

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
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
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users