Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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,

Dream as if you'll live forever, live as if you'll die today

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...