Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Posted

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.

Posted

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

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...