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 clr? Difference between clr & cts?
Explain the concept of event bubbling in ASP.NET?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Can a master page have more than one contentplaceholder?
What is the difference between system.stringbuilder and system.string
Which adapter should you use, if you want to get the data from an access database?
How does session id work?
What are the contents of cookie?
Which method is used to force all the validation controls to run?
Why session management is required?
What are the uses of list view control in Asp.net?
Is web config mandatory?
Define xmlvalidatingreader class.
What are the events that happen when a client requests an asp.net page from iis server?
What is ipostback?