|
-
Jul 12th, 2008, 05:17 PM
#1
Thread Starter
Hyperactive Member
[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.
-
Jul 12th, 2008, 05:34 PM
#2
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 
-
Jul 12th, 2008, 05:44 PM
#3
Thread Starter
Hyperactive Member
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 .
-
Jul 12th, 2008, 06:00 PM
#4
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 
-
Jul 12th, 2008, 06:09 PM
#5
Thread Starter
Hyperactive Member
Re: [2005] Windows 2000 Server
 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?
-
Jul 12th, 2008, 06:14 PM
#6
Re: [2005] Windows 2000 Server
yes open VS.NET (2005) command promt and try this comand
__________________
Rate the posts that helped you 
-
Jul 12th, 2008, 08:26 PM
#7
Thread Starter
Hyperactive Member
Re: [2005] Windows 2000 Server
Last edited by maikeru-sama; Jul 12th, 2008 at 09:33 PM.
-
Jul 12th, 2008, 09:20 PM
#8
Thread Starter
Hyperactive Member
Re: [2005] Windows 2000 Server
Last edited by maikeru-sama; Jul 12th, 2008 at 09:34 PM.
-
Jul 12th, 2008, 09:35 PM
#9
Thread Starter
Hyperactive Member
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
-
Jul 14th, 2008, 12:53 PM
#10
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|