Re: Any suggestions to get ASP.NET 3.5 to work pro perly?
|
Kunjikkann Monteiro |
|
5/7/2008 4:51:54 AM |
Goto IIS configuration and change the asp.net version for default web site from 1.1 to 2.0 < /p> Post Comments |
|
Re: Any suggestions to get ASP.NET 3.5 to work pro perly?
|
Namibia Mukhilla |
|
5/7/2008 4:52:28 AM |
I am experiencing this same problem. Have you resolved the issue? Post Comments |
|
Re: Any suggestions to get ASP.NET 3.5 to work pro perly?
|
Moshik Elippett |
|
5/7/2008 5:04:48 AM |
Remanan, Please try to install in different drive. I think this will solve your problem Thanks Post Comments |
|
Thanks for the reply Moshik. Install to a different drive, how do you mean? I've got the OS installed to the C drive (of course) but are you saying I should install this to the D drive or some other drive? Post Comments |
|
Yes Remanan, you are correct. Please try to install in different drive like "d" or "e". Don't install both the version in same drive. Post Comments |
|
Re: Everything actually seemed to work
|
Remanan Chethayil |
|
5/7/2008 10:11:06 PM |
Everything actually seemed to work just fine even though 3.5 was not showing up in my Web Services Extenstion list. I thought, because I wasn't seeing 3.5 in my Web Services Extension list within IIS Manager, that it wasn't configured properly. However, once I tested out my application, things seemed to work fine. Have you tested out your application to see if it works? Post Comments |
|
Re: Any suggestions to get ASP.NET 3.5 to work pro perly?
|
Militar Iguay |
|
5/7/2008 10:09:21 PM |
I have installed Visual Studio 2008, and run a rep er on VS2008 and .NET 3.5. I have also tried actions under 2.1.4 in http://download.microsoft.com/download/9/a/e/9ae0f6cc-7032-408e-9ca7-989f9e4af4ec/dotNetReadMe.htm. A hade the IIS Admin running before I installed the 3.5 Framework. None of the above have worked for me. I'm running on 2003 Server R2, IIS 6.0 else the config is simular to the first post. What can it be? Thanks in advance. Post Comments |
|
Re: Any suggestions to get ASP.NET 3.5 to work pro perly?
|
william conley |
|
8/6/2008 8:21:29 PM |
I have had a similar issue and seem to have made progress. it was apparently related to permissions. I put "everyone" full access to web root, windows\Microsoft.NET and where i actually keep my web sites (which doesn't happen to be inetpub) ... then i installed and the logged errors during install seem to have gone away. i'm not sure if everything works, but everything claims to work now and an ASP.NET starter kit (classifieds) that would NOT run before seems to run now. Of course, I took off the "everyone" access immediately after the install. Post Comments |
|