PDA

View Full Version : ASP.Net Intallation


Lobster
13 Sep 2006, 15:26
I have a Problem setting up my Visual studio 2003 so that I can create Asp.Net Pages, but get an error message when I am creating a new page.

I did install IIS and that Front page Publisher, configured them according to the Visual studio's requirements, but still does not work.

Draven
13 Sep 2006, 18:58
Well according to my BIG book of errors on page 95876 there is a section that says refer to 56846 which then says...Dude what is the error?

Syzygy78
19 Sep 2006, 09:38
perhaps you can try Visual Web Developer Express. Its free and works very nicely...

RoosTa
26 Sep 2006, 15:56
Goto:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

and run:

aspnet_regiis.exe

in IIS:

Right Click on Default Web Site (or the folder you want to run ASP from) and under Application Settings click create. Change Execute Permissions to Execute and Scripts


Go to the folder (c:\inetpub\<Your Website> or wwwroot), right click> properties> Web Share and enable"share this folder".

Hope this helps