C# 2005 Express: Menu Build | Publish

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have C# 2005 Express installed on a PC that is unconnected to the internet;
therefore the copy is unregistered.

I cannot see the Publish option under the Build menu option.

Is this a penalty for not registering?
Or is it that C# is not correctly installed?

Any insights? Thanks.
 
Definitely, you don't need to register to obtain any functionality.
Publish option availability depends on the type of project (class libraries
can't be published since they are not applications)
 
AA2e72E said:
I have C# 2005 Express installed on a PC that is unconnected to the
internet;
therefore the copy is unregistered.

I cannot see the Publish option under the Build menu option.

Is this a penalty for not registering?
Or is it that C# is not correctly installed?

Any insights? Thanks.

I think you'll find that you need IIS for publish and you probably haven't
got it if you're not connected.
 
Please note that IIS is not needed for the publish feature to work.
You can publish to network share, to FTP site, or just any web site or even
to local folder, which can be copied onto a CD
 
Back
Top