Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a web service using VS 2005 (.net framework 2.0). To host it in a server is .net framework to be installed in that server?
Please share your thoughts.
Posted

Yes it will be necessary.
Your web service code needs to be compiled right?
 
Share this answer
 
Yes you would need it.

In order to deploy and host the web-service, you need the same framework version in which it was created.
This would help your webserver to understand and host the service.

For simple example, you host Web service in IIS, where you would need to configure which version of .NET Framework is needed in order to run the application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900