Click here to Skip to main content
15,898,987 members

Comments by Thabo@Codeproject (Top 12 by date)

Thabo@Codeproject 15-Nov-11 8:26am View    
Thanks .I understand the different but the deployment,I want to deploy my web application to a Hosting.The problem is when i created the websetup it will create a setup file.But i cant run the setup,i requires IIS4.0 or grater.But the thing is why i want to install the IIS4.0 because i have the IIS on Webhosting.I want to deploy the application to that hosting only.can u give a solution 4 this?
Thabo@Codeproject 15-Nov-11 4:51am View    
Deleted
Thanks .I understand the different but the deployment,I want to deploy my web application to a Hosting.The problem is when i created the websetup it will create a setup file.But i cant run the setup,i requires IIS4.0 or grater.But the thing is why i want to install the IIS4.0 because i have the IIS on Webhosting.I want to deploy the application to that hosting only.can u give a solution 4 this?
Thabo@Codeproject 15-Nov-11 4:47am View    
Thanks but based on my understanding, first link shows deploy a webapplication in a IIS Local Server not on a Web Hosting.I want to deploy it to a IIS supported hosting.
Yes of course second one is clear my doubut.They are saying three ways
they are
1)Xcopydeploment-That is not possible because i want to avoid my soucecode to be upload
2)PrecombiledDeployment-This is what i want.But i have a dobut on that .Do i need to uplode all asemblies from the BIN folder?what about web config?

3)Websetup is fail-Because i am using XP machine.To run this setup it is requring IIS4. or grater.

can u explain the second one with the example.The most thing is i want to uplod to a Webserver(Hosting).
Thabo@Codeproject 4-Aug-11 8:08am View    
Thnks But i am using Destop appliction .The C# part want to write in to the Desktop solution.Do u have any ideas ?
Thabo@Codeproject 4-Aug-11 8:07am View    
Thanks Wonde Tadesse. But the tutorial shows working with SOAP services in WPF Application.But Here the senario is different.We are using traditional windows forms and inegrating Bing MAP into that. I am using Web browser control to pull the WepPage into our desktop application(Like browser).The AJAX part was written on the web page itself.The problem is i want to pass some parameters(locations) to the JavaScript(which was written on the webpage) when i pull that webpage into the webbrowser control.Here is only i get the problem i want to pass parameter from my click event of C# Destop appliction to that Javascript.Do u have any idea?