Moving .NET files...

Netnoobie

Well-known member
Joined
Feb 6, 2003
Messages
94
Location
Philadelphia
Hello!

Im 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 didnt work. Before doing this I set my build to "Release" but Im 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!
 
Ok, upon looking at it and messing with it more, I seems as thought just the .NET pieces arent being processed. The HTML shows up, but thats it. On my dev box I have an "aspnet_wp.exe" running and its not running ont he server. Also, I cant see to get it to run.

Ive looked on MS site and it seems like I going it all correctly, but for some reason the pages wont appear.

Thans.
 
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
 
Framework was installed after IIS? How come I never face that problem? I think most of the user also installed framework after IIS
 
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 dont really see the reason why, but it worked to so Im not complaining.

Thanks!
 
Back
Top