ASP .NET in Visual Studio :NET 2003

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
 
S

Steve B.

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
*************************************************
 

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