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 Posted / 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 |
Post New Answer View All Answers
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Is viewstate enabled by default?
Explain the asp.net page life cycle.
Please brief not about xsd,xslt & xml?
Which class is used to send an email message from an ASP.NET Web page?
How to change Master page in ASP.Net using code?
How can you use a custom controls in ASP.NET application?
Explain how to prepare culture-specific formatting in .net.
Does web services support data reader like pom project?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the asp.net server side objects?
How does output caching work in ASP.NET?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the function of the ViewState property?
What are the validation controls available in ASP.NET?