Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hey all,

 

I've been doing a bit of asp.net stuff lately, and am looking for whatever program will make this easier and more intuitive for me. I've been using macromedia dreamweaver mx. It's nice, but it doesn't seem to know/understand the asp.net controls completely. the design view won't display text fields and such, although the code view does display pop up menus while I am typing out the code.

 

I took a look at visual studio.net 2003 today, but it doesn't seem to have much for asp.net? I can create a new asp file, but it doesn't make an asp.net file by default. I could definitely be missing something, I only glanced for 2 minutes

 

Anyway so mainly what I'm looking for is a good design environment, similar to dreamweaver in that I can switch from a graphical view to a code view when needed, and with the asp.net controls visible in the graphical view, etc etc

 

a big thing I'd like to get away from here is having to search the internet for the proper syntax for a control, every time I want to add one to a form, etc. I'd like drag/drop capabilities where I can modify the properties and all..

 

thanks in advance :)

  • Moderators
Posted
There is nothing out there that can compare to Visual Studio .NET 2003, it will create an ASP.NET page for you by default - if you select "ASP.NET Web Application" from the New Project list.
Visit...Bassic Software
Posted

ah cool see that's what I was missing

 

I'm having a problem doing that though, it keeps giving me this message:

 

"VS.Net cannot create or open the application because no web server was detected at this URL: http://localhost/WebService1. Make sure the web server is installed and running"

 

I don't have IIS on my machine because I'm not running a web server here, my company has a remote dedicated server (IIS)... do you know what I should do?

Posted

Well... get your CD of Win2k and install IIS.

 

and then look to run : aspnet_regiss.exe -i (which will install ASP.NET on your IIS).

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted

wow that's a huge bummer. I mean not a big problem to install it, but I hate having unnecessary stuff on my machine. but, this is my work computer, so who cares! lol

 

how much space / bloat does IIS contribute to my system? does it have to be running on startup all the time, etc etc? my machine is slow enough as it is..

 

edit: by the way, is it included in the VS.Net install CDs, or will I have to hunt down my Win2000 CD?

Posted
I wish Dreamweaver could interpret everything correctly. I do all my asp.net in vb but it is really poor for formatting pages (so ive found). It doesn't seem to support html tables very weel so I cant make everything expand and contract with a page resize :(.
Posted
cool thanks, have to wait for our pres to get back, all the software is locked up in his closet. looking forward to testing this out though
Posted
cool thanks' date=' have to wait for our pres to get back, all the software is locked up in his closet. looking forward to testing this out though[/quote']

you may not need your WIN2K cd, depending on how the OS was installed. Try doing it without, I remember I didn't need it because all the files were already on my PC. If it asks for your CD just click cancel and wait until your pres comes back to get the CD.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...