ASP .NET in Visual Studio :NET 2003

  • Thread starter Thread starter Santana
  • Start date Start date
S

Santana

Hello,
when i try create ASP .NET project in Visual Studio .NET 2003 i can't
create this project in locl hard drive(C), because when i select this
path the "OK" button is disable, why ?


I must change any Visual Studio .NET 2003 configuration ? Or this kind
of project is only possible creata in web server ?


Thanks,
Paulito Santana
 
With VS 2003 you can only create IIS web projects.

You can, with a bit of extra work use cassini, but you won't have as many
functionnalities and integrability you have with IIS

Steve
 
File based webs are ASP.NET 2.0 specific. While you can do this with ASP.NET
1.x, using the Cassini web server, it is not supported out of the box.

Download the Web Developer Express tool if you want file based webs. It is a
free download from the Express pages at http://msdn.microsoft.com/vstudio

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside the box!
*************************************************
 
Back
Top