PUBLISHING
-
hello frnds, I have developed an application in C# n asp.net version 2. i have to publish it. My previous website is in pure HTML. In this, there is button named "Tracking". I have to link my web application from this button so the functinality of the application can be displayed on HTTP. I want to know the complete procedure . can any one help me? Thnks in advance Shriya
-
hello frnds, I have developed an application in C# n asp.net version 2. i have to publish it. My previous website is in pure HTML. In this, there is button named "Tracking". I have to link my web application from this button so the functinality of the application can be displayed on HTTP. I want to know the complete procedure . can any one help me? Thnks in advance Shriya
Shriya Kapoor wrote:
I have to link my web application from this button so the functinality of the application can be displayed on HTTP
The normal
a href
should do the trick right.Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Shriya Kapoor wrote:
I have to link my web application from this button so the functinality of the application can be displayed on HTTP
The normal
a href
should do the trick right.Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Tht is pretty known..i want to know how to put my whole application on WEB SERVER
-
Tht is pretty known..i want to know how to put my whole application on WEB SERVER
You can XCopy your application to a webshared folder on the web folder. There is one reference here: http://www.syncfusion.com/FAQ/aspnet/WEB_c2c.aspx#q148q[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips