Results 1 to 10 of 10

Thread: [2005] Windows 2000 Server

  1. #1

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    [2005] Windows 2000 Server

    I am new to ASP.Net 2.0. Can you run and ASP.Net 2.0 Web Application on Windows 2000 Server?

    I just created a new Web Application and I get:
    Unrecognized configuration section 'connectionStrings'

    When I just try and navigate to the site.

  2. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: [2005] Windows 2000 Server

    can you post the code of web.config file .
    Last edited by riteshjain1982; Jul 12th, 2008 at 05:41 PM.
    __________________
    Rate the posts that helped you

  3. #3

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [2005] Windows 2000 Server

    First, when I try to make a New ASP.Net Web Site (http://www.mydomain.com/virtualdirectory), it tells me:

    "The web server doesn't appear to have the Front Page Server Extensions installed"

    Second, there is no code for the web.config. Whatever the default code is when you first make a new Web Project is what is in there. I simply changed the location from HTTP (which I cannot get to work) to File System and after VS.Net 2005 saved those files, I tried to navigate to the default page to see what it looks like and it gave me that error.

    Note, this is a Web Server I have maintained at my house for several years. It has been running ASP.Net 1.1 applications fine, so I have the freedom to do anything to make it ASP.Net 2.0 compliant.

    If Windows 2000 Server does not run ASP.Net, I will have to get a web host, which would suck but I would have to do it .

  4. #4
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: [2005] Windows 2000 Server

    is your IIS/Application is configured to run 2.0 application?did you run aspnet_regiis -i for 2.0 ?
    __________________
    Rate the posts that helped you

  5. #5

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [2005] Windows 2000 Server

    Quote Originally Posted by riteshjain1982
    is your IIS/Application is configured to run 2.0 application?did you run aspnet_regiis -i for 2.0 ?
    No, I have not done that. So do I literally open up a command line and run that command you typed in?

  6. #6
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: [2005] Windows 2000 Server

    yes open VS.NET (2005) command promt and try this comand
    __________________
    Rate the posts that helped you

  7. #7

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [2005] Windows 2000 Server

    [resolved]
    Last edited by maikeru-sama; Jul 12th, 2008 at 09:33 PM.

  8. #8

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [2005] Windows 2000 Server

    [resolved]
    Last edited by maikeru-sama; Jul 12th, 2008 at 09:34 PM.

  9. #9

    Thread Starter
    Hyperactive Member maikeru-sama's Avatar
    Join Date
    May 2008
    Posts
    339

    Re: [2005] Windows 2000 Server

    Okay, after doing some research, I am able to make a new site with "File System".

    However, I am just wondering why I get the FPE error when the Location is HTTP.

    When you all do a brand new site using HTTP, how do you input the url?
    I am doing:
    http://www.mydomain.com/virtualdirectory

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Windows 2000 Server

    Go to Add/Remove programs, then Add/Remove Window Components. You should be able to install FPSE in there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width