New with DotNet

P

Patrick

Hello
I have praise a microsoft server.To do a site on it.I know programming C++,
but I don't arrive to do the relation with site.
I try to read the numerous pages in the Microsoft help (I use VC++ 2007) and
try on Msdn too, but I don't find a simple example about a site with only
twoo page, one "normal" and clicking on a button to go to the second page
and the second page contain a C++ application.And then on tutorials on the
net I don't understand the basis How file we must upload and what is the
goal about these files and how to upload (I use CuteFTP is it necessary?)
You see by my bad ENGlish...I'm French it is perhaps for this I don't
understand very well all the help in Microsoft and then how to upload in the
server!!!!!
I have brought VC++ for dummies and ASP.NET too but nothing
In the VC++ book I have example about application DotNet it ok but not what
to do to run it on a server and in ASP it is only ASP and here nothing how
to upload like in VC++
So if you can help me this will be fine I have the server since three month
for nothing.There is too much links in the help and after I'm lost!!!
If you have a little example and explain simply the structure for me this
will be very very fine for me.
For example the default page only with a button calling the second in wich a
c++ application change a label?
I thank you in advance very much
Patrick
 
S

Scott M.

Hello,

First, in .NET, you don't use VC++ as your programming language for web
pages. You'll use either C# or Visual Basic .NET. Perhaps this is why you
haven't found too many examples or help. If you look on MSDN for VB or C#
ASP.NET examples, you'll find many topics.

As for moving files to your server, you can do that in any way that your
server supports. Visual Studio has a publishing option built into it, but
your CuteFTP will work as well. It's simple a matter of getting the files
copied from one server to another, so there are many mechanisms that will
work for that.

-Scott
 
P

Patrick

Thank you very much Scott
I go to look about C#, it is truth I looked only C++
And for the upload thank you again because I did not understand there is
only to do like Unix servers
Thank you again
Patrick
 

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

Top