Uploading Asp.net Application

  • Thread starter Thread starter Farhan Wajahat
  • Start date Start date
F

Farhan Wajahat

I have created a asp.net application which has couple of
web forms. How do i deploy it on the server? please help
 
It depends on how you've built it.
If you've built it within VS.NET, then you can use the Copy Site feature to
upload the required files straight to a website that supports FrontPage
Server Extensions.
Otherwise, compile the application (unless it's all in-line code) and simply
copy the required files to the webserver.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top