|
-
Jun 2nd, 2003, 09:11 AM
#1
Thread Starter
PowerPoster
I supposedly upgraded to ASP.NET 1.1 but...
When I open my old 1.0 ASP project in the new .NET Architect 2003 I get a message box telling me that I am not running ASP.NET 1.1 rather 1.0?! What's up with that? I have reinstalled the Framewrok 2 times, rebooted my computer and....nothing, still get the same message box!
ugh!
-
Jun 2nd, 2003, 09:15 AM
#2
Your project is going to try to stay with 1.0 by default I would imagine.
Read
http://www.3leaf.com/default/articles/ea/SBS.aspx
-
Jun 2nd, 2003, 09:21 AM
#3
Thread Starter
PowerPoster
Thanks for the link and it is all fine and dandy but what do I do then? Even if I try to create a new asp project in 2003 it still gives me the same error.
-
Jun 2nd, 2003, 09:29 AM
#4
oh hmmm. I really do not know. I havent gotten my VS2003 in yet.
-
Jun 2nd, 2003, 10:09 AM
#5
What version of the Framework is the host server running?
-
Jun 2nd, 2003, 10:10 AM
#6
Thread Starter
PowerPoster
I fixed it! All I did was totally uninstall 1.0 and 1.1 then reinstalled 1.1 and all is ok.
-
Jun 9th, 2003, 02:20 AM
#7
New Member
web.config
<startup>
<requiredRuntime imageVersion="v1.0.3705" version="v1.0.3705" />
<supportedRuntime version="v1.1.4322" />
<supportedRuntime version="v1.0.3705" />
</startup>
into your web.config you can set startup infis
-
Oct 3rd, 2003, 09:51 AM
#8
Fanatic Member
Or running
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe - i"
would have fixed it I think.
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
|