Visual Studio missing ASP.NET - WHY????

Get help on programming - C++, Java, Delphi, etc.
Post Reply
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Visual Studio missing ASP.NET - WHY????

Post by SilverBack »

Hey guys,

Please shed some light here. I have Visual Studio.NET Enterprise Architect 2003 installed. Wanted to start programming in ASP.NET, so opened VS up and low and behold no ASP.NET!

My question: Why wasnt it shipped with this, and how can I obtain it??

Thanks
SB!
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
Scarlet_Spider
Moderator Emeritus
Posts: 1632
Joined: 14 May 2003, 02:00
Location: Durban

Post by Scarlet_Spider »

I think you might have to install IIS before the ASP.Net templates will appear. If that is already done then it might be the fact that you haven't registered (installed) asp.net by using the aspnet_regiis -i command

Let us know
------
a nikonian from South Africa....
Nikonians
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

I installed IIS before Vis Studio, so it should work. But uninstalled it last night and reinstalled just to make sure, but alas...same problem still.

Just found something about this aspnet_regiis you mentioned. Seemed a guy had a similar problem, and got fixed once it was run.

Where do I locate this prog and how do I go about running it? Looks like its run through cmd prompt. Please gimme a step by step list if you can, would really appreciate it...THANKS!! ;)

EDITED - ok found this link on the app:

http://msdn2.microsoft.com/en-us/librar ... S.80).aspx

Not really sure if it will help though, cos the error I get is something along the lines of "cant find a web server for asp.net" or "something is not installed to run asp.net files". Now I wish I wrote down that damn eror message. Coulda resolved it sooner by searching in google...
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
skunkymunky
Permanently Banned
Posts: 5906
Joined: 04 Mar 2003, 02:00
Location: The HoffPalace

Post by skunkymunky »

C:\WINDOWS\Microsoft.net\FrameWork\V1.1.432\

run it thru the command prompt

aspnet_regiis -i
Fool people into thinking youve got a horse by taking off a unicorns horn
Scarlet_Spider
Moderator Emeritus
Posts: 1632
Joined: 14 May 2003, 02:00
Location: Durban

Post by Scarlet_Spider »

skunkymunky wrote:C:\WINDOWS\Microsoft.net\FrameWork\V1.1.432\

run it thru the command prompt

aspnet_regiis -i
that be it... Start -> run -> "cmd" to get there
------
a nikonian from South Africa....
Nikonians
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

Awesome...thanks guys....will keep you posted on the results...feel like a damn newbie trying to get this thing working... ;)
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
SilverBack
Registered User
Posts: 1387
Joined: 26 Jan 2006, 02:00
Location: JHB
Contact:

Post by SilverBack »

* UPDATE

Thanks for all the help guys. I did what you recommended (it worked) and then another error came up (cant remember exactly now). Wasnt a biggy, just had to change a setting in IIS and then, hey presto...ASP.NET was up and running!

Thanks again for all the help! ;)
Deja Moo: The feeling that you've heard this bull before.
Hire A Programmer -|- Just Source Code Blog
Post Reply