<div>If you have actually transferred all your files to the root of your local IIS server, you should probably use:</div> <div> </div> <div>http://pegasus/default.aspx</div> <div> </div>
<div>and not:</div> <div> </div> <div>http://pegasus/SI/default.aspx</div> <div> </div> <div>However, in most cases, normal procedure would be to create a "virtual directory"
called SI using the IIS Management Console and point to the location of your present SI files when prompted by the wizard you'll see when creating your virtual directory. </div> <div> </div> <div>Depending upon your setup, you may also have to select the Asp.Net
2.0 framework in the properties dialogue, add Default .aspx to default documents if it's not precluded in the list of default docs.</div> <div> </div> <div>As you may know, there are great deployment functions included in VS 2005 which will do most of the
work for you. By clicking "build > publish website > ...", and choosing "Local IIS", you can do all the necessary steps from right within VS, including creating a new Virtual folder or new Web Application for your local project.</div> <div> </div> <div>Aiding
in scenarios like yours unfortunately involves a lot of guesswork, however, I hope this helps.</div>
adec
Star
12495 Points
2491 Posts
Re: My ASP.NET 2.0 Web Pages do not run inside IIS
Jul 21, 2006 03:13 AM|LINK
Andre Colbiornsen