Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 June 11th, 2009, 10:42 AM
Authorized User
 
Join Date: Jun 2009
Posts: 66
Thanks: 22
Thanked 0 Times in 0 Posts
Default Need help for ASP.Net and IIS7

Hi, all!
I have just installed IIS7 under Vista, and I'm trying to work on a very simple ASP website I'm working on (Access
database).

First, is there a document that details what steps are required after installing IIS7 to
get ASP 2.0 working? Already went through what docs I could find, but nothing has worked so far.

Second, in general, are there any docs or CORRECT blogs out there that give hints or instructions on getting IIS7 up and working under Vista?

Thanks
Khan
 
Old June 11th, 2009, 06:13 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

You can just run the site in "Classic" mode in IIS7, or you can see the document below to migrate a site running on 5.1 or 6 to IIS7 Integrated Mode.
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
 
Old June 12th, 2009, 12:55 PM
Authorized User
 
Join Date: Jun 2009
Posts: 66
Thanks: 22
Thanked 0 Times in 0 Posts
Default Thank you all for your support

Thank you all for all of your support and time..... The problem is solved now.... :)
I have copied and pasted the missing files into the folder that the error was mentioning. And refreshed the browser and it worked....I have also done the setup according to http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx
that's an awesome thing to follow.....but more or less they say the things that others have said as well.....

I have one more question though.....if I modify the codes now.....as they are converted to VS 2008, will be be usable in the older versions.....or when I upload in the real server?...... When I was publishing/converting the web application, it said that it won't be converted to the old version anymore....does that mean it'll become unusable in the older version as well??? cause the server runs the older version which I can't change.

Thank you.
Skhan
 
Old June 12th, 2009, 01:03 PM
Lee Dumond's Avatar
Wrox Author
 
Join Date: Jan 2008
Posts: 923
Thanks: 12
Thanked 166 Times in 162 Posts
Default

That only means you won't be able to open it with VS 2005 any more. Should not affect how the compiled site runs on the server at all.
__________________
Visit my blog at http://leedumond.com
Follow me on Twitter: http://twitter.com/LeeDumond

Code:
if (this.PostHelpedYou)
{
   ClickThanksButton(); 
}
The Following User Says Thank You to Lee Dumond For This Useful Post:
skhan (June 12th, 2009)
 
Old June 12th, 2009, 01:13 PM
Authorized User
 
Join Date: Jun 2009
Posts: 66
Thanks: 22
Thanked 0 Times in 0 Posts
Default Thank you :)

Thank you.





Similar Threads
Thread Thread Starter Forum Replies Last Post
trouble using Msxml2.DOMDocument.6.0 on IIS7 lcsgeek XML 6 May 13th, 2009 12:49 PM
Vista/IIS7 Setup hyarmion BOOK: Beginning ASP 3.0 0 November 3rd, 2008 01:33 AM
IIS7: Can't display downloaded file idea_talk Internet Information Services 1 September 26th, 2008 06:37 PM
IIS7 and Vista makintosh BOOK: Beginning ASP 3.0 2 January 31st, 2008 06:06 PM
IIS7, Front Page Server Extentions, Vista Bob Bedell ASP.NET 2.0 Professional 10 September 20th, 2007 12:21 PM





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