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
What is viewstategenerator?
Why do we need master page in asp.net?
What do you understand by aggregate dependency?
How to you can limit Access to Web API to Specific HTTP Verb?
What is work flow gen? how can it will work with .Net?
What is _dopostback in asp net?
How can we prepairing Interview
What is asp.net and its advantages?
Where web.config file is used?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Which data type does the rangevalidator control support?
What is the difference between “Web.config” and “Machine.Config”?
Write some code using interfaces, virtual methods, and an abstract class`
What are web beacons used for?
How to disable validator control by client side JavaScript?