Write the steps to host a web application on a web server?
Interview question and answer by:
Tripati_tutu | Posted on: 11/4/2010 | Category:
ASP.NET Interview questions | Views: 1093 | |
Points: 40
Answer:
Step-1: Use IIS to set up a virtual folder for a physical folder in an application.
Step-2: Copy all the web application to the virtual directory location.
Step-3: Then add a shared .NET component to the server’s global assembly cache (GAC).
Step-4: Set the security permission on the server that allows the application to access required resources.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: