i am having a asp.net web appln created in my windows server 2008 R2 machine. i wanna deploy this application in the inetmgr /iis 7.0
what are the steps to dp this.I am also having a SharePoint 2010 installed in this machine, which uses the default 80 for default sharepoint web application. So i dont wnat to touch the existing sharepoint installation and default 80 port.
Plz helphow to proceed with the deployment in this scenario.
If you have domain name, then you should set the correct Host header. If you have just IP address, then you should add a new virtual folder, and to access your site as
http://IPaddress/yoursite
shankardas
Member
10 Points
28 Posts
how to deploy ASP.NET 3.5 web application
May 08, 2012 08:53 AM|LINK
hi all,
i am having a asp.net web appln created in my windows server 2008 R2 machine. i wanna deploy this application in the inetmgr /iis 7.0
what are the steps to dp this.I am also having a SharePoint 2010 installed in this machine, which uses the default 80 for default sharepoint web application. So i dont wnat to touch the existing sharepoint installation and default 80 port.
Plz helphow to proceed with the deployment in this scenario.
i followed this lik, but i could not depoly
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
thnx
shankar
bhaskar.mule
Contributor
2270 Points
659 Posts
Re: how to deploy ASP.NET 3.5 web application
May 08, 2012 09:05 AM|LINK
hi
i hope it will help you
http://csharpektroncmssql.blogspot.com/2011/11/how-to-add-web-application-to-iis.html
Site:Rare technical solutions
shankardas
Member
10 Points
28 Posts
Re: how to deploy ASP.NET 3.5 web application
May 08, 2012 05:45 PM|LINK
hi,
thnx for the reply.
i have folowed the same steps. but i am not getting the website up , am getting the error http: internal server error.
if i copy the appln in wwwroot will it affect my sharepoint web appplns.
any help is appreciated
HostingASPNe...
All-Star
15878 Points
2975 Posts
Re: how to deploy ASP.NET 3.5 web application
May 08, 2012 06:05 PM|LINK
Hello,
You could also check at how to add a new site in IIS 7.
If you have domain name, then you should set the correct Host header. If you have just IP address, then you should add a new virtual folder, and to access your site as http://IPaddress/yoursite
Regards
Free ASP.NET Examples and source code.
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: how to deploy ASP.NET 3.5 web application
May 15, 2012 09:21 AM|LINK
Hi
You can refer to :
http://www.codeproject.com/Articles/53075/How-to-deploy-ASP-NET-Web-Application-on-server
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework