Having problems migrating an ASP .net Page to another computer
(Tuesday, December 21, 2004)
Found the following interesting discussion in the Newsgroups:
Having problems migrating an ASP .net Page to another computer by:Anonymous
| 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 file 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
| | | Reply: by:Patrick Steele [MVP]
| | | In article <74800A90-12E5-4C72-A47A-7CFE2E051505@microsoft.com>, anonymous@discussions.microsoft.com says... > So basically I need to know , what are all the requirements that a > computer should have inorder for ASP .net pages to run.
First, IIS must be installed and then, at lest, the .NET runtime. You can put the full SDK on if you think at some point you may want to do some debugging, but only the runtime is needed.
-- Patrick Steele Microsoft .NET MVP http://weblogs.asp.net/psteele
|
|
0 Comments:
Post a Comment