1) we have project , which is compile under visual 2003, is that possible to updat it to use visual studio 2005? my local Pc use window XP, our server use win server 2003.
2) Win server 2003 come with IIS 6.0 , but Wind Xp by default is come with IIS5.1, I google , it looks like that I can download IIs6.0, so should I continue use Iis 5.1 or download IIs7.1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, then the state server connection string
must use either 'localhost' or '127.0.0.1' as the server name.
TTmary
Member
78 Points
357 Posts
is that posible to update an project from Visual 2003 to visual studio 2005
Dec 07, 2009 12:55 AM|LINK
hi all,
1) we have project , which is compile under visual 2003, is that possible to updat it to use visual studio 2005? my local Pc use window XP, our server use win server 2003.
2) Win server 2003 come with IIS 6.0 , but Wind Xp by default is come with IIS5.1, I google , it looks like that I can download IIs6.0, so should I continue use Iis 5.1 or download IIs7.1
Thank you!
bloggernext
Contributor
2580 Points
481 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 07, 2009 02:44 AM|LINK
hope the explanation on this site will help you out
http://www.codeguru.com/csharp/.net/net_vs_addins/visualstudionet2003add-ins/article.php/c12553/
hope it helps.....
TTmary
Member
78 Points
357 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 07, 2009 05:54 AM|LINK
thank you,
but you did not answer on my local which IIs I should use 5.1 or 7
and on my server. we have 6.1 , if I compile the project localy and copy post to Win server 2003 , it will work or not?
TTmary
Member
78 Points
357 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 07, 2009 06:32 AM|LINK
I still use IIS5.1 and I run my index page I get
位置:http://localhost/Test/index.aspx
行:1,列:2:<%@ Page Language="vb" AutoEventWireup="false" Inherits="Test.index" CodeFile="index.aspx.vb" %>
TTmary
Member
78 Points
357 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 08, 2009 12:50 AM|LINK
more question,
what is the error message
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection. If the server is on the local machine, and if the before mentioned registry value does not exist or is set to 0, then the state server connection string must use either 'localhost' or '127.0.0.1' as the server name.
bloggernext
Contributor
2580 Points
481 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 09, 2009 04:05 AM|LINK
you need to change your directory and
run that on command prompt aspnet_regiis -i -enable
just check this post it will provideyou better insight on your error
http://forums.asp.net/t/1030680.aspx
if it doesnot help then check this post
http://forums.devx.com/showthread.php?threadid=155255
TTmary
Member
78 Points
357 Posts
Re: is that posible to update an project from Visual 2003 to visual studio 2005
Dec 18, 2009 08:13 AM|LINK
thank you all.
I did not change anything just use IP address insteal of localhost, then my problem gone