Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello there..

actually the thing is that i was running my application locally on my asp.net development server,but now i want to run it in an application pool under iis server,but the problem i am facing is that,i checked the internet for how to execute my code under an app pool in iis server and i got these steps suggested..

step-1=
In Solution Explorer, right-click the name of the Web application project for which you want to specify a Web server, and then click Properties.



but here whenever i right click on the project name and start looking for properties option,i dont find one...i only find properties window option and property pages option...



please can anyone help???
Posted
Comments
David_Wimbley 11-Jan-14 13:10pm    
So are you basically asking how to deploy your web app to an IIS Server? Is that it?
What would help here are some versions.

Are you .net 4.0? 3.5?
Is this IIS 6? IIS 7? IIS 8?

If you can elaborate more that would help but this is a very very very basic topic that you can find many articles from just a quick google search

1 solution

You need to first create the app pool in IIS if it does not exist. It is very easy to do. Open IIS and then expand App Pools and right-click to create one.

Then add your site under the web sites section and when you are adding your site it will ask which app pool you want to use.
 
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