publish
-
hi, this s regarding publishing the web application (c#,Asp.net.) Currently,a website is been developed on Html, Java Script,designer tools,etc.. i want the web application (c#,Asp.net.)to be integrated on it. so that one link in current website can open this web application. ANY SUGGESTION. SIncerly shriya
-
hi, this s regarding publishing the web application (c#,Asp.net.) Currently,a website is been developed on Html, Java Script,designer tools,etc.. i want the web application (c#,Asp.net.)to be integrated on it. so that one link in current website can open this web application. ANY SUGGESTION. SIncerly shriya
hi.. just give link address of your asp.net application page(eg http://serveraddress/applnname/pagename.aspx ) in the html link of the html page. The asp.net page will start running when the link is clicked. similarly in asp.net page use an html link or any link control and provide the link address of html page and the html page loads successfully.
enjoy..
-
hi.. just give link address of your asp.net application page(eg http://serveraddress/applnname/pagename.aspx ) in the html link of the html page. The asp.net page will start running when the link is clicked. similarly in asp.net page use an html link or any link control and provide the link address of html page and the html page loads successfully.
enjoy..
sry,for late response, the actual problem is .. i m not through the complete process.. i dnt know the files statistics of web application(asp.net +c#). i had a requirment of distance calculator(i developed on c# + asp.net)in my website. now i am not able to integrate them.[general html pages with new developed distance calculator on asp.net](dnt know the process) Do i need to go for publishing the web application?(c# + asp.net), thnks, shriya
-
sry,for late response, the actual problem is .. i m not through the complete process.. i dnt know the files statistics of web application(asp.net +c#). i had a requirment of distance calculator(i developed on c# + asp.net)in my website. now i am not able to integrate them.[general html pages with new developed distance calculator on asp.net](dnt know the process) Do i need to go for publishing the web application?(c# + asp.net), thnks, shriya
i think may be i dint understand what u mean clearly . is that u want to integrate and page with asp control (here the distance calculator) with and html page? if so, you can try to keep the distance calculator application page you developed in the new asp page. and then use iframe tag to call that asp page in the html page. i think then the asp page with the control will load once the html page is tried to open and the ouput will be rendered in a single page ...its just my idea ...i am not clear what u want
enjoy..