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 difference between web config and global asax?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is Pre-Render event in ASP.NET?
What is data binding in asp net?
What is redirectpermanent in asp.net?
Explain about Application and Session Events ?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is difference between viewstate and session in asp net?
What is sql data source control in asp.net?
What is the difference between session and viewstate in asp.net?
What is & in a url?
In which event of the page life cycle, is the viewstate available?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Is it true that a Web service must be written in .NET or not?