Answer Posted / mukesh yadav
First You Publish your site thru Publish Option in Build
Menu. It will Create a Bin folder for you with .dll files.
now u can put this files into virtual directory on your web
server thru FTP
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain About duration in caching technique
Web API uses which library for JSON serialization?
Differentiate the session object and application object?
What is microsoft windows sharepoint services?
What is the function of the ViewState property?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is application variable in asp.net?
What is the full meaning of asp.net?
What is the life-span of the items in the viewstate?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
How many validators do ASP.NET have?
What is the difference between the get method () and post method ()?
What is http pipeline in asp.net?
What's the use of formatters in .net?
what are configuration files?