A Simple Q !

  • Thread starter Thread starter sam alavi
  • Start date Start date
S

sam alavi

Hi there...

when i'm making a webform using VB.NET for ASP.NET is it enough to put mu
*.aspx file to the web server or another file is also needed...?

thank U before
Best Regards
Arafer group: (e-mail address removed)
 
Hi,
When you did use only html in it, that is enough because than it is the same
as an ordinary html page otherwise you need to deploy it.
(the dll and a lot of other things, see that in msdn with deploy a web
application, you can find hinds for that in MSDN deploying applications)
Cor
 
sam alavi said:
Hi there...

when i'm making a webform using VB.NET for ASP.NET is it enough to
put mu *.aspx file to the web server or another file is also
needed...?

I don't know ASP.NET, but the people at
microsoft.public.dotnet.framework.aspnet
do.
 
Hi Armin,
Is the asp.net group for VB.Net questions?
And this is a 100% VB.net question.
Cor
 
Hi Cor,

Cor said:
Hi Herfrief,
Herfrie*d*

Armin was faster than you ;-).
;-)

Is the asp.net group for VB.Net questions?

Yes. It's for ASP .NET questions. You can use VB .NET, C#, ... for
developing for the ASP .NET technology. Every question there concerning
ASP .NET is IMHO "OT". m.p.d.l.vb is a ng for Visual Basic .NET
language related questions.
And this is a 100% VB.net question.

No, it's a 100% ASP .NET question. The question does apply to C#+ASP
..NET too.

Regards,
Herfried K. Wagner
 
Herfried,
That is right about C#, but in this case Sam did first mention vb.net and
then related it to asp.net.
Asp.net is not only for C#, C++, J# and Vb.Net, you can too use it very well
with
VB.script and JScript. Even with plain Html and some XML derived languages.
Cor
 
Hello,

Cor said:
That is right about C#, but in this case Sam did first mention vb.net and
then related it to asp.net.
Asp.net is not only for C#, C++, J# and Vb.Net, you can too
use it very well with VB.script and JScript. Even with plain Html and
some XML derived languages.

ACK. But that's not the problem. The problem is not "linked" to a
specific programming language. He makes a _webform_ and wants to
_deploy_ it.

| when i'm making a webform using VB.NET for ASP.NET is it
| enough to put mu *.aspx file to the web server or another file
| is also needed...?

Regards,
Herfried K. Wagner
 
Armin and Herfried,
I did read it 5 times before, because I hate it to make this kind of
messages to people like you who I apriciate so much.
And you will never see a message like this from me, when it is really an
asp.net question even not when it is at the border.
But for me is the vb.language on a aspx.vb webform a dotnet.vb.language and
belongs to this group.
Otherwise the group should have had the name
dotnet.windowforms.sentences.languages.vb.
Cor
 
Hi there agian...
i was looking for the answer on msdn web site but it couldn't solved my Q!>>
=================================

You'll need the following files for your application to run on your Web
server: .aspx, .asmx, .ascx, .ashx, .css, and web.config. In addition,
you'll need the contents of the \bin directory (most importantly the
assembly produced by the build process) and the contents of auxiliary
directories (like images). Be sure to include any shared assemblies your
application might need. Note that you do not need to include source code
written using C# or Visual Basic .NET, project files, or resource files.
After the files are included in the Visual Studio Web Setup Project,
highlight that project in the Solution Explorer and build it. A Microsoft
Install file (MSI) and a setup file you can run on the target machine will
result.
=====================================
But I did as the article siad but my aspx page didn't worked!!!!

any way
thanK yUo much
Sam alavi: (e-mail address removed)
 
Back
Top