|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
http 1.1/ 403 access forbidden after framework 2.0 installedI have multiple asp.net projects on my development machine. Visual Studio 2003 Framework 1.1.4 I installed the VS 2005 Express and Framework 2.0. Now these asp.net sites will not load. the visual studio pops up a message saying http 1.1/ 403 access forbidden. The other projects in the solution that are class libraries load fine. I opened up the NTFS permissions pretty wide and still get this error? any ideas? thanks Chris Use IIS Manager and in the properties of the site there is a new tab called
ASP.NET. See that the ASP.NET version is still 1.1 and was not changed by the installation to 2.0. If you are running 2003 Server then ensure that each framework has its own application pool. Show quoteHide quote "Chris" <Ch***@discussions.microsoft.com> wrote in message news:E4B1DD6A-97B1-431B-A6A3-F7F33EA33D41@microsoft.com... > Hi, > > I have multiple asp.net projects on my development machine. > Visual Studio 2003 > Framework 1.1.4 > > I installed the VS 2005 Express and Framework 2.0. > > Now these asp.net sites will not load. the visual studio pops up a message > saying http 1.1/ 403 access forbidden. The other projects in the solution > that are class libraries load fine. > > I opened up the NTFS permissions pretty wide and still get this error? > > any ideas? > > thanks > > Chris > > > yes, i had checked this and it is set to 1.1.
I am running Server 2000. I found some blogs that are refering to this problem. They all basically lead to reinstalling IIS Show quoteHide quote "Chris Botha" wrote: > Use IIS Manager and in the properties of the site there is a new tab called > ASP.NET. See that the ASP.NET version is still 1.1 and was not changed by > the installation to 2.0. > If you are running 2003 Server then ensure that each framework has its own > application pool. > > "Chris" <Ch***@discussions.microsoft.com> wrote in message > news:E4B1DD6A-97B1-431B-A6A3-F7F33EA33D41@microsoft.com... > > Hi, > > > > I have multiple asp.net projects on my development machine. > > Visual Studio 2003 > > Framework 1.1.4 > > > > I installed the VS 2005 Express and Framework 2.0. > > > > Now these asp.net sites will not load. the visual studio pops up a message > > saying http 1.1/ 403 access forbidden. The other projects in the solution > > that are class libraries load fine. > > > > I opened up the NTFS permissions pretty wide and still get this error? > > > > any ideas? > > > > thanks > > > > Chris > > > > > > > > >
Other interesting topics
Consuming less memory when writing a file?
Web Projects in VS 2005 How to change LabelText in DataList How to receive keyboard input? DataGrid Nightmare Data Access Layer About KB Article 831150 Bind DropDownList to XmlDataSource reading the session inside a Dll project using asp.net 1.1 XML/XSL transform problem |
|||||||||||||||||||||||