how can i deploy a asp.net webapplication.in a company so
that all employees may access application on their
different computers and share a single database.
plz tell me the steps to do it..thanks.
Answer / article
1)Copy the application with DataBase Backup to Server .
2)Restore the DataBase.
3)Check the Connection String that point to Server DataBase.
4)Create a Virtual dir in IIS and map to deploy file
3)Publish the Asp.Net application C<os Dirive>:\Inetpub\wwwroot
4)Open the Browser the the url
http://<sys Name>/App. Folder Name/Dir Name/Login.asp
Thank's
Prasanta Kumar Pradhan
http://globaltouch.in
Is This Answer Correct ? | 4 Yes | 0 No |
Features in ASP.NET?
Can we add code files of different languages in app_code folder?
What is a viewstate?
What symbol would you use to denote, the start of a code block in aspx views?
What parameters can you pass in the url of the api?
How to use one project files into another project?
Where do you store the information about the user?s locale?
If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
Explain the difference between webfarm and webgardens in .net?
Is it true that a Web service must be written in .NET or not?
How will you write a web service for secure socket layer? What is secure socket? Have you done any socket programming? What is single thread and multi thread? What are the differences between .NET 1.1 and .NET 2.2? What is the command to connect to a StoredProcedure? How many types of Adapters are available in ADO.NET? Why DataAdapters are important? What is DataSet? It's important to compile the ASP.NET application before using it? What protocol you use to stream the audio and Video data? What are the different kind of network protocols? Write how will you connect to a database using DataSet? Why we use AJAX? What AJAX can do which JavaScript can't do? In a page using Windows Media API, if we press a button and in succession quickly press another button, what do you think will happen? Will the application wait for the first button response and then execute the second one or directly second button command will execute. What is the architecture of your application? What is connection pooling in SQL? Tell some functions of Windows Media API? How you will detect, whether the ActiveX is installed in the system before accessing it? What are validators are available in ASP.NET? What are the basic concepts of OOPS? What is abstraction?
What is preprocessor in .net? Where it use?