ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hai can any one help me on the following problem

I want to create an web application

Once i open VS.NET to create a new web project, the project is created under C:\inetpub\wwwroot\<project name>

But if i want to create at D:\ASPDOTNET, how should i go about it

thanks
V.Boomessh
 
Create a virtual directory first, then specify the new URL when your create the ASP.NET project

e.g. you have a folder d:\ASPDOTNET\test
Enable "web sharing" on the test1 folder (or share it from IIS admin tool

When you create your new ASP.NET project select http://localhost/test1 as the destination.
 
Hi, i did as per your Instruction and i was ABLE TO Accomplish what i required. But still, when i tried first time it returned me an error, whose description is below as given by the system. can you explain me what & why did this occur.

THE ERROR MSG...

"The Default web access mode for this project is set to file share, but the project folder at http://localhost/test1 cannnot be opened with the path "D:/boom/test1. The error returned was

unable to create web project 'test1'. The UNC share 'D:\boom\test1' does not exist or you do not have access

what would you like to do

Option A: retry using different file share path

OPtion B: Try to open the project with Front Page Server Extensions

------------------- END OF ERR MS

Thanks
V.Boomessh
 
Back
Top