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.
 
Back
Top