sjn78 Posted November 19, 2003 Posted November 19, 2003 This may be a silling question but, when you creat an application, you have an exe to distribute. What do you do for a web application? There is a dll in the bin folder, is that what is used for the webforms and anything else that you create when making a web application? Thanks Quote
Mehyar Posted November 19, 2003 Posted November 19, 2003 You choose a web server to publish your application on. Place the ASPX pages as well as the application's dll (in a bin folder) in a folder on that server. Then create a virtual directory for your directory on IIS of that Web server and you are done. Hope this helps, Quote Dream as if you'll live forever, live as if you'll die today
sjn78 Posted November 19, 2003 Author Posted November 19, 2003 Thanks....now to find a server that supports asp and databases!!! Quote
Mehyar Posted November 19, 2003 Posted November 19, 2003 All you need is IIS, .NET Framework, and The DBMS you are working on. Quote Dream as if you'll live forever, live as if you'll die today
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.