Transfering servers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I want to transfer all my VB.Net application files from my IIS server to another IIS Server on another machine. Once I have created the virtual folder and transferred all files to wwwroot directory do I need to compile these files so that they can run? I tried to run the .NET application from the new localhost but it is inactive. I can only see the images load but once I try to logon for example nothing happens. I appreciate your help.
 
Cant you publish the projects to the new host ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

AL said:
Hello,

I want to transfer all my VB.Net application files from my IIS server
to another IIS Server on another machine. Once I have created the virtual
folder and transferred all files to wwwroot directory do I need to compile
these files so that they can run? I tried to run the .NET application from
the new localhost but it is inactive. I can only see the images load but
once I try to logon for example nothing happens. I appreciate your help.
 
Project/Properties/Settings

You can use the front page extensions of IIS to publish

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top