Hi,
After i developed my application in asp.net 3.5 and SQL DB,i ve to send that application to my frnd to another pc. my doubt s my frnd should also install this visual studio to view this application as it is or he can view without installing????????
If so how to develop the application which is viewed by all users......?????
plz help me frnds....
thank u
Loading
saranya SPosted Dec 17, 2012, 12:12 AM
The requested page cannot be accessed because the related configuration data for the page is invalid.
mitu sinhaPosted Dec 15, 2012, 11:41 PM
Here I found bunch of Microsoft.Net Interview and answers http://www.dotnetcodes.com/frmArticlesTyp.aspx?Cat=Interview%20Questions
ShambhuPosted Dec 14, 2012, 2:16 PM
Process of Deploying Application in IIS6.0 is something like
- First create virtual directory in IIS Default Web Site.
- While create specify the physical path of project home page directory.
- From virtual directory property, change Framework version of virtual directory according to application Framework version.
- Browse the application using address like
http://localhost/VirtualDirectoryName/Home.aspx
For further clearification follow the link.
http://www.aspdotnet-suresh.com/2011/11/where-is-aspnet-35-in-iis-how-to.html
Thanks.
saranya SPosted Dec 14, 2012, 7:20 AM
ShambhuPosted Dec 14, 2012, 7:06 AM
If the developed application is given for deployment then no need to install visual studio. it should have supportive .net framework installed and for database, a new database should be created and imported all data from SQL DB file(.bak).
If application requires modification only in config file then no VS is required. Just edit the file using notepad and save. it will work in virtual directory.
But if project is given for further modification then Visual studio is required for development and compiling.
thanks....