user3684874
user3684874

Reputation: 9

Deploying a web application using the trial version on visual studio professional 2010 c#

Does anyone know if it is possible to deploy a web application using the trial version on visual studio professional 2010 c#?

Or simply access the exe file?

I just need the project compiled so I can show it on another computer

edit:

Sorry its actually a windows form application. The 'debug and 'release' folders only exist as XML files not in the bin folder. Once I have ran the debug and release two new files are created in the bin folder but as application extensions saved as .dll

Please help

Upvotes: 1

Views: 328

Answers (3)

Ahmed ilyas
Ahmed ilyas

Reputation: 5822

yes you most certainly can....but if its the express version then not entirely because of some features not available in the express edition.

Upvotes: 0

TheNorthWes
TheNorthWes

Reputation: 2739

Visual studio trials are fully featured for 90 days (last time I used one).

If you click the 'Quick Launch' search box in the upper right, and search for publish you will find it pretty fast.

Or you can right click the project and select publish. It is a pretty easy walkthrough from there.

How to deploy

Upvotes: 2

Hidayath
Hidayath

Reputation: 374

Yes , you can.I am assuming you are trying to use the trial version.

Upvotes: 1

Related Questions