VS2005 and ASP.Net 2 installed components

A

Annie

Hello guys,

I am trying to create a new ASP.net 2 web application.

I go to Visual Studio 2005 File menue -> New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah

But I cannot see ASP.Net application???

Why is this? Does anyone knows what is going wrong?

Many thanks ...
 
M

Mike McIntyre

You start an ASP.NET 2.0 application with any of the web site templates you
see e.g. 'ASP.NET Website'
 
A

Annie

Hi Mike,

That is what my issue is! I cannot see the opiton for 'ASP.NET Website' or
anything about ASP.Net ...
I don't know why?

Thanks for reply
 
J

Juan T. Llibre

re:
That is what my issue is! I cannot see the opiton for 'ASP.NET Website'

Maybe the web preferences were inadvertently changed ?

Go to the "Tools" menu, and select "Import and Export Settings".

Then, select "Reset all settings", "Next", save your settings if you want to
( I don't bother, since all the options are available in the next screens ),
then, "Next", and then select the "Web Development Settings".

You should be good to go after you do that.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
A

Annie

Hello,
I have done what you have suggested and the result was successful however I
still have the same issue
there is no ASP.net in the list ...

means I still cannot start a new asp.net page.

any other options?
 
J

Juan T. Llibre

Annie,

please check these directories :

Drive:\VisualStudioInstallDirectory\Common7\IDE\ProjectTemplates\Web\CSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\ProjectTemplates\Web\JSharp\1033
Drive:\VisualStudioInstallDirectory\Common7\IDE\ProjectTemplates\Web\VisualBasic\1033

....and let us know whether there's 5 zip files in each directory.

The zip files correspond to the 5 basic VS templates :

CRWebApplication.zip
EmptyWeb.zip
WebApplication.zip
WebService.zip
PersonalWebsite.zip




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
A

Annie

Dear Juan,

Thanks for your reply.

I checked the folders as you described and the 5 files exists there.
Does it help anything?

regards
 

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