Netnoobie Posted April 24, 2003 Posted April 24, 2003 Hello! I'm in need of moving my project folder from my local machine and putting the files on a server for beta testing. I tried to simply move the entire folder to the server, create a virtual directory and access the default page. Well this didn't work. Before doing this I set my build to "Release" but I'm not sure how I use that. What do I need to be to move my project from a dev box to a server ready for testing? Many thanks! Quote
Netnoobie Posted April 24, 2003 Author Posted April 24, 2003 Ok, upon looking at it and messing with it more, I seems as thought just the .NET pieces aren't being processed. The HTML shows up, but that's it. On my dev box I have an "aspnet_wp.exe" running and it's not running ont he server. Also, I can't see to get it to run. I've looked on MS' site and it seems like I going it all correctly, but for some reason the pages won't appear. Thans. Quote
Moderators Robby Posted April 24, 2003 Moderators Posted April 24, 2003 Does the server have the Framework installed? Quote Visit...Bassic Software
Netnoobie Posted April 24, 2003 Author Posted April 24, 2003 Yes. I didn't install it, but it's on there. Quote
bungpeng Posted April 25, 2003 Posted April 25, 2003 What is error message? did you set your project folder as application in IIS? Quote
dsgreen57 Posted April 25, 2003 Posted April 25, 2003 It is more than likely the case the framework was installed after IIS; there are loads of posts on this site and MSDN on how to fix this Basicly run the following command from the command prompt: - C:\windows\Microsoft.NET\Framework\v1.0.3705> aspnet_regiis �i Quote
bungpeng Posted April 25, 2003 Posted April 25, 2003 Framework was installed after IIS? How come I never face that problem? I think most of the user also installed framework after IIS Quote
Netnoobie Posted April 25, 2003 Author Posted April 25, 2003 The issues was fixed by going from framework 1.0.32xx up to 1.1. Originally the fremework was installed prior to IIS but I have done this in the past and never had an issue. I don't really see the reason why, but it worked to so I'm not complaining. Thanks! 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.