Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: The confusing Visual Studio


Message #1 by rune.ryen@s... on Wed, 24 Apr 2002 08:08:54
Hi

I want to make a new projekt with visual studio. I chose new, select a 
asp.net using c# application. Then I fill inn //localhost/myappname and 
click OK. What worries me is that this way I do not have control over 
where my files are being placed. The project lies in my myDocuments 
folder, but this is not where I want to have my files. It also seems that 
writing a page in the editor is not to easy. For me it seems like an 
import sentence at the top of the webformpage is hooking me up to the 
global.asa and that it doesn,t work just to put in som code and go to the 
actual page in my browser. Is there someone who can explain what you have 
to do to get a project up and going, so that I can start writing the aspx 
pages I need. I would also really apreciate some thoughts on global.asa 
and filestructure. Presentationfile/file for logic or everything in the 
same file? Another question I have is about the webform1.aspx that lies 
there when I open the project. I can't open a new webform(aspx-file) from 
file/new so I have to use the one already there. But I really think that I 
would like to have more then one of these files.How do I do that.

This was a very messy mail, but it comes from a very confused head :)

I am new to visual studio and really confused so I really hope someone can 
help me out.

A great thank you to everyone who can give me some help.

Rune Ryen
Norway 
Message #2 by "P2P" <stephenb@w...> on Wed, 24 Apr 2002 08:48:48 +0100
You could also try asking this on our vs_dotnet list!

Stephen

<rune.ryen@s...> wrote in message news:168547@a...
>
> Hi
>
> I want to make a new projekt with visual studio. I chose new, select a
> asp.net using c# application. Then I fill inn file://localhost/myappname
and
> click OK. What worries me is that this way I do not have control over
> where my files are being placed. The project lies in my myDocuments
> folder, but this is not where I want to have my files. It also seems that
> writing a page in the editor is not to easy. For me it seems like an
> import sentence at the top of the webformpage is hooking me up to the
> global.asa and that it doesn,t work just to put in som code and go to the
> actual page in my browser. Is there someone who can explain what you have
> to do to get a project up and going, so that I can start writing the aspx
> pages I need. I would also really apreciate some thoughts on global.asa
> and filestructure. Presentationfile/file for logic or everything in the
> same file? Another question I have is about the webform1.aspx that lies
> there when I open the project. I can't open a new webform(aspx-file) from
> file/new so I have to use the one already there. But I really think that I
> would like to have more then one of these files.How do I do that.
>
> This was a very messy mail, but it comes from a very confused head :)
>
> I am new to visual studio and really confused so I really hope someone can
> help me out.
>
> A great thank you to everyone who can give me some help.
>
> Rune Ryen
> Norway
>
>



  Return to Index