Publish Deploy Asp.Net WebSite Application On IIS7 Server

This post explains how to Publish And Deploy Asp.Net Web Site Application On IIS7 Server.

Open Application in Visual Studio, Click on Build > Publish Web Site.


Publish Asp.Net Web Site Application In Visual Studio


Browse to where you want to save published DLLs,Files and other aspx pages. (TestWebSite)


Deploy Asp.Net WebSite On IIS Server


Copy TestWebSite folder inside C:\inetpub/wwwroot directory.


Click on Start Menu > Run > INETMGR to open IIS manager.

Click on sites > Default Web Site.

Right Click on folder we copied and Select Convert To Application.


Create new pool by right clicking on Application pools.


Create Application Pool On IIS




Go to Advance settings


Change Identity property to Local System.



Right Click On TestWebSite Application > Manage Application > Advance Settings.


Assign Application Pool we created earlier to this web App.



Open Internet browser and type http://localhost/testwebsite to browse your website application.



Hope this helps.

If you like this post than join us or share

2 comments:

Unknown said...

IIS had always supported PHP, but in a way that precluded many real-life PHP applications from being hosted in production environments. This was due to limitations in the two ways IIS offered for running PHP applications: using the Common Gateway Interface (CGI) protocol or using the PHP ISAPI extension. So I think it would definitely help for making application on iis7 this is the new inventions which you have described so nicely. Thank you so much for your information. Thanks…


Unknown said...

IIS 7.0 provides features and functionality that enable administrators to reliably and effectively manage Web infrastructures.IIS 7.0 has a distributed file-based configuration system that enables IIS settings to be stored in web.config files along with the ASP.NET settings. IIS 7.0 provides a cost-effective, more scalable Web server platform for delivering reliable Web hosting to a broad set of customers.Thank you so much for providing such a great tutorial to us.I think hosting without myasp.net is waste of time because if you are going with the best services of hosting without thinking just choose option that.Because I made aware of the basic funda of myasp which was so tremendous to gather information from this.Thanks....


Find More Articles