Click here to Skip to main content
15,899,623 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Its my first project in asp.net....Now I wish to learn about publishing...with my local computer connected with LAN... Iam using Windows XP- VS2010...

my project location is "C:\WebSites\First"

I changed my connectionstring as like below [web.config]

HTML
<add name="MyLearnProject"
         connectionString="Server=192.128.1.14, 3290; Integrated Security=SSPI;Database=MyTest_Management; User Id=codeproject; Password=xxxxxxx"
         providerName="System.Data.SqlClient" />

And then for publish...

Publish method : Webdeploy...
Service url : http://localhost/default.aspx ......??????? Is it mistake?

Site Application : MyDomainName.com/C:\WebSites\First\MyLearn_publish\MyLearn_publish ........?????? Is it mistake?

Also whether I have to select this "Mark as IIS application on destination".... ????
Thanks
Posted
Updated 18-Jul-13 3:43am
v2
Comments
maneavnash 18-Jul-13 10:09am    
Not clear.

1 solution

if you want to host a website ,simply you need to add it on the IIS ,you can give any physical path of your choice. Try these links

http://msdn.microsoft.com/en-us/library/zwk103ab.aspx[^]

http://www.dotnetspider.com/forum/265644-How-deploy-asp.net-websit-local-PC.aspx[^]
 
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