Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello Experts,


How to deploy an Asp.Net web application (namely OnlineExam) in server system and make it available to other users in the local network.
Posted

Go through CP article: How to deploy ASP.NET Web Application on server[^]

also check out an overview of ASP.NET Web Application Project Deployment[^] on MSDN.

..and you can get lot more alternatives here[^] for your question.
 
Share this answer
 
Run your application in Visual Studio OR build it ,,, after success,

Open IIS by typing inetmgr in Run or Search in Start MENU...

Now in IIS.... expand the Connection Tree....Sites>>Default Sites,


than right click on Default Sites and select "Add Application",

A Dialog box will appear... in the "Alias" field write the name of application through which you want to access the application over network.

In "Application Pool" Field, select the appropriate pool ... i.e if your application is built over framework 4.0 than you can select classic 4.0 pool,

than browse to the application directory in "Physical Path" field, and click OK....

dn select the application in Default site node and click browse from the right click menu...


Hope will Help...

Regards,


:)
 
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