kahlua001 Posted August 17, 2005 Posted August 17, 2005 I have a windows 2003 server, IIS 6. I had .net 1.1 installed, my apps were using asp.net state server service, everything was fine. Then I had to installed .net 1.0 for this 3rd party application that required it. When I installed it alongside .net 1.1, my web apps were unable to connect to the State Server service(Unable to connect to state server error), I checked my app mappings in IIS and it says its using .net 1.1, in any case i went ahead and uninstalled .net 1.0 and i still get that error. Has anyone else had this problem? Thanks Quote
eramgarden Posted August 18, 2005 Posted August 18, 2005 I think 1.0 and 1.1 CAN run side by side on the same machine..cant they? Quote
Administrators PlausiblyDamp Posted August 18, 2005 Administrators Posted August 18, 2005 Is the service running on your PC? If not try running aspnet_regiis /i on your pc and see if that fixes anything. You should be able to run both versions of the framework side by side though Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kahlua001 Posted August 18, 2005 Author Posted August 18, 2005 Well, I can get both to work side by side as my web app is using 1.1, however ever since I installed 1.0, I cannot use the asp.net State server service, I can only use it InProc, any clues? Quote
kahlua001 Posted August 18, 2005 Author Posted August 18, 2005 Ok, so I checked the Event Log for when I try to use the state service and I get this error: State server starts listening with 6 listeners. I havent found anything on msdn or google regarding this, anybody seen this before? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.