Transferring ASP .net program from test box to server

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

Guest

Dear folks
After completing my ASP .net application, I had to transfer it to my server PC running 'windows server 2003'. I just copied all the files from my folder and then copied it to the shared folder in that server computer, but nothing worked! Does the server computer require VB .net ? It doesn't recognize any of the file extensions at this point. So basically I need to know , what are all the requirements that a computer should have inorder for ASP .net pages to run. Any pointers would be appreciated
cheers

Ranjan
 
Ranjan,

Naturally enough, if you want your server to run an ASP.NET application, you
have to install ASP.NET. Then I would recommend to add a setup project to
your solution and make an installation package.

Eliyahu

Ranjan as usual said:
Dear folks,
After completing my ASP .net application, I had to transfer it to my
server PC running 'windows server 2003'. I just copied all the files from my
folder and then copied it to the shared folder in that server computer, but
nothing worked! Does the server computer require VB .net ? It doesn't
recognize any of the file extensions at this point. So basically I need to
know , what are all the requirements that a computer should have inorder for
ASP .net pages to run. Any pointers would be appreciated.
 
How would you go about adding a setup project/installation package?

Thanks,

Chad
 
Back
Top